Atomic deployment CLI.
brew install --cask adaouat/tap/bifrostgo install github.com/adaouat/bifrost/cmd/bifrost@latestmise use github:adaouat/bifrostOr declare it in your .mise.toml / mise.toml:
[tools]
"github:adaouat/bifrost" = "latest"Download the raw binary for your platform from the
releases page. Assets are named
bifrost_<version>_<os>_<arch> (no archive wrapper), alongside a checksums.txt
for verification.
# example: macOS arm64 — replace <version> with the release tag
curl -L -o bifrost "https://github.com/adaouat/bifrost/releases/download/<version>/bifrost_<version>_darwin_arm64"
chmod +x bifrost
./bifrost --versionmacOS / Gatekeeper: if the binary is blocked after download, clear the quarantine flag:
xattr -d com.apple.quarantine bifrost
bifrost prints a one-line upgrade hint when a newer release exists; re-run your install
method (mise upgrade bifrost, go install …@latest, or the curl command) to upgrade.