Skip to content

Install via Homebrew

Install

  1. Add the tap

    Terminal window
    brew tap McMuellermilch/tap
  2. Install ordr

    Terminal window
    brew install ordr
  3. Verify

    Terminal window
    ordr --version

Update

Terminal window
brew update
brew upgrade ordr

Uninstall

Terminal window
brew uninstall ordr
brew untap McMuellermilch/tap # optional: remove the tap

Why Homebrew?

ordr is distributed as a single precompiled binary — no Node.js, no Python, no runtime required. Homebrew handles downloading the correct binary for your architecture (Apple Silicon or Intel), verifying the SHA256 checksum, and placing it on your PATH.