Monitorets is a free and open source system monitor application for Linux, Windows and macOS. Using Monitorets you can view your CPU, GPU and Memory usage details in a live graph. It comes with system, light and dark theme. It is written in python and released under GNU General Public License v3.0.
How to Install Monitorets on Ubuntu Linux
Monitorets is available as a flatpak package file from flathub repository. Follow below link for the flatpak and flathub installation instructions. You need to install flatpak on your system before installing Monitorets app.
After that open the terminal software using the ctrl+alt+t keys or via the show applications menu and run this Monitorets flatpak install command.
flatpak install flathub io.github.jorchube.monitorets
And start Monitorets app using
flatpak run io.github.jorchube.monitorets
And uninstall Monitorets app using below command.
sudo flatpak uninstall io.github.jorchube.monitorets
That’s it.