Download PlanBefore
Native builds for macOS, Linux and Windows, published on GitHub Releases with SHA-256 checksums. You don’t need Go — only git and rg (ripgrep) on your machine.
Recommended for your system
Detecting your system…
Choose another platform
The detection above is only a suggestion. Pick exactly what you need.
All downloads
| Platform | File | Size | SHA-256 |
|---|---|---|---|
| macOS — Apple Silicon | pbnode_0.3.0_darwin_arm64.tar.gz pbnode-darwin-arm64 | 3.4 MiB | 6d875057a1108607… |
| macOS — Intel | pbnode_0.3.0_darwin_amd64.tar.gz pbnode-darwin-amd64 | 3.7 MiB | 95e51f987ac32cc6… |
| Linux — ARM64 | pbnode_0.3.0_linux_arm64.tar.gz pbnode-linux-arm64 | 3.4 MiB | c7c10f682b2653fd… |
| Linux — x86_64 | pbnode_0.3.0_linux_amd64.tar.gz pbnode-linux-amd64 | 3.8 MiB | 6389e366a65ef575… |
| Windows — ARM64 | pbnode_0.3.0_windows_arm64.zip pbnode-windows-arm64.exe | 3.3 MiB | 328de3beb454e9ca… |
| Windows — x64 | pbnode_0.3.0_windows_amd64.zip pbnode-windows-amd64.exe | 3.7 MiB | a9514a546420ba26… |
All SHA-256 checksums: checksums.txt for v0.3.0
Older versions and release notes: Releases.
Before you run it
Verify the checksum
Compare the SHA-256 of your download with the value shown above or in checksums.txt:
# macOS
shasum -a 256 pbnode_*_darwin_arm64.tar.gz# Linux (checks every file you downloaded)
sha256sum --ignore-missing -c checksums.txt# Windows (PowerShell)
Get-FileHash .\pbnode_*_windows_amd64.zip -Algorithm SHA256Unsigned binaries
PlanBefore builds are not code-signed or notarized yet. The install scripts are not affected, but files downloaded with a browser may trigger a warning:
- macOS: Gatekeeper can block
pbnode. After verifying the checksum, remove the download flag withxattr -d com.apple.quarantine ./pbnode. - Windows: SmartScreen can warn about an unrecognized app. After verifying the checksum, choose More info → Run anyway, or run
Unblock-File .\pbnode.exe.
Requirements
PlanBefore Node calls git and rg (ripgrep), which must be on your PATH. See how to install them.