Unofficial Debian packages built from source, following Debian packaging standards. Includes pre-built libcef (Chromium Embedded Framework) packages tracking latest Chromium releases — the only Debian-native CEF available (ITP #915400, open since 2017). Applications can link against system CEF instead of bundling their own copy.
libcef is built from Debian's chromium packaging (cef branch) — currently Chromium 149.0.7827.196 (libcef149), inheriting upstream Chromium and Debian security fixes.
sudo mkdir -p /etc/apt/keyrings
wget -qO - https://debian.vejeta.com/key.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/stremio-debian.gpg
Choose your distribution:
# Debian sid (unstable)
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/vejeta.list
# Debian trixie (13 - stable)
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/vejeta.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/vejeta.list
# Debian testing (rolling)
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/vejeta.list
# Ubuntu 24.04 LTS (noble) - has the working Qt5 client (also for KDE Neon)
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/vejeta.list
# Ubuntu 25.04 (plucky) - experimental Qt6 client only (no Qt5)
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/vejeta.list
Ubuntu 24.04 (Noble) and KDE Neon users: use the noble line above — it provides the working Qt5 stremio client. The plucky suite currently ships only the experimental Qt6 client.
sudo apt update
sudo apt install <package-name>
For a working desktop client we recommend one of the following. Both pair with stremio-server (installed automatically as a dependency):
# Recommended: Qt5 client
sudo apt install stremio stremio-server
# Alternative: GTK4/CEF client (Debian sid only)
sudo apt install stremio-gtk stremio-server
stremio-qt6 yet. The Qt6 client is experimental and a work in progress — it is published for testing only and is not expected to work on most systems (including Ubuntu Noble / Plucky and KDE Neon). If you want a working client, install stremio (Qt5) or stremio-gtk (CEF) as shown above.
| Package | Description | Component | Distributions | Arch |
|---|---|---|---|---|
| stremio-gtk | Stremio media center (GTK4/CEF) | main | sid | amd64 |
| stremio-qt6 | Stremio media center (Qt6) — EXPERIMENTAL, work in progress, not recommended | main | trixie, sid, plucky | amd64, arm64 |
| stremio | Stremio media center (Qt5, legacy) | main | bookworm, trixie, testing, sid, noble | amd64, arm64 |
| stremio-server | Stremio streaming server | non-free | all | all |
| brow6el | Terminal web browser (CEF/Sixel) | main | sid | amd64 |
| libcef149 | Chromium Embedded Framework (Chromium 149.0.7827.196) | main | sid | amd64 |
| libcef-dev | CEF development headers | main | sid | amd64 |
| libcef-common | CEF resources (locales, PAK files) | main | sid | all |
| librust-cef-dev | Rust CEF bindings | main | sid | amd64 |
| librust-cef-dll-sys-dev | Rust CEF FFI bindings | main | sid | amd64 |
All packages and repository metadata are GPG-signed.
| 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 (public and auditable) |
Verify the installed key:
gpg --show-keys /etc/apt/keyrings/stremio-debian.gpg 2>/dev/null | grep -q "2A840ED00DE669F4219B8B3302A79E3B82151695" && echo "Key OK" || echo "Key MISMATCH"
Packaging: Salsa Debian GitLab • Build system: github.com/vejeta/stremio-debian
Report issues • Download .deb files
Hosted on GitHub Pages • Updated: 2026-06-26 10:03 UTC