TL;DR — Quick Summary

Zenith monitors CPU, GPU, memory, disk, and network in a TUI. Nvidia GPU support, zoom in/out on graphs, process management — a beautiful system dashboard.

Zenith is a system dashboard. CPU, GPU, memory, disk, network — all in zoomable graphs.

Installation

# macOS
brew install zenith

# Cargo (with GPU support)
cargo install zenith --features nvidia

# Cargo (without GPU)
cargo install zenith

Keybindings

+/-    → zoom time range
Tab    → switch sections
e      → expand process
p      → sort by PID
c      → sort by CPU
m      → sort by memory
q      → quit

Summary

  • Zenith monitors CPU, GPU, memory, disk, network
  • Zoomable graphs with adjustable time ranges
  • Native Nvidia GPU monitoring
  • Process management with sorting
  • Written in Rust — fast, cross-platform