Expand description
§cargo-airbender

Documentation: API docs | CLI reference
[!WARNING] airbender-platform project is under active development and is in alpha state. Use at your own risk.
cargo-airbender is the main CLI for Airbender project scaffolding, guest builds, execution, proving, and verification.
§Commands
new: create a host + guest template project.build: compile a guest and package adist/bundle.runandflamegraph: execute guest binaries through the transpiler.prove,generate-vk, andverify-proof: work with dev, CPU, or GPU proof flows, including 80-bit or 100-bit real proof security.clean: remove Docker resources created by reproducible builds.
§Installation
From a local checkout:
cargo install --path crates/cargo-airbender --forceFrom GitHub:
cargo install --git https://github.com/matter-labs/airbender-platform --branch main cargo-airbender --forceBy default GPU support is enabled. Install with --no-default-features if you want a CLI binary without GPU proving support.
§Requirements
- Rust nightly pinned by
rust-toolchain.toml. cargo-binutilsfor guest build flows that invokecargo objcopy.- Docker only when using reproducible builds.
§License
Licensed under either Apache License, Version 2.0 or MIT license at your option.
Modules§
Functions§
- init_
tracing 🔒 - main 🔒