Skip to content

v0.12.5

Choose a tag to compare

@github-actions github-actions released this 24 Aug 19:57
· 48 commits to main since this release

πŸ–₯️ 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.5-windows-x64-Setup.exe
  • macOS β€” Airwave-Server-0.12.5-macos-arm64.dmg (Apple Silicon) Β· Airwave-Server-0.12.5-macos-x64.dmg (Intel)
  • Linux β€” Airwave-Server-0.12.5-linux-x64-Setup.tar.gz Β· Airwave-Server-0.12.5-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.5_x64-setup.exe
  • macOS β€” Airwave-Client_0.12.5_aarch64.dmg (Apple Silicon) Β· Airwave-Client_0.12.5_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.5
docker compose pull && docker compose up -d