Open source Stremio stack
Magnetio

Torrent aggregation, debrid support, subtitle sync, and a Raspberry Pi friendly deployment path. The public site is now static and hosted on GitHub Pages.

What it includes

  • 22 plus provider support
  • Real-Debrid, Premiumize, AllDebrid, TorBox, Put.io, and more
  • Torznab, Jackett, and Prowlarr support
  • Subtitle search and sync pipeline
  • Self-hosted addon and scraper services

Current hosting split

This domain now serves the public website through GitHub Pages. The actual addon runtime remains a separate self-hosted service because GitHub Pages cannot execute the Stremio API backend.

Install path

  1. Clone the repository.
  2. Copy .env.example to .env.
  3. Set your debrid keys and public URL.
  4. Run docker compose up -d on your host.