#gui-applications #monitoring #cross-platform #system-info #gui

app sysinfo-gui

A cross-platform system-monitoring gui application based on sysinfo and fltk

16 releases

0.1.17 May 21, 2023
0.1.16 Jan 17, 2023
0.1.15 Dec 26, 2022
0.1.14 Oct 6, 2022
0.1.12 May 25, 2022

#36 in Visualization

Download history 8/week @ 2024-02-24 1/week @ 2024-03-02 6/week @ 2024-03-30 60/week @ 2024-04-06 5/week @ 2024-04-13

65 downloads per month

MIT license

355KB
1.5K SLoC

Sysinfo-gui

alt_test

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.

Screenshots

  • Dashboard image

  • Processes image

  • Cpu image

  • Memory image

  • Disk info image

  • Networking image

  • Settings image

Features

  • Supports window transparency.
  • Realtime monitoring.
  • End processes by sending a kill signal in the processes view.
  • Both dark and light modes. image

Getting the application:

  • Prebuilt standalone releases:

These are built using github actions, and can be found here: https://github.com/MoAlyousef/sysinfo-gui/releases

  • You can use cargo to install the application: cargo install sysinfo-gui

Building from source:

You 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

TODO

  • Support more things in the right click popup menu in the processes view.
  • Map uid to User and display a user name in the processes view.
  • Add downloand and upload speed.
  • Use better colors for the cpus.
  • Add more setting tweaks.

Dependencies

~15–28MB
~494K SLoC