Install CoachBot CLI
Get your AI follow-up forms running on macOS, Linux, or Windows in under a minute.
macOS
$brew install coachbot-cli Requires Homebrew. Apple Silicon (M1/M2) supported natively.
coachbot --version to verify.
Linux
$curl -sSL https://coachbot.dev/install.sh | sh Supports x86_64 and ARM64. Root or sudo required for system-wide install.
coachbot --version to verify.
Windows
$scoop install coachbot Requires Scoop package manager. PowerShell 5.1+ recommended.
coachbot --version to verify.
Docker
$docker run -it coachbot/cli:latest No local install needed. Persist config with a volume mount.
docker run coachbot/cli:latest version to verify.
pip
$pip install coachbot-cli Requires Python 3.9+. Virtual environment recommended.
coachbot --version to verify.
Verify Install
bash
# Check the CLI is accessible
coachbot --version
# Confirm API connectivity
coachbot auth status
# Expected output:
# CoachBot CLI v0.9.1 (linux/amd64)
# Authenticated: yes (team: your-org)