A focused host, Paseo process, agent, and Docker monitor for Paseo.
Supported platforms: Linux.
npmjs · Paseo 0.9+
paseo plugin add npm:paseo-vitals@0.1.2GitHub · Paseo 0.8 fallback
paseo plugin add tomgrin10/paseo-vitals --ref b18913260ca36e616a0342222a0f416ea8363af9Git security status and fallback installation are pinned to commit b18913260ca3.
From the plugin's README
Install from npm on Paseo 0.9.0 or newer:
paseo plugin install npm:paseo-vitals
Paseo 0.8 can install the same plugin from Git:
paseo plugin add tomgrin10/paseo-vitals
For local development:
npm ci
npm run verify
paseo plugin install "$PWD"
Open Host vitals from Paseo's sidebar. The dashboard refreshes every five seconds while mounted. Docker failure is non-fatal, and process-level detail degrades gracefully on non-Linux hosts.
README
A small Paseo sidebar dashboard for answering one question: how is this development VM doing?
It shows:
The plugin reads Linux /proc directly and invokes docker stats at most once per cached refresh.
It reads only the PASEO_AGENT_ID environment entry needed to attribute a process tree; command
lines and other process environment values are never returned to the client.
Install from npm on Paseo 0.9.0 or newer:
paseo plugin install npm:paseo-vitals
Paseo 0.8 can install the same plugin from Git:
paseo plugin add tomgrin10/paseo-vitals
For local development:
npm ci
npm run verify
paseo plugin install "$PWD"
Open Host vitals from Paseo's sidebar. The dashboard refreshes every five seconds while mounted. Docker failure is non-fatal, and process-level detail degrades gracefully on non-Linux hosts.
Scanned 22 Sep 2026, 14:32 UTC from tomgrin10/paseo-vitals.