Installation
Choose any of the three methods:
Homebrew (macOS — recommended)
cargo
Requires Rust toolchain. Install from rustup.rs if needed.
Pre-built binary
Download the binary for your platform from the GitHub Releases page:
| Platform | Binary |
|---|---|
| macOS (Apple Silicon) | olaf-aarch64-apple-darwin |
| macOS (Intel) | olaf-x86_64-apple-darwin |
| Linux (x86_64) | olaf-x86_64-unknown-linux-musl |
| Linux (ARM64) | olaf-aarch64-unknown-linux-musl |
Linux binaries are fully static — no glibc dependency.
Rename to olaf, make executable (chmod +x olaf), and move to a directory in your PATH.