Skip to content

Install branectl

branectl is the command-line tool for managing Brane nodes — downloading images, generating configuration, managing certificates, and starting/stopping services.

Terminal window
sudo wget -O /usr/local/bin/branectl \
https://github.com/BraneFramework/brane/releases/latest/download/branectl-linux-x86_64
sudo chmod +x /usr/local/bin/branectl

Verify: branectl --help

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

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