Manage your Stremio addons like a pro. StreamSync lets you install, update, and remove Stremio addons with ease — now with portable config sync. Upload a single config file containing usernames, passwords, or session keys, and replicate your exact setup across multiple Stremio instances effortlessly.
WARNING: Use this at your own risk. This is not an official Stremio product and may break your Stremio installation. No support or warranty is given.
- Drag & Drop Reordering: Easily reorder your addons to customize your Stremio home screen.
- Addon Management: Add or remove addons from your Stremio account without reinstalling everything.
- Portable Configuration:
- Export Config: Save all your account credentials (logins and auth keys) to a single, secure
.jsonfile. - Import Config: Load your configuration file on any machine to instantly set up all your accounts.
- Export Config: Save all your account credentials (logins and auth keys) to a single, secure
- Multi-Account Sync: Apply a single addon configuration across multiple Stremio accounts in one go.
npm installnpm run devnpm run buildRun the following commands to build and run the app in a Docker container:
# Build the docker image
$ docker build -t streamsync .
# Run the container
$ docker run -p 8080:80 streamsyncThe app will be accessible at http://localhost:8080.
This project is a fork of the original Stremio Addon Manager created by pancake3000. Many thanks to the original author for their foundational work.
Big thank you as well to Sleeyax and <Code/> for the conversations and code snippets that made the original project easy to implement.