Skip to main content

Prerequisites

  • A 64-bit Linux, macOS, or Windows machine
  • git on PATH (only needed for -g owner/repo remote scans)

Install script (macOS / Linux)

The quickest way — downloads the right binary for your platform, verifies its checksum, and installs it onto your PATH:
Override the target directory or version with environment variables:
PREFIX defaults to /usr/local/bin (falling back to ~/.local/bin when that isn’t writable).

Homebrew (macOS / Linux)

Upgrade later with brew upgrade pipefort.

go install

If you have a Go toolchain (1.25+):
This builds from source and drops 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 a checksums.txt:

Install on macOS / Linux

Pick the archive for your platform and run:
Substitute 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.

Verify

You should see the full flag listing — see Flags for the reference.