// Downloads

Get BuildFlow Trust

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

// Recommended

Install with Homebrew

The easiest way to install and update BuildFlow Trust on macOS and Linux.

Terminal
# Install via Homebrew
brew install build-flow-labs/buildflow-trust/buildflow-trust
# Verify installation
buildflow-trust version
# Authenticate (opens browser)
buildflow-trust auth login
# Scan your organization
buildflow-trust 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 .../buildflow-trust-darwin-arm64 -o buildflow-trust

macOS

Intel (amd64)

Download
curl -L .../buildflow-trust-darwin-amd64 -o buildflow-trust
LNX

Linux

x86_64 (amd64)

Download
curl -L .../buildflow-trust-linux-amd64 -o buildflow-trust
LNX

Linux

ARM (arm64)

Download
curl -L .../buildflow-trust-linux-arm64 -o buildflow-trust
WIN

Windows

x86_64 (amd64)

Download .exe
buildflow-trust-windows-amd64.exe
D

Docker

Any platform

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

// Quick Install

One-line Install

macOS (Apple Silicon)
curl -L https://github.com/Build-Flow-Labs/buildflow-trust-oss/releases/latest/download/buildflow-trust-darwin-arm64 -o buildflow-trust && chmod +x buildflow-trust && sudo mv buildflow-trust /usr/local/bin/
macOS (Intel)
curl -L https://github.com/Build-Flow-Labs/buildflow-trust-oss/releases/latest/download/buildflow-trust-darwin-amd64 -o buildflow-trust && chmod +x buildflow-trust && sudo mv buildflow-trust /usr/local/bin/
Linux (amd64)
curl -L https://github.com/Build-Flow-Labs/buildflow-trust-oss/releases/latest/download/buildflow-trust-linux-amd64 -o buildflow-trust && chmod +x buildflow-trust && sudo mv buildflow-trust /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/buildflow-trust-oss/releases/latest/download/checksums.txt -o checksums.txt
# Verify
sha256sum -c checksums.txt

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

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