Airwave

Downloads

Every Airwave build in one place — the client apps (TV, desktop, browser) and the self-hosted server, which OS each is for, and where to get it.

Everything you can install, in one place. Airwave is two pieces: the server you self-host next to Plex (it owns your channels, schedules, and users), and the client apps that tune into it. Set up the server once, then install whichever clients your household uses.

New here? Start with Getting started for the server, or the platform overview for how each client works.

Server

The server is the brain — run one of these next to your media. Docker is the recommended path (smallest, easiest to update); the one-click desktop installers bundle the server, admin, browser player, and database together if you'd rather not touch Docker.

Airwave server downloads by OS
PlatformDeliveryGet itStatus
Docker · any OSContainer imageghcr.io/quixomatic/airwaveRecommended
Windows · x64One-click installerDownload (.exe)Available
macOS · Apple SiliconOne-click installerDownload (.dmg)Available
macOS · IntelOne-click installerDownload (.dmg)Available
Linux · x64One-click installerDownload (.tar.gz)Available
  • Docker — pull ghcr.io/quixomatic/airwave and follow the self-hosting guide (compose file + .env). The image is a package on GitHub; track :latest or pin a version. See updating for the release loop.
  • Desktop installers — grab the build for your OS from the latest release. They install like any app and run the full stack locally.

Clients

The viewer app — the 10-foot channel guide, DVR player, and channel surfing — comes four ways: native TV apps, a native desktop app, the packaged webOS app, and the browser player. The native store apps are a small paid convenience; the server, browser player, and desktop app are free, and any native app can be built and sideloaded from source.

Airwave client downloads by platform
PlatformDeliveryGet itStatus
Apple TV · tvOSNative appApp StoreAvailable
iPad · iPadOSNative appApp StoreIn review
Android TV / Google TVNative appGoogle PlayAvailable
Fire TVNative appAmazon AppstoreAvailable
RokuNative channelRoku Channel StoreAvailable
LG webOSPackaged web appSideload / from sourceSideload
Samsung · TizenPackaged web appSideload / from sourceSideload
Windows · x64Desktop app (Tauri)Download (.exe)Available
macOS · Apple SiliconDesktop app (Tauri)Download (.dmg)Available
macOS · IntelDesktop app (Tauri)Download (.dmg)Available
Linux · x64Desktop app (Tauri)Download (.AppImage)Available
Any browserWeb playerSelf-host (tvweb role)Available
  • TV apps — Airwave is live on Apple TV (App Store), Fire TV (Amazon Appstore), and Roku (Roku Channel Store); iPad is in App Store review, Android TV / Google TV is in closed testing on Google Play, and LG webOS and Samsung (Tizen) install by sideload while their store listings are in progress. The Status column reflects each store's current state.
  • Sideload if you prefer — you don't need the store. The webOS, Samsung (Tizen), Roku, Android TV, and Fire TV apps can also be installed from source: Roku via Developer Mode, Android TV / Fire TV via adb install of the APK, webOS via the ares-install CLI, and Samsung Tizen via Tizen Studio's tizen install (Developer Mode + a Samsung certificate). Every native app is buildable from the GitHub repo.
  • Desktop app (Windows, macOS, and Linux): download from the latest release; it reuses the web UI with a native mpv engine for 4K HDR direct-play. Windows and macOS are signed, self-updating installers; Linux is a self-contained AppImage (Wayland and X11).
  • Browser player — no download: enable the tvweb role in your compose stack and open it in any browser. See self-hosting.

Source-available. Prefer to build it yourself? Every client and the server are in the GitHub repo — you can build and sideload any native app instead of using the store version.


See also: Platforms · Getting started · Self-hosting

On this page