install
Install pipemason
The runner is a code-signed + notarized binary delivered through our official Homebrew tap and Scoop bucket. No npm install — the runtime is bundled.
Tried brew install pipemason and got "No available formula"?
Pipemason isn't in homebrew-core (yet). Install it from the CrashBytes tap:
macOS / Linux / WSL
brew install crashbytes/tap/pipemason
Windows
Scoop
scoop bucket add crashbytes https://github.com/CrashBytes/scoop-bucketscoop install pipemason
Don't have Scoop yet? One PowerShell line installs it. After that, scoop update pipemason keeps you current.
No package manager (CI, locked-down boxes)
Sign in and head to /onboarding for a single-use install command. It detects your OS + arch, downloads the matching binary, and drops it at $HOME/.local/bin/pipemason.
Note
The curl one-liner needs a signed-in install token, so it can't live on a static page. /onboarding mints one for you on demand.