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-bucket
scoop 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.

After install

  1. pipemason login — pair this machine to your account.
  2. pipemason setup — interactive walkthrough that picks a repo and runs a demo.
  3. Or skip the walkthrough: pipemason start "<feature>" from inside any git repo.
New to pipemason? See whypricingdocs.
Install pipemason · brew install crashbytes/tap/pipemason · pipemason