Installation¶
Quick Install (recommended)¶
Install the latest release with a single command:
This downloads the pre-built binary for your platform and places it in /usr/local/bin.
Download from GitHub Releases¶
Pre-built binaries are available for every tagged release:
| Platform | Architecture | Artifact |
|---|---|---|
| macOS | Apple Silicon (M1+) | ciab-darwin-arm64.tar.gz |
| macOS | Intel | ciab-darwin-x64.tar.gz |
| Linux | x86_64 | ciab-linux-x64.tar.gz |
| Linux | ARM64 | ciab-linux-arm64.tar.gz |
Download from GitHub Releases, extract, and move to your PATH:
Desktop App¶
Download the macOS desktop app (.dmg) from GitHub Releases.
Build from Source¶
Requires Rust (stable, latest).
The ciab binary will be at target/release/ciab.
Verify Installation¶
Initialize Configuration¶
Generate a default config file:
This creates config.toml in the current directory. See Configuration for details on all settings.