Skip to content

Install Brane CLI

The brane CLI is used to build, test, and publish packages, and to run workflows. Both developers and scientists use this tool.

  • Docker 20.10+ with BuildKit (see prerequisites)
  • Language toolchain for your chosen language (Python, Rust, etc.)
Terminal window
sudo wget -O /usr/local/bin/brane \
https://github.com/BraneFramework/brane/releases/latest/download/brane-linux-x86_64
sudo chmod +x /usr/local/bin/brane

Verify: brane version

Build from source
Terminal window
git clone https://github.com/BraneFramework/brane && cd brane
cargo xtask build brane-cli

The binary will be at target/release/brane. Requires Rust, GCC, and CMake.

Create your first package.