| Crates.io | sysinfo-gui |
| lib.rs | sysinfo-gui |
| version | 0.1.17 |
| created_at | 2022-05-02 23:36:43.514489+00 |
| updated_at | 2023-05-21 13:50:44.318634+00 |
| description | A cross-platform system-monitoring gui application based on sysinfo and fltk |
| homepage | |
| repository | https://github.com/MoAlyousef/sysinfo-gui |
| max_upload_size | |
| id | 579403 |
| size | 393,820 |
![]()
A lightweight cross-platform system-monitoring fltk gui application based on sysinfo.
The UI design is inspired by stacer.
The svg icons are taken from: https://icons.getbootstrap.com/. The ascending and descending icons from https://www.svgrepo.com/.
The font is Roboto Medium.
Dashboard

Processes

Cpu

Memory

Disk info

Networking

Settings


These are built using github actions, and can be found here: https://github.com/MoAlyousef/sysinfo-gui/releases
cargo install sysinfo-guiYou can clone the repo and build using:
cargo build --release
If you would like to use the bundled version of fltk-rs (for supported platforms (x86_64 windows, macos and linux)):
cargo build --features=fltk/fltk-bundled --release