Docs
Quickstart and per-tool setup
Install the binary, start the local gateway, and point a supported tool at loopback. This page keeps the copy-paste path short; the full configuration reference stays in the public core repository.
Quickstart
Install the binary, start the gateway, then point one tool at loopback. Three copy-paste steps take you from zero to a redacted request.
Install the binary
One CGO-free binary for macOS, Linux, and Windows on amd64 and arm64.
Start the gateway
The gateway runs in the foreground and listens on 127.0.0.1:8787 by default. It exits on Ctrl-C; V1 ships no built-in service command, so auto-start is your own OS-native wrapper (launchd, a systemd user unit, or Task Scheduler).
tokenhush run
Point a tool at it
tokenhush env prints a snippet for the tool you name. The five targets are claude, codex, aider,cline, and roo.
tokenhush env claude
Use the printed snippet in the same shell session that launches the tool. Per-tool cards below cover the details, including where the snippet goes.
Continue and Open WebUI
Manual base-URL setup: both connect through an OpenAI-compatible endpoint entry, and neither is a tokenhush env target.
Verify and diagnose
Confirm the gateway runs with tokenhush status, diagnose setup problems with tokenhush doctor, and read the metadata-only audit timeline.
tokenhush status
tokenhush doctor
tokenhush audit
doctor exits 0 when no check fails, 1 on a failed check, and 2 on a usage error. audit reads the local timeline, which stores metadata only by default.
Full documentation
The public core repository holds the authoritative, always-current reference.