Install

Install the kprompt CLI from GitHub Releases via the website installer.

Installing is easy; applying is not automatically safe. After install, start on a sandbox cluster and leave --approve off until you know how plans look.

Recommended

curl -fsSL https://kprompt.ai/install | bash

Installs the latest release binary into ~/.local/bin (no sudo on macOS).

Fallback (jsDelivr, pinned tag)

curl -fsSL https://cdn.jsdelivr.net/gh/kprompt/kprompt@v0.2.0/install/install.sh | bash

PATH

echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
kprompt version

From source

git clone https://github.com/kprompt/kprompt.git
cd kprompt
go install ./cmd/kprompt