| Crates.io | syfo |
| lib.rs | syfo |
| version | 0.1.0 |
| created_at | 2025-05-18 08:41:58.818715+00 |
| updated_at | 2025-05-18 08:41:58.818715+00 |
| description | A minimal Rust GUI system monitor built with egui |
| homepage | |
| repository | https://github.com/gummyniki/syfo |
| max_upload_size | |
| id | 1678475 |
| size | 110,706 |
Syfo is a simple system monitor that displays stuff like real-time CPU and RAM usage, disks and network usage in a clean and simple gui
✅ CPU and RAM usage
✅ Disk usage stats
✅ Network usage per interface
✅ System uptime and OS version
✅ Live updates with a smooth GUI
cargo install syfo
git clone https://github.com/gummyniki/syfo
cd syfo
cargo run --release
Uh idk, it was just a personal project for me to learn ui with rust. it's only like 200 lines of code so it's pretty minimal, fast and maybe useful?