Open Source · Self-Hostable · AI-Powered

Stream smarter,
not harder.

Hydra is a next-generation Stremio add-on that aggregates HTTP streaming URLs with AI fallback, intelligent caching, and resilient multi-source extraction.

21
Sources
24
Extractors
35+
Languages
100%
Test Coverage

Built different.

Every component is engineered for reliability, speed, and self-recovery.

AI Self-Healing

When native extractors fail due to DOM changes, Gemini or OpenAI dynamically steps in to analyze the page and recover stream links. It heals itself.

Intelligent Caching

Backed by Redis for distributed caching with SQLite fallback. Drastically reduces load on streaming providers and delivers sub-second response times.

High Concurrency

Smart proxy rotation, dynamic retries, and parallel extraction across all sources. Fetches more links faster than any other add-on.

Modern Config UI

A sleek, dark-mode glassmorphism configuration page. Organize languages, proxy settings, AI keys, and resolution filters with zero friction.

MediaFlow Proxy

Unlock IP-locked hosters like FileMoon, Mixdrop, Streamtape, and VOE. Seamlessly integrated — just add your proxy URL in setup.

Extractor Verification

Continuous background health checks ensure every supported streaming hoster remains operational. Broken extractors are flagged instantly.

Under the hood.

A clean, extensible architecture designed for maintainability and scale.

Sources

Scrape streaming sites to discover embed URLs for any movie or series across 35+ languages.

HomeCine Cuevana KinoGer Kokoshka +17 more

Extractors

Parse embed pages to extract direct .mp4 and HLS stream URLs from 24 supported hosters.

Voe FileMoon Mixdrop VidSrc +20 more

Stream Resolver

Orchestrates sources → extractors, deduplicates results, sorts by quality, and manages fallback chains.

Quality sort Dedup Fallback chains

Caching Layer

Dual-layer caching with in-memory LRU, persistent SQLite, and optional Redis for distributed setups.

Redis SQLite LRU Memory

Deploy in seconds.

Self-host Hydra on any machine — x86, ARM, Raspberry Pi. It just works.

# Pull and run with Docker
docker run \
  --detach=true \
  --name hydra \
  --rm \
  --pull always \
  --publish 51546:51546 \
  --env REDIS_URL="redis://your-redis:6379" \
  --volume /tmp:/tmp \
  zainulnazir/hydra
Read the Docs

After starting, visit http://localhost:51546/configure to set up and install to Stremio.