🎬 Stremio Debian Repository

Unofficial Debian packages for Stremio media center, built from source and following Debian packaging standards. Available for amd64 and arm64 (Raspberry Pi) architectures.

⚠️ Unofficial Repository: These packages are not part of the official Debian archive. Use at your own discretion.
📦 Official Debian Submission Status:

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.

⚠️ Qt5 End-of-Life Notice:

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.

Quick Installation

1. Add repository GPG key

wget -qO - https://debian.vejeta.com/key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/stremio-debian.gpg

2. Add repository to sources

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
⚠️ Ubuntu Support is Experimental: Ubuntu packages are built automatically but have limited testing. Community feedback is welcome via GitHub Issues.

3. Install Stremio

sudo apt update
sudo apt install stremio stremio-server

Supported Distributions

Available Packages

Main Component (Free/Open Source)

Non-Free Component (Proprietary)

stremio-gtk Installation (Debian sid only)

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.

Requirements: Debian sid (unstable) with amd64 architecture.
sudo apt update
sudo apt install stremio-gtk stremio-server

CEF packages (libcef144, cef-resources) are installed automatically as dependencies.

Why use stremio-gtk?

CEF Packages Installation (Debian sid only)

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).

Available CEF Packages

Installation

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
Note: CEF packages are only available for Debian sid (unstable) on amd64 architecture due to clang-19 build requirements. These packages are installed automatically when you install stremio-gtk.

Supported Architectures

Manual Download

Download .deb files directly from GitHub Releases

Source Code

All Debian packaging source is maintained on Salsa Debian GitLab:

Build infrastructure: github.com/vejeta/stremio-debian

Support

Report issues at GitHub Issues


Built with ❤️ using GitHub Actions • Hosted on GitHub Pages • Updated: 2026-02-03 10:55 UTC