xtop 0.3.1

System monitor written in Rust using terminal user interface (TUI). Fast, efficient, informative, and easy to use.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# xtop
System monitor written in Rust using terminal user interface (TUI). Fast, nice-looking, informative, and easy to use. Works in Linux and MacOS (Windows not tested). One-key sorting of processes by process id, name, cpu usage, and memory usage. Search/filter by process name or process id.

<img width="852" height="700" alt="Screenshot 2026-02-25 at 9 51 05 AM" src="https://github.com/user-attachments/assets/5b270335-b542-467d-97a8-0bd943112f31" />
<img width="852" height="700" alt="Screenshot 2026-02-25 at 9 53 40 AM" src="https://github.com/user-attachments/assets/d43e083e-1da7-4cbe-be51-fc6a9944a6ab" />

## Build

In suitable directory, run
```
git clone https://github.com/mabognar/xtop
cd xtop
cargo install --path .
xtop
```