xtop 0.3.8

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="924" height="700" alt="Screenshot 2026-04-10 at 12 15 34 PM" src="https://github.com/user-attachments/assets/17c8b6f6-7013-4f87-8277-2a8624976e68" />
<img width="924" height="700" alt="Screenshot 2026-04-10 at 12 15 59 PM" src="https://github.com/user-attachments/assets/31c5db5b-c38a-41d1-8091-736abc060bc0" />
<img width="924" height="700" alt="Screenshot 2026-04-10 at 12 16 13 PM" src="https://github.com/user-attachments/assets/8f4fb33c-2e70-4a0d-acfc-f7b6d412741c" />

## Build

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