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 | bashInstalls 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 | bashPATH
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
kprompt versionFrom source
git clone https://github.com/kprompt/kprompt.git
cd kprompt
go install ./cmd/kprompt