https://github.com/alcestide/puroba
An interactive system resources monitor, built for Unix-like environments using C and ncurses.
https://github.com/alcestide/puroba
c console linux monitor ncurses resources terminal tui unix
Last synced: 15 days ago
JSON representation
An interactive system resources monitor, built for Unix-like environments using C and ncurses.
- Host: GitHub
- URL: https://github.com/alcestide/puroba
- Owner: alcestide
- License: mit
- Created: 2026-03-26T18:36:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-29T21:40:12.000Z (26 days ago)
- Last Synced: 2026-05-29T23:15:11.378Z (26 days ago)
- Topics: c, console, linux, monitor, ncurses, resources, terminal, tui, unix
- Language: C
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# puroba





**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.

# Installation
To install puroba, you will mainly need "ncursesw" development headers and make.
### Ubuntu/Debian
```bash
sudo apt install libncursesw5-dev build-essential
```
### Build
```Bash
git clone https://github.com/alcestide/puroba.git
cd puroba
make
```
### Run
```Bash
./build/puroba
```
## License
Released under [MIT](/LICENSE) by [@alcestide](https://github.com/alcestide).