Skip to content

Releases: Don-Works/handler

Release list

Handler v0.0.1

Choose a tag to compare

@revitteth revitteth released this 29 Jul 14:31
v0.0.1
301c253

Handler 0.0.1 — a macOS menu bar watchdog for the resource ceilings that take the
whole machine down.

Install

App (menu bar):

  1. Download Handler-0.0.1-macos-universal.zip and unzip it.
  2. Move Handler.app to /Applications.
  3. 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 status

From source (no Gatekeeper friction):

git clone https://github.com/Don-Works/handler && cd handler
task install

Verify

shasum -a 256 -c SHA256SUMS

Universal binary: Apple Silicon and Intel. Requires macOS 13 or later.