Installation
Install tracce on Apple Silicon or Intel macOS.
Homebrew
Homebrew is the recommended installation path. The tap builds from source and works on Apple Silicon and Intel Macs.
brew install chungchihhan/tap/tracceUpgrade an existing installation with:
brew upgrade tracceCargo
If you already have Rust installed:
cargo install --git https://github.com/chungchihhan/tracceBuild from source
git clone https://github.com/chungchihhan/tracce
cd tracce
cargo build --release
sudo cp target/release/tracce /usr/local/bin/macOS permission
Your terminal needs Full Disk Access so the event stream can include paths that macOS protects. Open System Settings → Privacy & Security → Full Disk Access, enable your terminal, then restart it.
Verify
tracce --helpThen start your first recording:
tracce codexOpen another terminal and run tracce view. See commands for every launch mode.