xtop

A system monitor for the terminal, written in Rust

View on crates.io View on GitHub

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

Features

Pre-Compiled Binaries

Download the latest release for your operating system directly from GitHub:

macOS

Apple Silicon

Download for macOS

Linux

Debian / Ubuntu

Download for Linux

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 .