A Windows TUI dashboard for real-time NVIDIA GPU telemetry in the terminal.
- Real-time GPU load, VRAM usage, power, temperature, fan, clocks, and P-state
- Smooth, interpolated progress bars
- Multi-GPU support (switch with Up/Down)
- NVML-first with
nvidia-smifallback - Customizable colors via
theme.go
- Windows 10/11
- NVIDIA GPU + driver installed
nvidia-smiavailable (used as fallback when NVML is unavailable)
go mod tidy
go build -o gpudash.exe ..\gpudash.exer: Refresh nowUp/Down: Switch GPU+/-: Change refresh rateq: Quit
Edit theme.go to customize the UI colors. lipgloss.Color supports hex values (e.g. #22D3EE).
- Some metrics may show
N/Adepending on the GPU/driver. - NVML is used when available; otherwise
nvidia-smiis queried.
MIT
