Interactive Media Player & Kiosk System
AVWOWE turns media collections into nonstop on-screen magic, continuous playback, scrolling tickers, dynamic overlays, picture-in-picture layers, live remote content, and frame-accurate PNG export. Built for home screens, storefront displays, events, and ambient installations.
Homepage and user guide: https://avwowe.xusione.com/
This repository packages the application as a Flatpak.
- Always On: point at local folders and cycle through media continuously, with optional automatic jump cuts for a montage look.
- Advanced Tickers: scrolling text bars from static text, local files, or live URLs, with full font/color/size/background control.
- Dynamic Overlays: animated or static corner watermarks, full-screen frames, CRT scanlines, film grain.
- Picture in Picture: animated JPG/PNG/GIF layers that drift, spin, and tilt across the display.
- Live Content & Remote Config: auto-detect added/removed files and pull live text from remote URLs without restarting.
- High-Fidelity Export: export compositions as frame-accurate PNG sequences for video rendering.
Download the .flatpak bundle (x86_64) from https://avwowe.xusione.com/
and double-click it, or install it from a terminal:
flatpak install AVWOWE-1.0.0-x86_64.flatpak
flatpak run com.xusione.AVWOWEThe first install also pulls the shared Freedesktop runtime, roughly 1 GB and once only. Checksums for released bundles are in SHA256SUMS.
Native builds for Raspberry Pi OS (aarch64) and Ubuntu are also available from https://avwowe.xusione.com/. The Flatpak is x86_64 only.
Requires flatpak and flatpak-builder, plus the Freedesktop 24.08
runtime/SDK and the ffmpeg extension for video and audio codecs:
flatpak install --user flathub org.freedesktop.Platform//24.08 org.freedesktop.Sdk//24.08 org.freedesktop.Platform.ffmpeg-full//24.08flatpak-builder --user --install --force-clean build-dir com.xusione.AVWOWE.yml
flatpak run com.xusione.AVWOWETo verify nothing is missing at runtime inside the sandbox:
flatpak run --command=sh com.xusione.AVWOWE \
-c 'LD_LIBRARY_PATH=/app/lib ldd /app/bin/AVWOWE | grep "not found"'By default the sandbox can read and write the usual media locations: ~/Videos,
~/Pictures, ~/Music, ~/Desktop, ~/Downloads, and mounted drives under
/media, /run/media and /mnt. That covers most USB and network-share
setups. For media anywhere else, grant the path once, it persists across
reboots and updates:
flatpak override --user com.xusione.AVWOWE --filesystem=/path/to/mediaavwowe-kiosk.service is a host-side systemd user unit (it is not shipped
inside the Flatpak). Install it on the kiosk machine to auto-start and restart
the app within a graphical session:
cp avwowe-kiosk.service ~/.config/systemd/user/
systemctl --user enable --now avwowe-kiosk.servicePair it with the flatpak override above so configured media folders remain
accessible after reboots and are picked up automatically on rescan.
AVWOWE is free. If it is useful to you, donations are welcome at https://www.xusione.com/donate/.
Copyright © 2026 XUSIONE. All rights reserved. AVWOWE is proprietary software; use is governed by the End User License Agreement.