Homebrew (Recommended)
The fastest method with automatic updates:
brew tap FlorianBruniaux/tap
brew install ccboard
Benefits: no Rust toolchain required, clean uninstall, automatic updates via brew upgrade.
Cargo
If you have Rust installed (1.85+):
cargo install ccboard
Claude Code users typically already have Rust installed.
Pre-built Binaries
Download from GitHub Releases:
- Download the binary for your platform
- Make it executable:
chmod +x ccboard - Move to PATH:
mv ccboard /usr/local/bin/
From Source
git clone https://github.com/FlorianBruniaux/ccboard.git
cd ccboard
cargo build --release
# Binary at target/release/ccboard
Verify Installation
ccboard --version
# ccboard 0.8.0
ccboard stats
# Quick check that everything works
Platform Support
| Platform | Status |
|---|---|
| macOS (Apple Silicon + Intel) | Fully tested |
| Linux (x86_64) | Community-tested |
| Windows | Experimental |
Updating
# Homebrew
brew upgrade ccboard
# Cargo
cargo install ccboard --force
# After upgrade, clear cache
ccboard clear-cache