Downloads & Releases
Get the latest pre-compiled binaries for Pincer Engine, inspect versions, or report bugs.
Latest Release
Quick Installation (macOS)
1. Install via Homebrew
You can install Pincer using our custom Homebrew tap:
brew trust im-adnan/pincer/pincer
brew tap im-adnan/pincer
brew install pincer
2. Verify Installation
Check that Pincer is installed and view its version:
pincer --version
Start the daemon or interactive CLI:
# Run in daemon mode with RPC on port 6800
pincer --daemon --port 6800
# Or download a file directly
pincer "https://example.com/file.zip"
All Releases & Versions
To view past release notes, changelogs, and historical binaries:
- Browse all releases: GitHub Releases Archive
- Review changes in source: CHANGELOG.md
Found a Bug or Have a Feature Request?
We welcome community feedback, bug reports, and suggestions!
🐛 Report an Issue
Encountered unexpected behavior, download errors, or a crash? Open a bug report directly on our GitHub issue tracker with your CLI log or system details.