Installation
How to download and install the Tracemill CLI.
macOS (Homebrew)
brew install tracemill/tap/tracemillOr the two-step form:
brew tap tracemill/tap
brew install tracemillManual Download
Download the latest binary for your platform from dl.tracemill.io or the GitHub Releases page.
Available targets:
| OS | Architecture | File |
|---|---|---|
| macOS | Apple Silicon (arm64) | tracemill_darwin_arm64.tar.gz |
| macOS | Intel (amd64) | tracemill_darwin_amd64.tar.gz |
| Linux | arm64 | tracemill_linux_arm64.tar.gz |
| Linux | amd64 | tracemill_linux_amd64.tar.gz |
| Windows | amd64 | tracemill_windows_amd64.zip |
Extract the archive and move the tracemill binary to a directory on your PATH:
tar -xzf tracemill_darwin_arm64.tar.gz
sudo mv tracemill /usr/local/bin/Verify Installation
tracemill version