Handler 0.0.1 — a macOS menu bar watchdog for the resource ceilings that take the
whole machine down.
Install
App (menu bar):
- Download
Handler-0.0.1-macos-universal.zipand unzip it. - Move
Handler.appto/Applications. - Handler is ad-hoc signed, not notarised, so Gatekeeper will block the first launch.
Right-click the app and choose Open, then confirm — or run:xattr -dr com.apple.quarantine /Applications/Handler.app open /Applications/Handler.app
CLI:
tar -xzf handler-0.0.1-macos-universal.tar.gz
sudo install -m 755 handler-0.0.1-macos-universal/handler /usr/local/bin/handler
handler statusFrom source (no Gatekeeper friction):
git clone https://github.com/Don-Works/handler && cd handler
task installVerify
shasum -a 256 -c SHA256SUMSUniversal binary: Apple Silicon and Intel. Requires macOS 13 or later.