[← Back](../README.md) # Integrate with Kilo Code Kilo Code is an AI coding assistant available as a CLI and editor extension. #### 1. Install Kilo Code CLI - Install [Node.js](https://nodejs.org/en/download/). - Run the following command in your terminal to install Kilo Code CLI: ``` npm install -g @kilocode/cli ``` - After installation, run the following command. If the version number is displayed, the installation is successful: ``` kilo --version ``` #### 2. Run Kilo Code Enter the project directory and run `kilo`: ``` cd /path/to/my-project kilo ```