basecamp v0.1.0
The first release of the Basecamp CLI. Manage projects, todos, messages, cards, schedules, timesheets, and more from your terminal — or through any AI agent.
Install
Linux (Omarchy):
gh release download v0.1.0 --repo basecamp/basecamp-cli --pattern '*linux_amd64*'
tar xzf basecamp_0.1.0_linux_amd64.tar.gz
sudo mv basecamp /usr/local/bin/
basecamp auth loginmacOS (Apple Silicon):
gh release download v0.1.0 --repo basecamp/basecamp-cli --pattern '*darwin_arm64*'
tar xzf basecamp_0.1.0_darwin_arm64.tar.gz
sudo mv basecamp /usr/local/bin/
basecamp auth loginRequires gh CLI with access to the basecamp org. Other platforms: grab the matching archive from the assets below.
Highlights
- 55+ commands across projects, todos, cards, messages, campfire, files, schedules, timesheets, check-ins, lineup, and more
- Interactive workspace —
basecamp tuifor full terminal UI with card boards, campfire chat, Hey! inbox, and cross-account support - AI agent ready — works with Claude Code, Codex, Copilot, Gemini. Ships with a Claude Code plugin and standalone skills.
- JSON everywhere — styled output in terminals,
--jsonenvelope with breadcrumbs,--quietfor raw data - OAuth 2.1 with PKCE, automatic token refresh, and multi-account profiles
- Signed and verified — SHA-256 checksums, Sigstore cosign signatures, and SBOM for each archive