#egui #monitor #system-monitoring

app syfo

A minimal Rust GUI system monitor built with egui

1 unstable release

new 0.1.0 May 18, 2025

#184 in GUI

MIT license

29KB
107 lines

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?

Dependencies

~8–47MB
~762K SLoC