Esta página se muestra en inglés. Una traducción al español está en curso.
ScriptsJun 1, 2026·2 min de lectura

Stremio — Open-Source Streaming Media Center with Add-On Ecosystem

A modern media center that aggregates streaming content from multiple sources through a community add-on system.

Listo para agents

Instalación lista para agent

Este activo puede instalarse después de elegir el runtime, revisar el plan y ejecutar el comando correspondiente.

Native · 98/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Stremio Overview
Comando de instalación directa
npx -y tokrepo@latest install 806d3ab9-5d94-11f1-9bc6-00163e2b0d79 --target codex

Ejecutar después de confirmar el plan con dry-run.

Introduction

Stremio is a media center application that organizes and streams video content from multiple sources. Its add-on architecture allows community developers to build content providers without modifying the core application.

What Stremio Does

  • Aggregates movies, series, and live channels in a unified interface
  • Manages a personal library with watch progress tracking across devices
  • Supports community add-ons for content discovery and streaming
  • Provides subtitle search and integration from OpenSubtitles
  • Streams via HTTP, BitTorrent, and other protocols through add-ons

Architecture Overview

Stremio uses a client-server model. The web frontend is built with React and communicates with a local streaming server that handles media transport. Add-ons are standalone HTTP services conforming to the Stremio Add-On SDK protocol, returning JSON manifests and content catalogs.

Self-Hosting & Configuration

  • Deploy stremio-web behind any static file server or CDN
  • The streaming server runs locally or on a dedicated host
  • Add-ons can be self-hosted as Node.js HTTP microservices
  • User accounts sync libraries across devices via Stremio cloud
  • Configuration is managed through the settings UI or environment variables

Key Features

  • Cross-platform: desktop (Electron), Android, iOS, Samsung TV, and web
  • Add-on SDK lets anyone build and publish content sources
  • Chromecast and DLNA casting support built in
  • Calendar view for tracking upcoming episode releases
  • Local file playback alongside streamed content

Comparison with Similar Tools

  • Plex — requires a media server with local files; Stremio streams from external sources
  • Jellyfin — self-hosted media library; Stremio aggregates third-party content
  • Kodi — extensible but complex setup; Stremio is simpler with a web-first UI
  • Infuse — Apple-only premium app; Stremio is free and cross-platform
  • Popcorn Time — single-purpose; Stremio offers a broader add-on ecosystem

FAQ

Q: Is Stremio free? A: Yes. The core application and web client are free and open source.

Q: Can I watch local files with Stremio? A: Yes, it supports local file playback alongside streamed content.

Q: Are add-ons safe? A: Community add-ons are not reviewed by Stremio. Use trusted sources.

Q: Does Stremio store media on my device? A: No, content is streamed. Some caching may occur during playback.

Sources

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados