About xtop
xtop is a modern, terminal-based system monitor. It provides real-time insights into your system's performance, including process information and hardware utilization, all packaged in a responsive Rust-based UI.
Screenshots
Real-time CPU and memory tracking
Detailed, sortable, searchable process information
Features
- Hardware Metrics: Monitor CPU, memory, and network usage at a glance
- Process Management: Easily view, sort, and filter system processes
- Cross-Platform: Tested on macOS, Linux, Windows, BSD
Pre-Compiled Binaries
Download the latest release for your operating system directly from GitHub:
Install via Cargo
If you already have Rust installed, you can easily pull xtop directly from crates.io:
cargo install xtop
Or build it from the repository:
git clone https://github.com/mabognar/xtop
cd xtop
cargo install --path .