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/
|
|
18 ore fa | |
|---|---|---|
| .github | 18 ore fa | |
| .husky | 2 mesi fa | |
| .idea | 1 settimana fa | |
| .kilocode | 2 settimane fa | |
| .opencode | 23 ore fa | |
| .run | 1 settimana fa | |
| .vscode | 2 settimane fa | |
| .zed | 1 mese fa | |
| github | 1 mese fa | |
| nix | 23 ore fa | |
| packages | 18 ore fa | |
| patches | 1 giorno fa | |
| script | 18 ore fa | |
| sdks | 1 giorno fa | |
| specs | 1 mese fa | |
| .editorconfig | 9 mesi fa | |
| .envrc | 2 mesi fa | |
| .gitattributes | 5 giorni fa | |
| .gitignore | 1 giorno fa | |
| .prettierignore | 2 mesi fa | |
| AGENTS.md | 2 giorni fa | |
| AgentManagerApp.tsx | 1 mese fa | |
| CODE_OF_CONDUCT.md | 2 mesi fa | |
| CONTRIBUTING.md | 4 giorni fa | |
| LICENSE | 1 mese fa | |
| PRIVACY.md | 2 mesi fa | |
| README.md | 6 giorni fa | |
| RELEASING.md | 3 settimane fa | |
| SECURITY.md | 1 mese fa | |
| bun.lock | 1 giorno fa | |
| bunfig.toml | 3 mesi fa | |
| flake.lock | 1 giorno fa | |
| flake.nix | 1 giorno fa | |
| install | 1 mese fa | |
| logo.png | 2 mesi fa | |
| package.json | 23 ore fa | |
| tsconfig.json | 6 mesi fa | |
| turbo.json | 1 settimana fa |
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
npm install -g @kilocode/cli# npm
npm install -g @kilocode/cli
# Or run directly with npx
npx @kilocode/cli
Then run kilo in any project directory to start.
.kilo FileOn 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.
npm uninstall -g @kilocode/cli) to remove install artifacts cleanly.
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:
kilo-windows-x64.zipkilo-darwin-arm64.zipkilo-darwin-x64.zipkilo-linux-x64.tar.gzkilo-linux-arm64.tar.gzUse 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.
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.
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.
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.
Kilo CLI is a fork of OpenCode, enhanced to work within the Kilo agentic engineering platform.