Standalone binary

Download a pre-built binary directly

Standalone binaries are available for macOS (arm64 and x64) and Linux (x64) on the GitHub Releases page. No Node.js required.

macOS (Apple Silicon)

curl -fsSL https://github.com/pcr-developers/pcr-dev/releases/latest/download/pcr-macos-arm64 -o pcr
chmod +x pcr
sudo mv pcr /usr/local/bin/pcr

macOS (Intel)

curl -fsSL https://github.com/pcr-developers/pcr-dev/releases/latest/download/pcr-macos-x64 -o pcr
chmod +x pcr
sudo mv pcr /usr/local/bin/pcr

Linux (x64)

curl -fsSL https://github.com/pcr-developers/pcr-dev/releases/latest/download/pcr-linux-x64 -o pcr
chmod +x pcr
sudo mv pcr /usr/local/bin/pcr

Verify

pcr --help