Skip to main content

Installation Methods

brew install basecuthq/cli/basecut

Install Script (macOS / Linux / Windows)

Downloads the latest public release and verifies SHA256 checksums:
curl -fsSL https://basecut.dev/install.sh | sh
Optional: install to a specific directory (default ~/.local/bin) or pin a version:
curl -fsSL https://basecut.dev/install.sh | sh -s -- /usr/local/bin
curl -fsSL https://basecut.dev/install.sh | sh -s -- ~/.local/bin v1.0.0
Optional: pin the installer script itself to a specific Git ref (tag or commit SHA):
curl -fsSL "https://basecut.dev/install.sh?ref=v1.0.0" | sh

GitHub Releases

Download the binary for your platform from the public release repository:

Verification

To verify the installation, run:
basecut --version