# kilocode **Repository Path**: cjmld5/kilocode ## Basic Information - **Project Name**: kilocode - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-18 - **Last Updated**: 2026-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# π 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](https://openrouter.ai/apps/category/coding). 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 ## Quick Links - [VS Code Marketplace](https://kilo.ai/vscode-marketplace?utm_source=Readme) (download) - Install CLI: `npm install -g @kilocode/cli` - [Official Kilo.ai Home page](https://kilo.ai) (learn more) ## 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](https://marketplace.visualstudio.com/items?itemName=kilocode.Kilo-Code). 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:
## Get Started with the CLI
```bash
# 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](https://github.com/Kilo-Org/kilocode/releases), use this quick guide:
- `kilo-