xtop 0.2.0

System monitor written in Rust using terminal user interface (TUI). Fast, nice-looking, informative, and easy to use.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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. 
<img width="852" height="700" alt="Screenshot 2026-02-11 at 10 25 05 AM" src="https://github.com/user-attachments/assets/94dfd274-793d-40c5-b306-8f71fb617d0e" />
<img width="852" height="700" alt="Screenshot 2026-02-17 at 9 08 36 AM" src="https://github.com/user-attachments/assets/846b9fd1-2623-4a83-963b-ce4d7c499c90" />

## Build

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