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.
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 25.04 (plucky) / 24.04 (noble)
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
sudo apt update
sudo apt install <package-name>
| Package | Description | Component | Distributions | Arch |
|---|---|---|---|---|
| stremio-gtk | Stremio media center (GTK4/CEF) | main | sid | amd64 |
| stremio-qt6 | Stremio media center (Qt6) | 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 |
| libcef148 | Chromium Embedded Framework | 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-05-14 17:15 UTC