Skip to content

Pi Stats v0.1.0

Choose a tag to compare

@phun333 phun333 released this 05 Jun 10:26
· 25 commits to main since this release

Pi Stats — native macOS menu-bar dashboard for your Pi agent usage. Universal (Apple Silicon + Intel).

⚠️ First launch (important)

This build is unsigned (no paid Apple Developer account), so macOS quarantines it and may say
"Pi Stats is damaged and can't be opened" or move it to the Trash. The app is fine — it's just
Gatekeeper. Clear the quarantine flag once.

Easiest — one-line install (Terminal)

Downloads, installs to Applications, unquarantines, and opens:

curl -L https://github.com/phun333/pi-infobar/releases/download/v0.1.0/Pi-Stats.zip -o /tmp/PiStats.zip && \
  ditto -xk /tmp/PiStats.zip /Applications && \
  xattr -dr com.apple.quarantine "/Applications/Pi Stats.app" && \
  open "/Applications/Pi Stats.app"

Manual (DMG)

  1. Download Pi-Stats.dmg, open it, drag Pi Stats into Applications.
    (If it already got moved to Trash, put it back into Applications first — don't double-click yet.)
  2. Run once:
    xattr -dr com.apple.quarantine "/Applications/Pi Stats.app"
  3. Open it normally — the π mark appears in your menu bar.