- π Table of Contents
- β What is Stremio Enhanced?
- π₯ Downloads
- βοΈ Build From Source
- π¨ Themes and Plugins
- β What Is the Difference Between Plugins and Addons?
- π οΈ Creating your own theme/plugin
- π Known Issues
- π Todo List
- π Discord Server
- β Support the Project
- π Repository Stats
- π¨ Important Notice
Stremio Enhanced is an Electron-based Stremio desktop client with support for plugins and themes. It enhances the default Stremio experience by adding more customization options and integrations.
- It runs the Stremio streaming server automatically in the background.
- It loads the web version of Stremio within an Electron environment.
-
Themes β Customize the look and feel of Stremio with different themes to match your style.
- Example: Modern Glass Theme β A modern glass-like aesthetic theme
(This community-made theme by Fxy6969 and can be found in Stremio-Glass-Theme)
- Example: Modern Glass Theme β A modern glass-like aesthetic theme
-
Plugins β Extend Stremioβs functionality with JavaScript plugins for more features.
- Example: AniSkip Integration β A plugin to integrate AniSkip to autoskip anime openings and endings.
(This plugin is still under testing but can be found in stremio-aniskip.)
- Example: AniSkip Integration β A plugin to integrate AniSkip to autoskip anime openings and endings.
-
Built-in Toggleable Discord Rich Presence β Show what you're watching on Discord with an easy-to-toggle Rich Presence feature.

You can download the latest version from the releases tab.
If you're on Windows, you can also install via winget:
winget install REVENGE.StremioEnhanced
You can also install Stremio Service (which is required for Stremio Enhanced to stream content) via winget:
winget install Stremio.StremioService
- Clone the repository:
git clone https://github.com/REVENGE977/stremio-enhanced.git - Navigate to the project directory:
cd stremio-enhanced - Install dependencies:
npm install - Build the project with electron-builder:
- For Windows:
npm run build:win - For Linux (x64):
npm run build:linux:x64 - For Linux (arm64):
npm run build:linux:arm64 - For macOS (x86):
npm run build:mac:x64 - For macOS (arm64):
npm run build:mac:arm64
- For Windows:
- Go to the settings and scroll down.
- Click on the "OPEN THEMES FOLDER" button.
- Move your theme into the opened folder.
- Restart Stremio Enhanced.
- You should see your theme in the settings with an option to apply it.
- Go to the settings and scroll down.
- Click on the "OPEN PLUGINS FOLDER" button.
- Move your plugin into the opened folder.
- Restart Stremio Enhanced or reload using Ctrl + R
- You should see your plugin in the settings with an option to enable it.
You can also use the new community tab.
- Go to the settings and scroll down.
- Click on "Community Plugins & Themes"
- Here you can see and download the available submitted community-made themes and plugins.
These plugins and themes are fetched from the Stremio Enhanced Registry repository. If you're a developer you can submit your work there.
- Addons are available on the normal version of Stremio. They add catalogs and streams for Stremio.
- Plugins add more functionality to Stremio, like new features.
- Due to browser limitations, Blu-ray PGS embedded subtitles don't load. The only way to get around this is to play streams via external players such as VLC or MPV.
- On macOS, you'll need to bypass Gatekeeper to run the app. This is because the app is not signed.
You can find the current list of tasks and planned features in the todo.md file. You can suggest ideas and give feature requests by either creating a feature request issue or by contacting me in my Discord server below.
You can contact me on my Discord server to discuss anything related to my projects, whether it'd be features you'd like to see in this project or to share ideas for themes/plugins you'd like to see made.
Consider giving the project a β star on GitHub! Your support helps more people discover it and keeps me motivated to improve it.
If you'd like to go the extra mile, you can also support me by sponsoring the project. Every contribution, big or small, is truly appreciated!
This project is not affiliated in any way with Stremio.
- This project is licensed under the MIT License.
π» Developed with β€οΈ by REVENGE977 | π Licensed under MIT

