v0.12.11
π₯οΈ Airwave Server (desktop app)
The self-contained Airwave server + admin, installed next to Plex β embedded Postgres, a tray supervisor, the browser as the UI. No Docker, no NAS.
- Windows β
Airwave-Server-0.12.11-windows-x64-Setup.exe - macOS β
Airwave-Server-0.12.11-macos-arm64.dmg(Apple Silicon) Β·Airwave-Server-0.12.11-macos-x64.dmg(Intel) - Linux β
Airwave-Server-0.12.11-linux-x64-Setup.tar.gzΒ·Airwave-Server-0.12.11-linux-arm64-Setup.tar.gz
πΊ Airwave Client (desktop viewer)
The 10-foot TV / DVR viewer β channel guide, glass player, bumpers β direct-playing from your Plex via bundled libmpv. Signed, notarized, and self-updating.
- Windows β
Airwave-Client_0.12.11_x64-setup.exe - macOS β
Airwave-Client_0.12.11_aarch64.dmg(Apple Silicon) Β·Airwave-Client_0.12.11_x86_64.dmg(Intel)
π³ Docker image (self-host)
The self-hostable Airwave server β one image, three roles via CG_ROLE: server (the Bun API + TV REST), web (the admin app), and tvweb (the optional browser TV player). Point it at a Postgres, pull the tag, and bring it up:
ghcr.io/quixomatic/airwave:0.12.11
docker compose pull && docker compose up -d