Procverse (process-universe) is a terminal-based Linux process visualization tool written in Rust. It scans the /proc filesystem in real time and renders process hierarchies as an interactive graph using a custom force-directed physics engine inside a Ratatui terminal UI.
git clone https://github.com/woterr/procverse.git
cd procverse
cargo run --release