Skip to content

vminfoTerminal system monitor, web dashboard, and Go library

Cross-platform host runtime visibility for Linux, macOS, and Windows — from TUI, JSON output, browser dashboard, or embeddable Go APIs.

vminfo

Install in one command

bash
curl -fsSL https://raw.githubusercontent.com/cloudapp3/vminfo/main/install.sh | bash

Then launch the terminal UI:

bash
vminfo

Or get a JSON snapshot for scripts:

bash
vminfo summary --json

Why vminfo

vminfo is built for developers, SREs, DevOps engineers, and server operators who need low-friction visibility into a machine.

Use it when you need to:

  • inspect CPU, memory, disk, network, load, and processes from a terminal
  • export machine-readable JSON for scripts and automation
  • open a browser dashboard on a server with vminfo --web
  • embed host metrics collection into another Go tool
  • diagnose a single host without running a full monitoring platform

Screenshots

vminfo TUI overviewvminfo web dashboardvminfo process viewvminfo help overlay

vminfo demo GIF

Released under the MIT License.