https://github.com/revenge977/stremio-enhanced
Electron-based Stremio desktop client with support for plugins and themes. This is a community project and is not affiliated with Stremio in any way.
https://github.com/revenge977/stremio-enhanced
customization discordrpc electron enhanced plugins stremio stremio-addon stremio-client stremio-enhanced stremio-local-addon-manager stremio-theme stremio-themes stremio-web
Last synced: 2 months ago
JSON representation
Electron-based Stremio desktop client with support for plugins and themes. This is a community project and is not affiliated with Stremio in any way.
- Host: GitHub
- URL: https://github.com/revenge977/stremio-enhanced
- Owner: REVENGE977
- License: mit
- Created: 2022-08-06T20:40:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-24T21:13:56.000Z (2 months ago)
- Last Synced: 2026-03-25T01:12:20.231Z (2 months ago)
- Topics: customization, discordrpc, electron, enhanced, plugins, stremio, stremio-addon, stremio-client, stremio-enhanced, stremio-local-addon-manager, stremio-theme, stremio-themes, stremio-web
- Language: TypeScript
- Homepage: https://discord.gg/jDsgcehrp7
- Size: 92 MB
- Stars: 595
- Watchers: 10
- Forks: 25
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
Stremio Enhanced
This is a community project and is NOT affiliated with Stremio in any way.
## π Table of Contents
- [π Table of Contents](#-table-of-contents)
- [β What is Stremio Enhanced?](#-what-is-stremio-enhanced)
- [π How It Works](#-how-it-works)
- [β¨ Features](#-features)
- [π₯ Downloads](#-downloads)
- [βοΈ Build From Source](#οΈ-build-from-source)
- [π¨ Themes and Plugins](#-themes-and-plugins)
- [ποΈ Installing Themes](#οΈ-installing-themes)
- [π οΈ Installing Plugins](#οΈ-installing-plugins)
- [π Community Plugins \& Themes](#-community-plugins--themes)
- [β What Is the Difference Between Plugins and Addons?](#-what-is-the-difference-between-plugins-and-addons)
- [π οΈ Creating your own theme/plugin](#οΈ-creating-your-own-themeplugin)
- [π Known Issues](#-known-issues)
- [π Todo List](#-todo-list)
- [π Discord Server](#-discord-server)
- [β Support the Project](#-support-the-project)
- [π Repository Stats](#-repository-stats)
- [π¨ Important Notice](#-important-notice)
## β What is Stremio Enhanced?
Stremio Enhanced is an Electron-based [Stremio](https://www.stremio.com/) desktop client with support for plugins and themes. It enhances the default Stremio experience by adding more customization options and integrations.
### π How It Works
- It runs the Stremio streaming server automatically in the background.
- It loads [the web version of Stremio](https://web.stremio.com) within an Electron environment.
### β¨ Features
- **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](https://github.com/Fxy6969/Stremio-Glass-Theme))*
- **Plugins** β Extend Stremioβs functionality with JavaScript plugins for more features.
- Example: **AniSkip Integration** β A plugin to integrate [AniSkip](https://github.com/aniskip) to autoskip anime openings and endings.

*(This plugin is still under testing but can be found in [stremio-aniskip](https://github.com/REVENGE977/stremio-aniskip).)*
- **Built-in Toggleable Discord Rich Presence** β Show what you're watching on Discord with an easy-to-toggle Rich Presence feature.

## π₯ Downloads
You can download the latest version from [the releases tab](https://github.com/REVENGE977/stremio-enhanced/releases).
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
```
## βοΈ Build From Source
1. Clone the repository: `git clone https://github.com/REVENGE977/stremio-enhanced.git`
2. Navigate to the project directory: `cd stremio-enhanced`
3. Install dependencies: `npm install`
4. 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`
## π¨ Themes and Plugins
### ποΈ Installing Themes
1. Go to the settings and scroll down.
2. Click on the "OPEN THEMES FOLDER" button.
3. Move your theme into the opened folder.
4. Restart Stremio Enhanced.
5. You should see your theme in the settings with an option to apply it.
### π οΈ Installing Plugins
1. Go to the settings and scroll down.
2. Click on the "OPEN PLUGINS FOLDER" button.
3. Move your plugin into the opened folder.
4. Restart Stremio Enhanced or reload using Ctrl + R
5. You should see your plugin in the settings with an option to enable it.

### π Community Plugins & Themes
You can also use the new community tab.
1. Go to the settings and scroll down.
2. Click on "Community Plugins & Themes"
3. 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](https://github.com/REVENGE977/stremio-enhanced-registry) repository. If you're a developer you can submit your work there.
## β What Is the Difference Between Plugins and Addons?
- **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.
## π οΈ Creating your own theme/plugin
[You can read the wiki for information on how to create your own plugin/theme and how to submit it to the marketplace](https://github.com/REVENGE977/stremio-enhanced/wiki)
## π Known Issues
- 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.
## π Todo List
You can find the current list of tasks and planned features in the [todo.md](./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.
## π Discord Server
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.
[](https://discord.gg/jDsgcehrp7)
## β Support the Project
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!
[](https://github.com/sponsors/REVENGE977)
## π Repository Stats

## π¨ Important Notice
**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