Pre-compiled BB (Barretenberg) binaries for multiple Linux distributions and architectures.
| Platform | Architectures |
|---|---|
| Ubuntu 22.04 | x86_64 |
| Ubuntu 24.04 | x86_64 |
| macOS | aarch64 (ARM64) |
Binaries are automatically built and released via GitHub Actions. Download the appropriate binary for your platform from the releases page.
The build process uses GitHub Actions to cross-compile BB for different platforms. See .github/workflows/release.yml for build configuration.
For Linux x86_64 systems:
./compile_bb.shFor macOS ARM64 systems:
./compile_bb_macos.shThe scripts will download Aztec packages v2.0.2 and compile BB locally.