Releases: javimosch/ministats
Releases · javimosch/ministats
Release list
MiniStats v1.0.17 — daemon mode, compact UI, stale client pruning
Ships the June updates that were unreleased since v1.0.16 (April):
What's new
- Daemon mode —
ministats daemon start/stop/statusfor long-running clients that survive shell exit - Compact 2-column dashboard — redesigned UI with a tight grid, IBM Plex Mono, scanline overlay
- Stale client detection + pruning — clients that go silent are flagged and auto-pruned after TTL
- Desktop background setup — run the dashboard as a live desktop wallpaper
Install
curl -fsSL https://raw.githubusercontent.com/javimosch/ministats/master/scripts/install.sh | bashQuick start
ministats server --port 9094 # start the dashboard
ministats daemon start --name my-box --server http://YOUR_SERVER:9094 # connect a machineOpen → http://localhost:9094 — metrics appear instantly.