xtop 0.3.6

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-06 at 12 32 25 PM" src="https://github.com/user-attachments/assets/4f55941d-9192-4416-8542-d14c34eb29f9" />
<img width="852" height="700" alt="Screenshot 2026-03-06 at 12 34 36 PM" src="https://github.com/user-attachments/assets/dbd12547-fa69-4f54-9452-a6a1892eee01" />
<img width="852" height="700" alt="Screenshot 2026-03-06 at 12 35 00 PM" src="https://github.com/user-attachments/assets/b8722e82-11da-4e54-8251-23a7ffccc803" />

## Build

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