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.
First stable release with downloadable artefacts hasn't shipped yet — follow GitHub releases for live updates.
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.
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.
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.
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.
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 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.