Kimi-cc provides an easy-to-use installation process with the following steps:
- Run the installation command: Execute the following command in a terminal to automatically download and install kimi-cc
bash -c "$(curl -fsSL https://raw.githubusercontent.com/LLM-Red-Team/kimi-cc/refs/heads/main/install.sh)" - Configuring the API Key: After installation you need to set the API key for Moonshot AI, this is done by editing the environment variable
export ANTHROPIC_BASE_URL=https://api.moonshot.cn/anthropic/
export ANTHROPIC_API_KEY=your_moonshot_api_key_here - Verify Installation: Run
kimi-cc --versionCheck if the installation was successful, if the version number is displayed then the installation is complete - regular update: Recommended use
git pull origin mainCommand to keep the project up-to-date
If you encounter network problems during installation, you can check your network connection or change your network environment. All installation logs are saved in the logs folder in the project directory.
This answer comes from the articleKimi CC: An Open Source Tool for Driving Claude Code with Kimi ModelsThe































