Inspect
Search running processes, inspect focused parent-child relationships, read details, inspect open files and ports, and export snapshots for debugging.
Rust TUI · Ratatui · macOS · Linux
A read-only terminal process explorer for developers, learners, and curious users who want process trees, open files, ports, and OS fundamentals in one polished interface.
process-inspector
[ Inspect processes ]
[ Learn with live examples ]
PID PPID CPU MEM STATUS NAME
19214 9182 12.4 210.3M Run node
19242 19214 3.1 88.7M Sleep npm
Views: Summary | Tree | Files | Ports | Explain
Explain:
node is a running program instance with PID 19214.
Search running processes, inspect focused parent-child relationships, read details, inspect open files and ports, and export snapshots for debugging.
Follow guided lessons that use your live machine to explain PID, PPID, CPU, memory, status, and command paths.
Switch between Summary, Tree, Files, Ports, and Explain views without leaving the keyboard.
Write JSON or text snapshots for debugging, teaching, demos, or issue reports.
git clone https://github.com/omekum99/process-inspector.git
cd process-inspector
cargo install --path .
process-inspector
cargo install process-inspector.