// Downloads

Get BuildGuard

Pre-built binaries for every platform. Install in seconds.

// Recommended

Install with Homebrew

The easiest way to install and update BuildGuard on macOS and Linux.

Terminal
# Install via Homebrew
brew install build-flow-labs/buildguard/buildguard
# Verify installation
buildguard version
# Authenticate (opens browser)
buildguard auth login
# Scan your organization
buildguard scan --org your-org

// Direct Download

Pre-built Binaries

Download the latest release for your platform. No dependencies required.

macOS

Apple Silicon (arm64)

Download
curl -L .../buildguard-darwin-arm64 -o buildguard

macOS

Intel (amd64)

Download
curl -L .../buildguard-darwin-amd64 -o buildguard
LNX

Linux

x86_64 (amd64)

Download
curl -L .../buildguard-linux-amd64 -o buildguard
LNX

Linux

ARM (arm64)

Download
curl -L .../buildguard-linux-arm64 -o buildguard
WIN

Windows

x86_64 (amd64)

Download .exe
buildguard-windows-amd64.exe
D

Docker

Any platform

docker run buildflowlabs/buildguard
docker run --rm -e GITHUB_TOKEN=$TOKEN buildflowlabs/buildguard scan --org your-org
View all releases →

// Quick Install

One-line Install

macOS (Apple Silicon)
curl -L https://github.com/Build-Flow-Labs/buildguard-oss/releases/latest/download/buildguard-darwin-arm64 -o buildguard && chmod +x buildguard && sudo mv buildguard /usr/local/bin/
macOS (Intel)
curl -L https://github.com/Build-Flow-Labs/buildguard-oss/releases/latest/download/buildguard-darwin-amd64 -o buildguard && chmod +x buildguard && sudo mv buildguard /usr/local/bin/
Linux (amd64)
curl -L https://github.com/Build-Flow-Labs/buildguard-oss/releases/latest/download/buildguard-linux-amd64 -o buildguard && chmod +x buildguard && sudo mv buildguard /usr/local/bin/

Verify Your Download

Each release includes a checksums.txt file with SHA256 hashes.

Verification
# Download checksums
curl -L https://github.com/Build-Flow-Labs/buildguard-oss/releases/latest/download/checksums.txt -o checksums.txt
# Verify
sha256sum -c checksums.txt

Need 20+ policies, dashboards, or auto-remediation?

BuildGuard Team and Enterprise editions include advanced policies, framework mappings, PDF reports, web dashboard, and more.