AgentWhip

Install

Download the AgentWhip CLI for Linux or macOS. Binaries are built with the web app and served from this site (no GitHub Releases).

The installer downloads a prebuilt agentwhip binary from a path like /cli/agentwhip_linux_amd64 (OS/arch suffix matches uname) on the same origin that serves install.sh. At deploy time, NEXT_PUBLIC_SITE_URL is baked into install.sh as the default download base; override with AGENTWHIP_DOWNLOAD_BASE if you mirror binaries elsewhere. Supported build targets today: linux (amd64, arm64), darwin (arm64, amd64).

Command

curl -fsSL "http://localhost:3000/install.sh" | sh

After install

  1. Run agentwhip to open the interactive session (full-screen terminal UI). Inside it, run /connect and enter your gateway base URL and an API token from Dashboard → Tokens after you sign in.
  2. Chat normally; use /help for slash commands. For scripts, you can still use agentwhip login, agentwhip models, and agentwhip chat.