Utilities written in PyQt5, meant for use with helloSystem.
This is a work in progress.
- No compilation needed, since PyQt5
- Focus on simplicity for the user
- Focus on simplicity in source code
- One Python source code file per app
- Tested on FreeBSD in helloSystem
Pull requests welcome.
Translation happens on Weblate. Everyone can contribute! Be sure to use the "Automatic suggestions" button which suggests translations from Deepl, Google Translate, Microsoft Translator, and various open source projects. This reduces the work to picking the most appropriate translation in many cases.
Simple settings for ZFS Boot Environments.
Simple tool to download a Live ISO and write it to a device (e.g., USB stick) in one go.
Simple installer to install the Live ISO to disk.
Simple Keyboard Layout chooser
Simple tool to set the hostname, enable/disable sshd, enable/disable x11vnc server
Simple Zeroconf browser
Some files are intentionally redundant in each application bundle, so that each application bundle is standalone. The redundant files can be converted to hardlinks using
hardlink . -v -t -n # Dry run (change nothing, only explain)
hardlink . -v -t
This can be useful for making a change in all of the redundant copies at once.