Skip to content

Installation

Coldrune ships as a single static binary. No runtime dependencies.

# Linux amd64
curl -L -o coldrune https://github.com/user/coldrune/releases/latest/download/coldrune-linux-amd64

# Linux arm64
curl -L -o coldrune https://github.com/user/coldrune/releases/latest/download/coldrune-linux-arm64

# macOS (Apple Silicon)
curl -L -o coldrune https://github.com/user/coldrune/releases/latest/download/coldrune-darwin-arm64
sha256sum coldrune
# Compare against the published checksum
chmod +x coldrune
sudo mv coldrune /usr/local/bin/
coldrune --version
  • Linux amd64, arm64
  • macOS arm64 (Apple Silicon), amd64 (Intel)

Windows is not supported.

Requires Rust 2024 edition (1.85+):

git clone https://github.com/user/coldrune.git
cd coldrune
cargo build --release
# Binary at target/release/coldrune