Unofficial Debian packages for Stremio media center, built from source and following Debian packaging standards. Available for amd64 and arm64 (Raspberry Pi) architectures.
These packages are being submitted to official Debian:
The maintainer (Juan Manuel Méndez Rey) is the same for both this repository and the official Debian submissions.
The original stremio client uses Qt5/QtWebEngine, but Qt5 has reached End-of-Life and is being removed from Debian. Since QtWebEngine is not available for Qt6, a new client (stremio-gtk) was developed using GTK4/Adwaita with CEF (Chromium Embedded Framework).
stremio-gtk is the forward-compatible client that will continue to work as Qt5 is phased out. It is currently available for Debian sid only.
wget -qO - https://debian.vejeta.com/key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/stremio-debian.gpg
For Debian testing (rolling) - Use if you have both trixie + testing sources:
echo "deb [signed-by=/usr/share/keyrings/stremio-debian.gpg] https://debian.vejeta.com testing main non-free" | sudo tee /etc/apt/sources.list.d/stremio.list
For Debian 13 (trixie - stable) - Use if you ONLY have trixie sources:
echo "deb [signed-by=/usr/share/keyrings/stremio-debian.gpg] https://debian.vejeta.com trixie main non-free" | sudo tee /etc/apt/sources.list.d/stremio.list
For Debian 12 (bookworm - oldstable):
echo "deb [signed-by=/usr/share/keyrings/stremio-debian.gpg] https://debian.vejeta.com bookworm main non-free" | sudo tee /etc/apt/sources.list.d/stremio.list
For Debian sid (unstable) / Kali Rolling:
echo "deb [signed-by=/usr/share/keyrings/stremio-debian.gpg] https://debian.vejeta.com sid main non-free" | sudo tee /etc/apt/sources.list.d/stremio.list
For Ubuntu 24.04 LTS (Noble Numbat) - EXPERIMENTAL:
echo "deb [signed-by=/usr/share/keyrings/stremio-debian.gpg] https://debian.vejeta.com noble main non-free" | sudo tee /etc/apt/sources.list.d/stremio.list
sudo apt update sudo apt install stremio stremio-server
stremio-gtk is a modern GTK4/Adwaita-based client that uses CEF (Chromium Embedded Framework). It is the successor to the Qt5-based client for systems where Qt5/QtWebEngine is no longer available.
sudo apt update sudo apt install stremio-gtk stremio-server
CEF packages (libcef144, cef-resources) are installed automatically as dependencies.
The Chromium Embedded Framework (CEF) packages are available for developers and users who want to try them while the package is being reviewed for inclusion in Debian experimental (ITP #915400).
For running CEF-based applications (e.g., stremio-gtk):
sudo apt update sudo apt install libcef144 cef-resources
For development (building against CEF):
sudo apt update sudo apt install libcef-dev cef-resources
Download .deb files directly from GitHub Releases
All Debian packaging source is maintained on Salsa Debian GitLab:
Build infrastructure: github.com/vejeta/stremio-debian
Report issues at GitHub Issues
Built with ❤️ using GitHub Actions • Hosted on GitHub Pages • Updated: 2026-02-03 10:55 UTC