Prerequisites
- A 64-bit Linux, macOS, or Windows machine
gitonPATH(only needed for-g owner/reporemote scans)
Install script (macOS / Linux)
The quickest way — downloads the right binary for your platform, verifies its checksum, and installs it onto yourPATH:
PREFIX defaults to /usr/local/bin (falling back to ~/.local/bin when that
isn’t writable).
Homebrew (macOS / Linux)
brew upgrade pipefort.
go install
If you have a Go toolchain (1.25+):pipefort in $(go env GOBIN) (or
$GOPATH/bin). Make sure that directory is on your PATH.
Download the binary manually
Releases are published to github.com/raphabot/pipefort/releases. Each release ships these archives plus achecksums.txt:
Install on macOS / Linux
Pick the archive for your platform and run:darwin_arm64 with linux_amd64, linux_arm64, or darwin_amd64 as needed.
Install on Windows
Download the..._windows_amd64.zip archive from the releases page, extract it, and move pipefort.exe somewhere on your PATH.