Install branectl
Install branectl
Section titled “Install branectl”branectl is the command-line tool for managing Brane nodes — downloading images, generating configuration, managing certificates, and starting/stopping services.
Download the Binary
Section titled “Download the Binary”sudo wget -O /usr/local/bin/branectl \ https://github.com/BraneFramework/brane/releases/latest/download/branectl-linux-x86_64sudo chmod +x /usr/local/bin/branectlsudo wget -O /usr/local/bin/branectl \ https://github.com/BraneFramework/brane/releases/latest/download/branectl-darwin-x86_64sudo chmod +x /usr/local/bin/branectlsudo wget -O /usr/local/bin/branectl \ https://github.com/BraneFramework/brane/releases/latest/download/branectl-darwin-aarch64sudo chmod +x /usr/local/bin/branectlVerify: branectl --help
Build from source
git clone https://github.com/BraneFramework/brane && cd branecargo xtask build brane-ctlThe binary will be at target/release/branectl. Requires Rust, GCC, and CMake.