Skip to content

Pi Stats v0.3.0 — now on Windows too

Latest

Choose a tag to compare

@phun333 phun333 released this 07 Jun 19:52

Pi Stats is now cross-platform — native on both macOS and Windows, same data, same design.

Windows (new!)

A native WPF system-tray app: popover with Overview / Languages / Models / Projects / Usage tabs, daily-spend & donut charts, dark settings window, launch-at-login, and optional remote SSH sync.

  • PiStats.exe — single portable file, no installer, no .NET required. Double-click → π icon in the system tray.
  • Pi-Stats-Windows.zip — the same exe, zipped.

Unsigned, so Windows SmartScreen may show "Windows protected your PC" on first launch — click More info → Run anyway (one time). For auto-start, clone the repo and run windows\install.ps1, or enable Settings → Launch at login.

macOS

Unchanged from v0.2.0 (universal binary, Apple Silicon + Intel).

  • Pi-Stats.dmg — drag to Applications.
  • Pi-Stats.zip — for the one-line installer.
curl -L https://github.com/phun333/pi-infobar/releases/download/v0.3.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"

Both apps read your local ~/.pi/agent/sessions logs, aggregate per day, and show cost / languages / models / projects / tokens & tools. Local-first; remote mode only pulls from the host you configure.