A modern, beautiful system monitor for Linux built with GTK4 and libhelium.
meson- Build systemvalac- Vala compiler
gtk4- GTK 4 toolkitlibhelium-1- libhelium widget librarygee-0.8- Libgee collection librarylibgtop-2.0- System monitoring library
# Clone the repository
git clone https://github.com/tau-OS/monita.git
cd monita
# Configure the build
meson setup build
# Compile
meson compile -C build
# Install (optional)
sudo meson install -C buildAfter building, you can run Monita directly:
./build/com.fyralabs.MonitaOr if installed system-wide:
com.fyralabs.MonitaContributions are welcome! Please feel free to submit pull requests or open issues for bugs and feature requests.