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.
Kilo is the all-in-one agentic engineering platform. Build, ship, and iterate faster with the most popular open source coding agent.
Website · Install · IDE · CLI · Docs · Models · Gateway · Pricing · Kilo Pass
500+ models. One open source agent in VS Code, JetBrains, CLI, Slack, and Cloud.
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