xtop 0.1.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
# 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-11 at 10 33 44 AM" src="https://github.com/user-attachments/assets/0a97036c-a7e8-44af-9712-da7f5858f1fb" />

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