kilo-maintainer[bot] 41ffb3a3aa release: v7.2.8 4 ساعت پیش
..
bin 60a7c7a9fd fix: run script/format.ts 1 ماه پیش
migration 7ea50aac14 OpenCode v1.3.3 (#8790) 4 روز پیش
script 1c67e0fe71 resolve merge conflicts 1 روز پیش
specs 4fc1e0263c refactor: kilo compat for v1.4.0 1 روز پیش
src d4ab3331c8 revert: remove suggest tool feature (#8994) 7 ساعت پیش
test d4ab3331c8 revert: remove suggest tool feature (#8994) 7 ساعت پیش
.gitignore 90e86a5e3d OpenCode v1.3.4 (#8798) 3 روز پیش
AGENTS.md 00aa44579f refactor(vscode): centralise process spawning in util/process.ts to enforce windowsHide 3 هفته پیش
BUN_SHELL_MIGRATION_PLAN.md 3c6c74457d sync 1 ماه پیش
CHANGELOG.md bcb009807a create changelog file 2 روز پیش
Dockerfile e1376661ea fix: docker build 2 ماه پیش
README.md f389066191 Remove kilo pr command from README 1 ماه پیش
bunfig.toml 90e86a5e3d OpenCode v1.3.4 (#8798) 3 روز پیش
drizzle.config.ts 5f161009d7 refactor: rename db 1 ماه پیش
git b1811147e2 merge: upstream v1.3.0 4 روز پیش
package.json 41ffb3a3aa release: v7.2.8 4 ساعت پیش
parsers-config.ts 4aebaaf067 feat(tui): add syntax highlighting for kotlin, hcl, lua, toml (#18198) 3 هفته پیش
sst-env.d.ts ae62fff98d Resolve merge conflicts 1 ماه پیش
tsconfig.json 94c128f73b chore: generate 1 ماه پیش

README.md

Kilo Code CLI

The AI coding agent built for the terminal. Generate code from natural language, automate tasks, and run terminal commands -- powered by 500+ AI models.

Install

npm install -g @kilocode/cli

Or run directly with npx:

npx --package @kilocode/cli kilo

Getting Started

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"

Features

  • Code generation -- describe what you want in natural language
  • Terminal commands -- the agent can run shell commands on your behalf
  • 500+ AI models -- use models from OpenAI, Anthropic, Google, and more
  • MCP servers -- extend agent capabilities with the Model Context Protocol
  • Multiple modes -- Plan with Architect, code with Coder, debug with Debugger, or create your own
  • Sessions -- resume previous conversations and export transcripts
  • API keys optional -- bring your own keys or use Kilo credits

Commands

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.

Alternative Installation

Homebrew (macOS/Linux)

brew install Kilo-Org/tap/kilo

GitHub Releases

Download pre-built binaries from the Releases page.

Documentation

Links

License

MIT