Puroba is a simple terminal-native system monitor/dashboard for Unix-like environments.
It provides real-time tracking of CPU, memory, disk, and network metrics through a modular, multi-tab interface designed for clarity and speed.
To install puroba, you will mainly need "ncursesw" development headers and make.
sudo apt install libncursesw5-dev build-essentialgit clone https://github.com/alcestide/puroba.git
cd puroba
make./build/purobaReleased under MIT by @alcestide.