logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install MoonshotAI/kimi-cli. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

MoonshotAI/kimi-cli Installation Guide

How to install MoonshotAI/kimi-cli. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for MoonshotAI/kimi-cli. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i MoonshotAI/kimi-cli
or

Install via npx

npx @hexmos/ipm i MoonshotAI/kimi-cli

Prerequisites

Python

language

Version: >=3.8

pip

package manager

make

build tool

Version: >=4.0

Node.js

runtime

Version: >=16.0.0

npm

package manager

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install via Pip (Recommended)

pip install kimi-cli

Install via Homebrew (macOS)

brew install kimi-cli

Download Binary Release (Linux)

wget https://github.com/MoonshotAI/kimi-cli/releases/download/1.49.0/kimi-1.49.0-x86_64-unknown-linux-gnu.tar.gz

tar -xzf kimi-1.49.0-x86_64-unknown-linux-gnu.tar.gz

sudo mv kimi /usr/local/bin/

Download Binary Release (macOS)

wget https://github.com/MoonshotAI/kimi-cli/releases/download/1.49.0/kimi-1.49.0-x86_64-apple-darwin.tar.gz

tar -xzf kimi-1.49.0-x86_64-apple-darwin.tar.gz

sudo mv kimi /usr/local/bin/

Download Binary Release (Windows)

wget https://github.com/MoonshotAI/kimi-cli/releases/download/1.49.0/kimi-1.49.0-x86_64-pc-windows-msvc.zip

unzip kimi-1.49.0-x86_64-pc-windows-msvc.zip

kimi.exe

Install from Source

git clone https://github.com/MoonshotAI/kimi-cli.git

cd kimi-cli

make prepare

make build

uv run kimi

Post Installation Steps

  • See [Getting Started](https://moonshotai.github.io/kimi-cli/en/guides/getting-started.html) for how to start using Kimi CLI.