Kata Code is an "agent harness control surface". It enables control of the agents on your machine with a web app and an Electron desktop app.
Works with your subscriptions on Claude Code, Codex, Cursor, Grok Build, OpenCode, and Google Antigravity. If they're set up on your computer, Kata Code can control them.
Warning
Kata Code currently supports Codex, Claude, Cursor, Grok Build, OpenCode, and Antigravity. Install and authenticate at least one provider before use:
- Codex: install Codex CLI and run
codex login - Claude: install Claude Code and run
claude auth login - Cursor: install Cursor CLI and run
agent login - Grok Build: install Grok Build CLI and run
grok login - OpenCode: install OpenCode and run
opencode auth login - Antigravity: enable it in Settings, then use Install Antigravity and Sign in with Google. No CLI is required.
The easiest way to test Kata Code is to run the server in your terminal (requires Node.js 22.16+, 23.11+, or 24.10+):
npx @kata-sh/code-cli@latestThis will launch Kata Code's backend on your machine as well as the local web app to control your agents.
Tip: Use npx @kata-sh/code-cli@latest --help for the full CLI reference.
Run a second, isolated server on your machine:
npx @kata-sh/code-cli@latest serve \
--port 53210 \
--base-dir ~/.katacode-headless-testIn the desktop app, open Settings → Connections → Add environment → Remote link,
paste the printed pairing URL into Host, then click Add environment. Use @nightly instead
of @latest when testing with the Nightly app.
To expose a headless Linux server through Kata Code Connect:
npx @kata-sh/code-cli@latest connect link --headless
npx @kata-sh/code-cli@latest serveApprove the managed relay-client installation when prompted. Then open the authorization URL on a machine with a browser, paste the resulting code into the headless terminal, and sign in to the same account in the desktop app. See Remote access for the complete flow and background-service options.
Download the desktop app from GitHub Releases,
or run it from source with vp run dev:desktop.
Full docs live in docs/. There's no docs site yet.
- Install and first run
- Permission modes
- Keyboard shortcuts
- Project settings
- Remote access from a phone or another machine
- Keeping app and server in sync
- Source control integrations
- Multiple accounts: Codex · Claude
- Run Kata Code as a background service
Building from source? Start at docs/internals/overview.md.
Kata Code uses Vite+ so you'll need to install the global vp command-line tool.
curl -fsSL https://vite.plus | bashirm https://vite.plus/ps1 | iexCheckout their getting started guide for more information: https://viteplus.dev/guide/
Secrets come from 1Password. See environment variables.
Export OP_SERVICE_ACCOUNT_TOKEN, then:
vp iHave a feature request? Open a GitHub issue on gannonh/kata-code.