Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 10:31
· 29 commits to main since this release

A native macOS menu bar system monitor. Apple Silicon (arm64) only.

Install

  1. Download the .zip below and unzip it.

  2. Move Pulse.app to /Applications.

  3. Remove the quarantine flag, then open it:

    xattr -dr com.apple.quarantine /Applications/Pulse.app
    open /Applications/Pulse.app

Pulse looks in your menu bar — it has no Dock icon. Quit via "Quit Pulse"
in its dropdown.

The xattr step is needed because the build is ad-hoc signed, not
notarized
(no paid Apple Developer account). It is not malware — the
full source is in this repo; you can also build it yourself with
make run.

Notes

  • Apple Silicon only. Intel Macs are not supported by this binary;
    build from source instead. The Intel sensor paths were written from
    references and have not been verified on real Intel hardware.
  • Requires macOS 12 (Monterey) or newer.