Installation
Install the Kite CLI on macOS, Linux, or inside a container.
curl (recommended)
$ curl -fsSL https://getkite.sh/install | sh
Installs to /usr/local/bin. Works on macOS and Linux.
Homebrew
$ brew install kite
macOS and Linux. Auto-updates with brew upgrade kite.
npm / pnpm
$ npm install -g @getkite/cli
# or$ pnpm add -g @getkite/cli
Requires Node 18+.
Docker
$ docker pull ghcr.io/lommaj/kite:latest
$ docker run --rm ghcr.io/lommaj/kite:latest kite --version
For CI/CD environments or containerized agent workflows.
Verify installation
$ kite --version