Desktop utility for quick system checks, shortcuts, and notes.
- Live CPU, RAM, disk, battery, and uptime snapshot
- Quick actions for folders, websites, and shell commands
- Notes tab with persistent local storage
- Light/dark preference with modern rounded UI
- Python 3.11+
- Optional:
psutilfor richer system metrics
Linux UI stack:
- GTK4 + PyGObject
xdg-utils
Windows UI stack:
- PySide6 (Qt)
sudo pacman -S --needed python python-gobject gtk4 xdg-utils python-psutilsudo apt update
sudo apt install -y python3 python3-gi gir1.2-gtk-4.0 xdg-utils python3-psutilsudo dnf install -y python3 python3-gobject gtk4 xdg-utils python3-psutilcd /home/'your username'/Documents/mini-os-helper
python3 main.pycd C:\Users\your-username\Documents\mini-os-helper
py -m pip install PySide6 psutil
py main.pypython3 -m pip install --user pyinstallerInstall appimagetool in PATH, or place one of these files in ./tools/:
appimagetool.AppImageappimagetool-x86_64.AppImage
cd /home/'your username'/Documents/mini-os-helper
chmod +x build-appimage.sh
./build-appimage.shThe script outputs an .AppImage file in the project root.
cd C:\Users\your-username\Documents\mini-os-helper
build-windows.batThe executable is emitted to dist\MiniOSHelper\.