Warning
This client is still under active development and may have bugs or missing features.
A Jellyfin desktop client built on CEF and mpv. A complete rewrite of the previous Qt-based client.
- AppImage
- Arch Linux (AUR): jellyfin-desktop-git
- Flatpak (non-Flathub bundle)
After installing, remove quarantine:
sudo xattr -cr /Applications/Jellyfin\ Desktop.app
This project uses just as a command runner.
Available recipes:
list # List recipes
update-deps *args # Update vendored deps
clean # Remove build artifacts
build # Build the app
test # Run tests
run *args # Run the app
run-mpv *args # Run the mpv CLI
appimage ...
flatpak ...