Build, deploy, and manage your Cryptohopper.AI crypto projects — trading bots, dashboards, and tools — straight from your terminal.
macOS (Apple Silicon)
curl -L https://github.com/cryptohopper/cryptohopperai-cli/releases/latest/download/cryptohopper-darwin-arm64 -o /usr/local/bin/cryptohopper && chmod +x /usr/local/bin/cryptohoppermacOS (Intel)
curl -L https://github.com/cryptohopper/cryptohopperai-cli/releases/latest/download/cryptohopper-darwin-x64 -o /usr/local/bin/cryptohopper && chmod +x /usr/local/bin/cryptohopperLinux (x64)
curl -L https://github.com/cryptohopper/cryptohopperai-cli/releases/latest/download/cryptohopper-linux-x64 -o /usr/local/bin/cryptohopper && chmod +x /usr/local/bin/cryptohopperWindows (x64) — download cryptohopper-windows-x64.exe and add it to your PATH.
cryptohopper login # device login with your Cryptohopper account
cryptohopper new "a BTC/USDT grid bot with a P&L panel"
cryptohopper list
cryptohopper status my-bot --watch
cryptohopper open my-bot # → https://my-bot.cryptohopper.app
cryptohopper chat my-bot # refine it interactivelyRun cryptohopper --help for the full command list.
cryptohopper login uses a secure device-authorization flow against your Cryptohopper account — no password is ever entered in the terminal. The token is stored at ~/.cryptohopper/config.json (owner-read-only). For CI, set CRYPTOHOPPER_TOKEN.
Programmatic API keys (for the REST API / SDKs) require an active Cryptohopper Hero subscription. Full reference: https://www.cryptohopper.ai/docs/api-overview
cryptohopper upgradeMIT © Cryptohopper B.V.