Homebrew tap for the getdebug CLI.
brew install getdebug-ai/tap/getdebugThat's it. The formula pulls the matching binary for your platform (macOS arm64 / x86_64, Linux arm64 / x86_64) from the getdebug-ai/cli GitHub releases.
brew update
brew upgrade getdebugbrew uninstall getdebug
brew untap getdebug-ai/tapA Homebrew tap is a third-party formula source. This one serves a single formula — getdebug — that resolves to the right pre-built binary for your OS + architecture.
Releases are cut from the private monorepo by scripts/build-cli-binaries.sh; this tap is updated when a new version goes live on the cli releases page.
- npm:
npm install -g @getdebug/cli— bundles a tiny launcher that downloads the platform binary from GitHub Releases on first run. - Direct download: grab the archive for your platform from getdebug-ai/cli releases.
- Build from source: see the cli repo.