KYLX Logo
KYLX

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.

Server Installers
Client Apps

Windows Server

Windows 10/11 (64-bit)
Includes tray manager and auto-updater.

Download .EXE Download Portable (.ZIP)
Version 2.4.1

macOS Server

macOS 11.0 or later.
Universal binary for Apple Silicon & Intel.

Download .DMG Download Portable (.ZIP)
Version 2.4.1

Linux Server

Debian / Ubuntu / Linux Mint.
Native package for systemd integration.

Download .DEB Download Tarball (.TAR.GZ)
Version 2.4.1

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.

View Official Documentation →

Docker Run
Docker Compose
Bash Script
Copy
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.

Download .EXE
Expected Q4 2026

Apple Ecosystem

One unified client for iOS, iPadOS, and tvOS. Supports spatial audio.

Download on the App Store Download macOS .DMG
Coming Soon!

Android & TV

Designed for Android mobiles, tablets, Android TV, and Amazon Fire TV devices.

Get it on Google Play Sideload Direct .APK
Coming Soon!

Smart TVs

Native client apps built specifically for LG WebOS and Samsung Tizen televisions.

LG WebOS Samsung Tizen