Installation
Last updated: March 21, 2026
Installation
Detailed installation instructions for all platforms.
Automatic Install (Recommended)
macOS / Linux
bashcurl -fsSL https://clawapigate.com/install.sh?key=YOUR_KEY | bash
Windows (PowerShell as Admin)
powershellirm https://clawapigate.com/install.ps1?key=YOUR_KEY | iex
Manual Configuration
If you prefer manual setup:
1. Set Environment Variable
bash# Add to ~/.bashrc or ~/.zshrc export ANTHROPIC_BASE_URL="https://clawapigate.com/v1" export ANTHROPIC_AUTH_TOKEN="your-clawapigate-key"
2. Update Claude Settings
Edit ~/.claude/settings.json:
json{ "apiBaseUrl": "https://clawapigate.com/v1", "apiKey": "your-clawapigate-key" }
3. Disable Login Prompt
Clawapigate handles auth, so you can disable the native login prompt.
Statusline Install
bashcurl -fsSL https://clawapigate.com/statusline.sh?key=YOUR_KEY | bash
Uninstall
bashcurl -fsSL https://clawapigate.com/uninstall.sh | bash
