A powerful TUI system monitor and terminal console built with Rust and Ratatui.
- System Monitoring: Real-time CPU, memory, disk, and network stats
- CPU Per Core: View usage for each CPU core
- Network Stats: Download/upload speed, total transferred, packets
- Process Manager: View and manage running processes
- Terminal PTY Real: Full shell/bash terminal embedded
- Multiple Themes: Nord, Dracula, Gruvbox, Monokai, Catppuccin (switchable)
- Interactive UI: Full keyboard navigation with shortcuts
q- Quit applicationTab- Next tab?orh- Toggle helps- Toggle settingsr- Refresh data
1ort- System overview2orm- Monitor (processes)3orp- Processes4orn- Network
↑/↓- Navigate processesk- Kill selected processPgUp/PgDn- Jump by page
Enter- Start terminal modeEsc- Exit terminal mode- Arrow keys - Navigate in terminal
]- Next theme[- Previous theme
cargo build --releasecargo run --release- Rust 1.70+
- Terminal with Unicode support