Skip to content

claude-trace main.2

Choose a tag to compare

@github-actions github-actions released this 12 Oct 09:45
· 1660 commits to main since this release
b0c94a4

Release of claude-trace version main.2

Built from: main branch
Commit: b0c94a4

Installation

Download the appropriate binary for your platform, make it executable, and move it to your PATH:

# Linux AMD64
wget https://github.com/neongreen/mono/releases/download/claude-trace--main.2/claude-trace-main.2-linux-amd64
chmod +x claude-trace-main.2-linux-amd64
sudo mv claude-trace-main.2-linux-amd64 /usr/local/bin/claude-trace

# macOS ARM64 (M1/M2)
wget https://github.com/neongreen/mono/releases/download/claude-trace--main.2/claude-trace-main.2-darwin-arm64
chmod +x claude-trace-main.2-darwin-arm64
sudo mv claude-trace-main.2-darwin-arm64 /usr/local/bin/claude-trace

Available Binaries

  • Linux: amd64, arm64
  • macOS: amd64 (Intel), arm64 (Apple Silicon)