Unofficial Debian packages for Stremio media center. Built from source, following Debian packaging standards.
Three Stremio client packages are available. Choose the one that fits your system:
| Package | Toolkit | Distributions | Architectures | Status |
|---|---|---|---|---|
| stremio-gtk | GTK4 / CEF | Debian sid | amd64 | Recommended |
| stremio-qt6 | Qt6 / QtWebEngine | Debian trixie, sid; Ubuntu plucky | amd64, arm64 | Experimental |
| stremio | Qt5 / QtWebEngine | Debian bookworm, trixie, testing, sid; Ubuntu noble | amd64, arm64 | Legacy (Qt5 EOL) |
All clients require stremio-server (proprietary, non-free component) for BitTorrent streaming and casting.
sudo mkdir -p /etc/apt/keyrings
wget -qO - https://debian.vejeta.com/key.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/stremio-debian.gpg
Verify the key fingerprint matches:
gpg --show-keys /etc/apt/keyrings/stremio-debian.gpg
# Expected: 2A84 0ED0 0DE6 69F4 219B 8B33 02A7 9E3B 8215 1695
Choose your distribution:
| Distribution | Command |
|---|---|
| Debian testing | echo "deb [signed-by=/etc/apt/keyrings/stremio-debian.gpg] https://debian.vejeta.com testing main non-free" | sudo tee /etc/apt/sources.list.d/stremio.list |
| Debian trixie (13) | echo "deb [signed-by=/etc/apt/keyrings/stremio-debian.gpg] https://debian.vejeta.com trixie main non-free" | sudo tee /etc/apt/sources.list.d/stremio.list |
| Debian bookworm (12) | echo "deb [signed-by=/etc/apt/keyrings/stremio-debian.gpg] https://debian.vejeta.com bookworm main non-free" | sudo tee /etc/apt/sources.list.d/stremio.list |
| Debian sid / Kali | echo "deb [signed-by=/etc/apt/keyrings/stremio-debian.gpg] https://debian.vejeta.com sid main non-free" | sudo tee /etc/apt/sources.list.d/stremio.list |
| Ubuntu 24.04 (noble) | echo "deb [signed-by=/etc/apt/keyrings/stremio-debian.gpg] https://debian.vejeta.com noble main non-free" | sudo tee /etc/apt/sources.list.d/stremio.list |
| Ubuntu 25.04 (plucky) | echo "deb [signed-by=/etc/apt/keyrings/stremio-debian.gpg] https://debian.vejeta.com plucky main non-free" | sudo tee /etc/apt/sources.list.d/stremio.list |
sudo apt update
Then install the client for your system:
| Client | Install command |
|---|---|
| stremio-gtk (Debian sid) | sudo apt install stremio-gtk stremio-server |
| stremio-qt6 (trixie/sid/plucky) | sudo apt install stremio-qt6 stremio-server |
| stremio Qt5 (all others) | sudo apt install stremio stremio-server |
Modern GTK4/Adwaita client using CEF (Chromium Embedded Framework). Native Wayland support, follows GNOME HIG. This is the actively developed successor to the Qt5 client. CEF dependencies (libcef147, libcef-common) are installed automatically.
Experimental Qt6 port for users who prefer KDE/Plasma or Qt-based desktop environments. Provides a non-deprecated Qt client as a workaround while the Qt5 version reaches end-of-life. Can be installed alongside stremio-gtk.
Original Qt5/QtWebEngine client. Still functional on bookworm and trixie but will not receive updates once Qt5 is removed from Debian.
| Package | Description | Component | Distributions |
|---|---|---|---|
| stremio-gtk | GTK4/CEF Stremio client | main | sid |
| stremio-qt6 | Qt6 Stremio client | main | trixie, sid, plucky |
| stremio | Qt5 Stremio client (legacy) | main | bookworm, trixie, testing, sid, noble |
| stremio-server | Streaming server (proprietary) | non-free | all |
| libcef147 | CEF runtime library | main | sid |
| libcef-common | CEF resources (locales, PAK files) | main | sid |
| libcef-dev | CEF development headers | main | sid |
| librust-cef-dev | Rust CEF bindings | main | sid |
| librust-cef-dll-sys-dev | Rust CEF FFI bindings | main | sid |
All packages are signed with the maintainer's GPG key. The repository metadata (InRelease, Release.gpg) is signed on every deploy.
| Property | Value |
|---|---|
| Key fingerprint | 2A84 0ED0 0DE6 69F4 219B 8B33 02A7 9E3B 8215 1695 |
| Key type | RSA 4096-bit |
| Maintainer | Juan Manuel Méndez Rey <juan.mendezr@proton.me> |
| Keyserver | keys.openpgp.org |
| Build pipeline | GitHub Actions (all builds are public and auditable) |
To verify the installed key matches:
gpg --show-keys /etc/apt/keyrings/stremio-debian.gpg 2>/dev/null | grep -q "2A840ED00DE669F4219B8B3302A79E3B82151695" && echo "Key OK" || echo "Key MISMATCH"
Debian packaging is maintained on Salsa Debian GitLab. Build infrastructure: github.com/vejeta/stremio-debian.
Report issues at GitHub Issues. Download .deb files directly from GitHub Releases.
Hosted on GitHub Pages • Updated: 2026-04-28 09:26 UTC