syfo

Crates.iosyfo
lib.rssyfo
version0.1.0
created_at2025-05-18 08:41:58.818715+00
updated_at2025-05-18 08:41:58.818715+00
descriptionA minimal Rust GUI system monitor built with egui
homepage
repositoryhttps://github.com/gummyniki/syfo
max_upload_size
id1678475
size110,706
Mierenik (gummyniki)

documentation

README

Syfo

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

Features

  • ✅ CPU and RAM usage

  • ✅ Disk usage stats

  • ✅ Network usage per interface

  • ✅ System uptime and OS version

  • ✅ Live updates with a smooth GUI

Install

cargo install syfo

Build from Source

git clone https://github.com/gummyniki/syfo
cd syfo
cargo run --release

Screenshot

image

Why?

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?

Commit count: 8

cargo fmt