One-liner install (recommended)
The install scripts automatically detect your platform, install Bun if needed, and set up ClawControl globally.The install scripts will:
- Check for Bun and install it if missing
- Install ClawControl globally
- Add the
clawcontrolcommand to your PATH
Package managers
You can also install ClawControl using npm, pnpm, or Bun directly. Note: You must install Bun manually first, as these package managers only install ClawControl itself.Install Bun first
Then install ClawControl
System requirements
Bun runtime
Required for running the ClawControl CLI. The install scripts handle this automatically, or install from bun.sh.
Node.js 20+
Only required if you’re developing or building ClawControl from source. Not needed for regular usage.
Verify installation
After installation, verify that ClawControl is available:Updating ClawControl
To update to the latest version, run the install script again or use your package manager:Troubleshooting
Command not found: clawcontrol
Command not found: clawcontrol
The ClawControl binary is not in your PATH. Try:
- Close and reopen your terminal
- Check if
~/.bun/binis in your PATH:echo $PATH - Manually add to PATH:
export PATH="$HOME/.bun/bin:$PATH" - Reinstall using the one-liner script
Bun: command not found
Bun: command not found
Bun is not installed or not in your PATH:Then restart your terminal or run:
source ~/.bashrc (or ~/.zshrc)Colors look wrong or broken
Colors look wrong or broken
Your terminal may not support true color. ClawControl will show a warning banner if this is detected.Solutions:
- Switch to a modern terminal (Ghostty, iTerm2, Kitty, WezTerm)
- On macOS, upgrade to macOS 26+ for Terminal.app true color support
- On older systems, the CLI will still work but colors may render incorrectly
Permission denied errors
Permission denied errors
You may need to run with elevated permissions or fix ownership:
Next steps
Quickstart
Deploy your first OpenClaw instance with ClawControl