Skip to content

stephenlzc/nvclocktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvclocktop

A fullscreen terminal clock and GPU dashboard for NVIDIA Linux workstations and Apple Silicon Macs.

Turn any terminal into a live status screen for AI workstations, local model machines, homelab servers, and SSH sessions.

nvclocktop running on an Apple Silicon Mac

nvclocktop combines a large readable clock, CPU activity, memory usage, and GPU metrics in one colorful terminal dashboard.

Preset Gallery

--font terrace --theme rainbow --font terrace --theme cyber
terrace font with rainbow theme on NVIDIA Linux terrace font with cyber theme on NVIDIA Linux
--font big --theme ocean --font standard --theme amber
big font with ocean theme on NVIDIA Linux standard font with amber theme on NVIDIA Linux
--font slant --theme mono
slant font with mono theme on NVIDIA Linux

Installation

pip install nvclocktop

Or with pipx:

pipx install nvclocktop

Usage

nvclocktop

Useful options:

nvclocktop --refresh 1
nvclocktop --once
nvclocktop --font big
nvclocktop --theme cyber

Features

  • Large fixed-position terminal clock with seconds
  • CPU usage, memory, load average, and per-thread activity
  • NVIDIA GPU usage, memory, temperature, power, fan, and driver info on Linux
  • Apple Silicon GPU and unified memory display on macOS
  • Adaptive layout for wide and compact terminals
  • Keyboard controls: Q to quit, H for help
  • Works well over SSH

Style Presets

nvclocktop ships with official clock font and color presets. Invalid preset names are rejected by the CLI, so saved scripts and dashboard setups fail fast instead of silently falling back to an unexpected style.

Available font presets:

nvclocktop --font terrace
nvclocktop --font big
nvclocktop --font standard
nvclocktop --font slant
nvclocktop --font chunky

Available color themes:

nvclocktop --theme rainbow
nvclocktop --theme cyber
nvclocktop --theme ocean
nvclocktop --theme amber
nvclocktop --theme mono

Platform Support

Currently supported:

Platform GPU support Notes
Linux NVIDIA GPUs via nvidia-smi Best supported path
macOS Apple Silicon GPU display Includes unified memory display
CPU Intel and AMD CPUs Uses standard system metrics

Not currently supported:

  • AMD GPUs
  • Intel GPUs
  • Windows native terminal

Keyboard Shortcuts

Key Action
Q Quit
H Show or hide help
Ctrl+C Quit immediately

Development

git clone https://github.com/stephenlzc/nvclocktop.git
cd nvclocktop
python3 -m venv .venv
. .venv/bin/activate
pip install -e ".[dev]"
pytest

License

MIT

About

A fullscreen terminal clock and GPU dashboard for NVIDIA Linux workstations and Apple Silicon Macs.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors