xtop 0.3.4

System monitor written in Rust using terminal user interface (TUI). Fast, efficient, informative, and easy to use.
# xtop
System monitor written in Rust using terminal user interface (TUI). Fast, nice-looking, informative, and easy to use. 
Works in Linux, macOS, Windows, and BSD. 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-03-04 at 11 19 57 AM" src="https://github.com/user-attachments/assets/43aefa42-f01c-463f-922e-d36c45a6aaad" />
<img width="852" height="700" alt="Screenshot 2026-03-04 at 11 20 21 AM" src="https://github.com/user-attachments/assets/1331fea5-81a8-4cbe-8a66-68c2fbf1d58f" />
<img width="852" height="700" alt="Screenshot 2026-03-04 at 11 21 10 AM" src="https://github.com/user-attachments/assets/655bde2e-137f-4a06-baf7-64971b50eeb0" />


## Build

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