Skip to content

Installation

brel ships as a single binary for macOS (Apple Silicon and Intel), Linux (glibc and musl), and Windows. Pick whichever install path fits your environment:

Install the latest prebuilt binary with the release shell script:

Terminal window
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/better-releases/brel/releases/latest/download/brel-installer.sh | sh

Verify the install:

Terminal window
brel --version

In CI you usually don’t install brel yourself: on GitHub the generated workflow uses the better-releases/setup-brel@v1 action, and the GitLab/Forgejo templates install a pinned version with cargo.

Next: the Quick Start.