Tool Open source
Stremio Web is the official web UI for Stremio, a media center for discovering and playing movies, series, and channels through addon-provided catalogs. It provides library and Continue Watching synchronization through a Stremio account, Chromecast casting, addon-provided or local subtitles, keyboard-controlled playback, community translations, and installation as a standalone progressive web app.
The interface is a React application that exchanges state with stremio-core, a Rust engine compiled to WebAssembly and run in a Web Worker. The core communicates with the Stremio API and addons, while playback is handled through stremio-video, which selects the player implementation for the environment.
The project is developed by Smart Code OOD, can be run locally with Node.js and pnpm or in Docker, and is released under the GPL-2.0 license.