Digital Signage & Kiosk Fleet Deployment Guide
TunaOS gives fleet administrators a container-managed base image for signage screens and interactive kiosks that run without an operator present.
Key Advantages for Kiosk & Signage Fleetsβ
- Resistant to Power Loss: The core system files in
/usrare read-only. Nothing writes to them, so a sudden power cut does not leave a system binary half-written. The writable areas such as/varcan still take damage. A power cut in the middle of an update can still stop the next boot. - Central Fleet Management with OCI: Push a new container tag to a standard registry. Every screen picks it up on its next scheduled update.
- Single-App Kiosk Isolation: Run one full-screen application in an unprivileged container sandbox at start-up. Use Chromium, MPV, or your own web app.
System Configuration Highlightsβ
- Desktop Baseline: A light TunaOS variant such as XFCE Linux or Bonito Niri. Set it to log in on its own with no desktop shell.
- Kiosk Launch: Start the browser full-screen:
flatpak run org.chromium.Chromium --kiosk --incognito https://signage.internal.company.com
- Unattended Updates: A systemd timer that runs
bootc updatein the quiet hours of the night.