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.

Choose another platform

The detection above is only a suggestion. Pick exactly what you need.

All downloads

All platforms for PlanBefore v0.3.0
PlatformFileSizeSHA-256
macOS — Apple Siliconpbnode_0.3.0_darwin_arm64.tar.gz
pbnode-darwin-arm64
3.4 MiB6d875057a1108607…
macOS — Intelpbnode_0.3.0_darwin_amd64.tar.gz
pbnode-darwin-amd64
3.7 MiB95e51f987ac32cc6…
Linux — ARM64pbnode_0.3.0_linux_arm64.tar.gz
pbnode-linux-arm64
3.4 MiBc7c10f682b2653fd…
Linux — x86_64pbnode_0.3.0_linux_amd64.tar.gz
pbnode-linux-amd64
3.8 MiB6389e366a65ef575…
Windows — ARM64pbnode_0.3.0_windows_arm64.zip
pbnode-windows-arm64.exe
3.3 MiB328de3beb454e9ca…
Windows — x64pbnode_0.3.0_windows_amd64.zip
pbnode-windows-amd64.exe
3.7 MiBa9514a546420ba26…

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 SHA256

Unsigned 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 with xattr -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.