Download kino

First stable release with downloadable artefacts hasn't shipped yet — follow GitHub releases for live updates.

Linux

Debian, Ubuntu, Fedora, Arch, AppImage. The most common self-hosted target.

sudo apt install ./kino_<version>-1_amd64.deb

Direct downloads not yet shipped for this platform — coming with the first stable.

Install guide ↗

macOS

Homebrew tap or signed .pkg installer. Apple Silicon + Intel.

brew install kinostack-app/kino/kino

Direct downloads not yet shipped for this platform — coming with the first stable.

Install guide ↗

Windows

winget or .msi installer. Registers as a Windows Service.

winget install kinostack-app.kino

Direct downloads not yet shipped for this platform — coming with the first stable.

Install guide ↗

Raspberry Pi

Bootable .img.xz for Pi 4 / Pi 5. Flash with Raspberry Pi Imager.

Pi Imager → Choose OS → Other specific OS → kino

Direct downloads not yet shipped for this platform — coming with the first stable.

Install guide ↗

Docker

Multi-arch (amd64 + arm64). Useful for try-before-install, NAS, k3s.

docker run -d --name kino \
  -p 8080:8080 \
  -v ./data:/data \
  -v /path/to/media:/media \
  ghcr.io/kinostack-app/kino:latest

Install guide ↗

Build from source

Compile yourself for an unsupported platform or to audit the build.

git clone https://github.com/kinostack-app/kino
cd kino/frontend && npm ci && npm run build
cd ../backend && cargo build --release

Direct downloads not yet shipped for this platform — coming with the first stable.

Install guide ↗

All releases · GitHub Releases ↗ · Install guides ↗