Download

Pick your platform. The full step-by-step install guides live on docs.kinostack.app.

Recommended: Docker

multi-arch (amd64 + arm64)

One container, runs anywhere docker runs. Pulls a freshly-built image from GitHub Container Registry on every release.

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

Docker install guide ↗

Native packages

The first stable release hasn't shipped yet — native packages will appear here once it does. Until then, the install guides cover building from source.

Homebrew (macOS)

brew tap kinostack-app/kino
brew install kino

winget (Windows)

winget install kinostack-app.kino

AUR (Arch)

yay -S kino-bin

Looking for something else? See all releases for archived versions, or browse on GitHub ↗.