System + LLM telemetry in your menubar
Live CPU, GPU, memory, and Apple Silicon telemetry. Plus tokens/sec, KV cache, and context usage for Ollama, llama-server & LM Studio.
brew install coderhd/tap/statbar npx statbar curl -L -o ~/Downloads/StatBar.app.zip "https://github.com/coderhd/system-stats-menubar-app/releases/download/v1.1.0/StatBar.app.zip" git clone https://github.com/coderhd/system-stats-menubar-app && cd system-stats-menubar-app && ./scripts/build-app.sh Everything you need to watch a running LLM
Multi-segment glyph MENUBAR
CPU, GPU, memory and LLM activity as stacked tag + bar segments in one status item — re-rasterized only when a value visibly changes.
LLM server intelligence LLM
Auto-detects llama-server, Ollama and LM Studio. Shows tokens/sec, per-slot context usage, KV cache usage and model RAM live.
Hardware telemetry SYSTEM
Efficiency vs performance core usage, Metal GPU utilization and in-use memory, and a wired / active / compressed / free RAM breakdown.
Native Apple visuals NATIVE
Built with SwiftUI and AppKit. Uses NSVisualEffectView materials, so it matches Light, Dark, Clear Glass and Tinted Glass wallpapers.
Zero idle overhead ZERO
A single lightweight Swift process. When your LLM server is offline the segment auto-hides and StatBar runs as a pure system monitor.
Snapshot mode CLI
Print a single telemetry snapshot straight to stdout with `statbar --once` — scriptable for log tails, CI dashboards or tmux status lines.
Every interface at your fingertips
Left-click for the full telemetry HUD
A single click drops down a comprehensive, real-time macOS telemetry dashboard engineered specifically for developers running local LLMs and high-compute workloads.
Glanceable at all times
A compact 4-segment animated glyph sitting in your macOS status bar. Tracks CPU, GPU, RAM, and LLM load without taking valuable screen space.
Headless snapshot mode
Need a quick terminal check or script integration? Run statbar --once to output clean CPU, GPU, RAM, and model telemetry directly to stdout.
Under 0.1% CPU. Pure native Swift.
No Electron, no web runtime, and zero battery drain when idle. Built specifically for developers running local LLMs on macOS.