Install the CLI.
Kaitoi CLI is the local companion app. Install it to run recipes on your own machine, connect local services to Kaitoi Studio, or use Kaitoi Code from the terminal.
Kaitoi CLI is the local companion app for Kaitoi. Install it when you want to work from your own computer, run local recipes, connect local services to Kaitoi Studio, or use Kaitoi Code from the terminal.
One installer gives you five things:
- Kaitoi CLI, the
kaitoicommand and its interactive terminal dashboard - Kaitoi Code, Penny in your terminal, via
kaitoi code - Kaitoi Crew, durable autonomous delivery, via
kaitoi crew - Kaitoi Runtime, local recipe execution, via
kaitoi runtime - Kaitoi Connect, secure tunnels for local services, via
kaitoi connect
Download
Installers are published on the public releases page:
- macOS (.dmg)
- Windows (.exe)
- Linux (.tar.gz)
- checksums.txt, if you want to verify the download
Every link points at the current release. You can also browse all releases, or use Settings → Developer → CLI inside Kaitoi Studio.
Install
macOS
- Download the
.dmg. - Open it and install Kaitoi CLI.
- Open Kaitoi CLI from Applications, or run
kaitoifrom a terminal.
If macOS blocks the app the first time, open it from Finder with Control-click → Open, or approve it in System Settings.
Windows
- Download the
.exeinstaller. - Run the installer.
- Open Kaitoi CLI from the Start menu, or run
kaitoifrom PowerShell or Command Prompt.
After installing or upgrading on Windows, close every Command Prompt, PowerShell
and Windows Terminal window before opening a new terminal. If kaitoi still
opens an older version, run where.exe kaitoi or Get-Command kaitoi -All and
make sure C:\Program Files\Kaitoi CLI\kaitoi.exe is the first result. You can
check the installed binary directly:
& "C:\Program Files\Kaitoi CLI\kaitoi.exe" --version
Linux
- Download
Kaitoi-CLI-Linux.tar.gz. - Extract it:
tar -xzf Kaitoi-CLI-Linux.tar.gz
- Run the installer script:
./install-linux.sh
The script picks the right AppImage for your CPU, installs it under
~/.local/share/kaitoi-cli, links kaitoi into ~/.local/bin, replaces an
older ~/.local/bin/kaitoi link or file, and warns you if another kaitoi
command still appears earlier in PATH.
First run
Launch the interactive dashboard:
kaitoi
The dashboard is a local view of:
- account login status
- local runtime status
- installed and available recipes
- local service connectivity
- Connect tunnels for Runtime, Ollama, ComfyUI and Blender
- a chat panel, which reaches the model through your Kaitoi account
- a button to open Kaitoi Code in a new terminal
Log in
Kaitoi CLI and Kaitoi Code share one stored login.
From the dashboard, use the Login button. From a terminal:
kaitoi connect login
Kaitoi Code also prompts you to log in the first time it needs your account.
The browser login accepts the same verified email and password, GitHub, and Google accounts you use for Kaitoi Studio. The browser hands the completed login back to the CLI on your computer. Do not copy tokens between the browser and the terminal.
Current limitations
- The installers are published for macOS, Windows and Linux only.
- Generating a recipe from the dashboard uses your Kaitoi account. Running
kaitoi runtime generatefrom the command line calls Anthropic directly and needs your own key. See Recipes and the local runtime.
Last reviewed against Kaitoi on 16 September 2026. View this page as Markdown