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 .