<img width="120" src="assets/icons/logo-outline-black.png" alt="Kilo Code logo">
Kilo Code is an open-source AI agent extension for Visual Studio Code. It helps you write code more efficiently by generating code, automating tasks, and providing suggestions.
Get started with $20 of free credits to experience the power of Gemini 2.5 Pro, Claude 3.7 Sonnet, and GPT-4.1. We'll give out more free tokens if you leave useful feedback.
Clone the repo:
git clone https://github.com/Kilo-Org/kilocode.git
Install dependencies:
npm run install:all
Build the extension:
npm run build
.vsix file will appear in the bin/ directory.Install the .vsix manually if desired:
code --install-extension bin/kilo-code-4.0.0.vsix
Start the webview (Vite/React app with HMR):
npm run dev
Debug:
F5 (or Run → Start Debugging) in VSCode to open a new session with Kilo Code loaded.Changes to the webview will appear immediately. Changes to the core extension will require a restart of the extension host.