Pi Stats v0.1.0
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)
- 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.) - Run once:
xattr -dr com.apple.quarantine "/Applications/Pi Stats.app" - Open it normally — the π mark appears in your menu bar.