packages/opencode/README.md
The AI coding agent built for the terminal. Generate code from natural language, automate tasks, and run terminal commands -- powered by 500+ AI models.
npm install -g @kilocode/cli
Or run directly with npx:
npx --package @kilocode/cli kilo
Run kilo in any project directory to launch the interactive TUI:
kilo
Run a one-off task:
kilo run "add input validation to the signup form"
| Command | Description |
|---|---|
kilo | Launch interactive TUI |
kilo run "<task>" | Run a one-off task |
kilo auth | Manage authentication |
kilo models | List available models |
kilo mcp | Manage MCP servers |
kilo session list | List sessions |
kilo session delete | Delete a session |
kilo export | Export session transcripts |
Run kilo --help for the full list.
brew install Kilo-Org/tap/kilo
Download pre-built binaries from the Releases page.
MIT