index

Every frame is generated in CI from the real wizard β see the step-by-step walkthrough.
Classic GTK3/PyGObject wizard that drives the
fisherman bootc install
backend. The plainest of the TunaOS installer frontends by design β see
DESIGN.md (the trawl line is the entire brand budget) and the shared
contract in ../INSTALLER-FRONTENDS.md.
Flowβ
Welcome β Source (image catalog, offline badges, live-ISO self-install) β Destination β Filesystem & encryption β Identity β Confirm β Progress β Done.
Offline installs: detects live-ISO mode via bootc status (empty image in
the recipe installs the running system) and probes embedded OCI stores
(/etc/tuna-installer/offline-stores, $TUNA_OFFLINE_STORES,
/usr/share/tuna-installer/oci-store), passing them as
additionalImageStores.
Run (development)β
# Dependencies (Fedora)
sudo dnf install -y python3-gobject gtk3
./tuna-installer-xfce
Outside a Flatpak it invokes sudo /usr/local/bin/fisherman; inside it uses
pkexec /app/bin/fisherman (polkit action org.tunaos.Installer.install
must be installed on the host by the ISO build).
Flatpakβ
flatpak-builder --user --install --force-clean build \
flatpak/org.tunaos.InstallerXfce.json
flatpak run org.tunaos.InstallerXfce
Runtime is org.gnome.Platform (ships GTK3 + PyGObject; the app uses no
libadwaita and follows the system GTK theme).
Licenseβ
GPL-3.0-only