Installation
Homebrew
brew install navistau/tap/beachcomber
npm
npm install -g beachcomber
Or run without installing:
npx beachcomber --version
pip
pip install beachcomber
Or with uv:
uv tool install beachcomber
# or run without installing:
uvx beachcomber --version
The npm and pip packages download the correct pre-built binary for your platform from GitHub Releases. Once installed, the binary persists independently of the package manager.
Cargo
cargo install beachcomber
Pre-built binaries
Pre-built binaries are available on the GitHub Releases page for the following targets:
aarch64-apple-darwin(macOS, Apple Silicon)x86_64-apple-darwin(macOS, Intel)x86_64-unknown-linux-gnu(Linux, glibc)x86_64-unknown-linux-musl(Linux, musl/static)