Kilo is the all-in-one agentic engineering platform. Build, ship, and iterate faster with the most popular open source coding agent. #1 on OpenRouter. 750k+ Kilo Coders. 6.1 trillion tokens/month. https://kilo.ai/

Johnny Eric Amancio 7ea50aac14 OpenCode v1.3.3 (#8790) 18 ore fa
.github 7ea50aac14 OpenCode v1.3.3 (#8790) 18 ore fa
.husky 0b63cae1ae fix: update pre-push hook to allow caret version differences (#9876) 2 mesi fa
.idea 3f17bf2b23 feat(jetbrains): add JetBrains plugin wireframe with split mode architecture 1 settimana fa
.kilocode be1f54ec4f fix(skills): prevent right-side crop in visual regression stories 2 settimane fa
.opencode c0a67b8127 OpenCode v1.3.2 (#8780) 23 ore fa
.run 3f17bf2b23 feat(jetbrains): add JetBrains plugin wireframe with split mode architecture 1 settimana fa
.vscode 0ebd9aa098 chore(vscode): use --frozen-lockfile for install task 2 settimane fa
.zed 1bb8574179 app: refactor server management backend (#13813) 1 mese fa
github 2b05e4f40b Resolve merge conflicts 1 mese fa
nix f24251d054 chore: update nix node_modules hashes 23 ore fa
packages 7ea50aac14 OpenCode v1.3.3 (#8790) 18 ore fa
patches b1811147e2 merge: upstream v1.3.0 1 giorno fa
script 7ea50aac14 OpenCode v1.3.3 (#8790) 18 ore fa
sdks 3bbd842e2b release: v7.2.4 1 giorno fa
specs 267d2c82de chore: cleanup 1 mese fa
.editorconfig dd22cb2bb0 chore: add .editorconfig (#536) 9 mesi fa
.envrc 6e66979f9e feat: envrc flake support 2 mesi fa
.gitattributes dd53394dba chore: mark auto-generated CLI reference docs as linguist-generated 5 giorni fa
.gitignore ceb4348dfe chore: Remove merge report and add to .gitignore 1 giorno fa
.prettierignore f259b6a90b chore: remove hosted platform packages and update upstream merge config 2 mesi fa
AGENTS.md 8388c1f88d docs: add concise PR description guidelines to AGENTS.md (#8710) 2 giorni fa
AgentManagerApp.tsx 1cdad80eac feat(agent-manager): add advanced worktree creation with base branch and custom branch name (#6201) 1 mese fa
CODE_OF_CONDUCT.md 13ed01bd2b docs: align contributing guidelines and community docs with kilocode (#82) 2 mesi fa
CONTRIBUTING.md b92a1929cc Merge branch 'main' into docs/remove-web-command 4 giorni fa
LICENSE 3e6f1dc8c4 Fix LICENSE (#293) 1 mese fa
PRIVACY.md 13ed01bd2b docs: align contributing guidelines and community docs with kilocode (#82) 2 mesi fa
README.md 3822fc8138 Merge branch 'main' into docs/updated-models-mentioned 6 giorni fa
RELEASING.md 3034667f50 feat: add Windows ARM64 build support for CLI and VS Code extension 3 settimane fa
SECURITY.md 378b924f20 Update SECURITY.md to align with kilo.ai/security messaging 1 mese fa
bun.lock d9b2fc7ffd resolve merge conflicts 1 giorno fa
bunfig.toml 351ddeed91 Permission rework (#6319) 3 mesi fa
flake.lock 3c7b07bc2f refactor: update flake 1 giorno fa
flake.nix f23e2818b3 refactor: wip 1 giorno fa
install ab0ef3008f refactor: rename gh repo 1 mese fa
logo.png e8866d7db8 fix: update README logo to use logo.png (#52) 2 mesi fa
package.json c0a67b8127 OpenCode v1.3.2 (#8780) 23 ore fa
tsconfig.json 925ce6503e sync 6 mesi fa
turbo.json c06d8e0fa6 feat(jetbrains): add CLI binary bundling and build pipeline 1 settimana fa

README.md

VS Code Marketplace X (Twitter) Substack Blog Discord Reddit

🚀 Kilo

Kilo is the all-in-one agentic engineering platform. Build, ship, and iterate faster with the most popular open source coding agent. #1 coding agent on OpenRouter. 1.5M+ Kilo Coders. 25T+ tokens processed

  • ✨ Generate code from natural language
  • ✅ Checks its own work
  • 🧪 Run terminal commands
  • 🌐 Automate the browser
  • ⚡ Inline autocomplete suggestions
  • 🤖 Latest AI models
  • 🎁 API keys optional
  • 💡 Get $20 in bonus credits when you top-up for the first time Credits can be used with 500+ models like Gemini 3.1 Pro, Claude 4.6 Sonnet & Opus, and GPT-5.4

Quick Links

Key Features

  • Code Generation: Kilo can generate code using natural language.
  • Inline Autocomplete: Get intelligent code completions as you type, powered by AI.
  • Task Automation: Kilo can automate repetitive coding tasks to save time.
  • Automated Refactoring: Kilo can refactor and improve existing code efficiently.
  • MCP Server Marketplace: Kilo can easily find, and use MCP servers to extend the agent capabilities.
  • Multi Mode: Plan with Architect, Code with Coder, and Debug with Debugger, and make your own custom modes.

Get Started in Visual Studio Code

  1. Install the Kilo Code extension from the VS Code Marketplace.
  2. Create your account to access 500+ cutting-edge AI models including Gemini 3.1 Pro, Claude 4.6 Sonnet & Opus, and GPT-5.4 – with transparent pricing that matches provider rates exactly.
  3. Start coding with AI that adapts to your workflow. Watch our quick-start guide to see Kilo in action:

Watch the video

Get Started with the CLI

# npm
npm install -g @kilocode/cli

# Or run directly with npx
npx @kilocode/cli

Then run kilo in any project directory to start.

npm Install Note: Hidden .kilo File

On some systems and npm versions, installing @kilocode/cli can create a hidden .kilo file near the installed kilo command (for example in a global npm bin directory). This file is an npm-generated launcher helper, not project data.

  • Why it exists: npm may create helper artifacts while wiring CLI executables.
  • Size caveat: size can vary by platform, npm version, and install mode (symlink vs copied launcher), so a strict fixed size is not guaranteed.
  • Safety: it is safe to leave in place. Do not edit it manually. Use your package manager's uninstall (npm uninstall -g @kilocode/cli) to remove install artifacts cleanly.

Install from GitHub Releases (Optional)

Download the latest binary or source code from the Releases page, use this quick guide:

  • kilo-<os>-<arch>.zip is the CLI binary for your OS and CPU architecture on Windows and macOS. (kilo-linux-<arch>.tar.gz for Linux)
  • darwin means macOS.
  • x64 is standard 64-bit Intel/AMD CPUs.
  • x64-baseline is a compatibility build for older x64 CPUs(do not support AVX Instruction).
  • arm64 is ARM-based Linux/MacOS.
  • musl is statically linked Linux build for Alpine/minimal Docker without glibc. Alpine/minimal Docker users should prefer the matching *-musl asset.
  • kilo-vscode-*.vsix is the VS Code extension package and not the CLI binary.
  • Source code releases are for building from source, not normal installation.

For most users:

  • Windows (most PCs): kilo-windows-x64.zip
  • macOS Apple Silicon: kilo-darwin-arm64.zip
  • macOS Intel: kilo-darwin-x64.zip
  • Linux x64: kilo-linux-x64.tar.gz
  • Linux on ARM: kilo-linux-arm64.tar.gz

Autonomous Mode (CI/CD)

Use the --auto flag with kilo run to enable fully autonomous operation without user interaction. This is ideal for CI/CD pipelines and automated workflows:

kilo run --auto "run tests and fix any failures"

Important: The --auto flag disables all permission prompts and allows the agent to execute any action without confirmation. Only use this in trusted environments like CI/CD pipelines.

Contributing

We welcome contributions from developers, writers, and enthusiasts! To get started, please read our Contributing Guide. It includes details on setting up your environment, coding standards, types of contribution and how to submit pull requests.

See RELEASING.md for the release process.

Code of Conduct

Our community is built on respect, inclusivity, and collaboration. Please review our Code of Conduct to understand the expectations for all contributors and community members.

License

This project is licensed under the MIT License. You’re free to use, modify, and distribute this code, including for commercial purposes as long as you include proper attribution and license notices. See License.

Where did Kilo CLI come from?

Kilo CLI is a fork of OpenCode, enhanced to work within the Kilo agentic engineering platform.