Quickstart
Install zot and run your first session.
Install
macOS and Linux:
shell
curl -fsSL https://www.zot.sh/install.sh | bashWindows (PowerShell):
powershell
iwr -useb https://www.zot.sh/install.ps1 | iexWith Go:
shell
go install github.com/patriceckhart/zot/cmd/zot@latestLog in
Use /login to store an API key or a subscription credential. zot supports Claude Pro/Max, ChatGPT/Codex, Kimi Code, and GitHub Copilot subscriptions, plus direct API keys for every provider in the catalog.
Run it
shell
zot # interactive TUI
zot -p "summarize this repo" # one-shot to stdout
zot --json "run the tests" # NDJSON eventsPick a model with /model, confine tools to the current directory with /jail, and resume your last session with zot -c.