Get KYLX
Download the server to host your files, or grab the client app to watch on your favorite device. All binaries map to the latest admin release.
Windows Server
Windows 10/11 (64-bit)
Includes tray manager and auto-updater.
macOS Server
macOS 11.0 or later.
Universal binary for Apple Silicon & Intel.
Linux Server
Debian / Ubuntu / Linux Mint.
Native package for systemd integration.
Advanced Deployments
The recommended way to run KYLX on headless Linux servers, Synology, Unraid, or TrueNAS. Select your preferred deployment method below to copy the code snippet.
docker run -d \
--name kylx-server \
--restart unless-stopped \
-p 8080:8080 \
-v /path/to/config:/config \
-v /path/to/media:/media \
ghcr.io/kylx/server:latest
version: "3.8"
services:
kylx:
image: ghcr.io/kylx/server:latest
container_name: kylx-server
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/config:/config
- /path/to/media:/media
ports:
- 8080:8080
restart: unless-stopped
# Download and execute the official KYLX setup script
curl -sSL https://kylx.co.uk/install.sh | sudo bash
# To configure your hardware acceleration automatically:
kylx-cli setup --hw-accel auto
Windows Client
Native desktop client for Windows 10/11.
Features offline downloads and DirectPlay.
Apple Ecosystem
One unified client for iOS, iPadOS, and tvOS. Supports spatial audio.
Android & TV
Designed for Android mobiles, tablets, Android TV, and Amazon Fire TV devices.
Smart TVs
Native client apps built specifically for LG WebOS and Samsung Tizen televisions.
LG WebOS Samsung TizenView the full release history on GitHub.