Install via Homebrew
Install
-
Add the tap
Terminal window brew tap McMuellermilch/tap -
Install ordr
Terminal window brew install ordr -
Verify
Terminal window ordr --version
Update
brew updatebrew upgrade ordrUninstall
brew uninstall ordrbrew untap McMuellermilch/tap # optional: remove the tapWhy 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.