Annatar Stremio Addon: Status, Setup & Alternatives (2026)

Annatar Stremio Addon
Affiliate Disclosure
Some links on this page are affiliate links. We may receive a small commission if you purchase through them, without affecting your price.

Key Takeaway: The Annatar Stremio addon is no longer a dependable public-install option. ElfHosted redirects its former configuration and manifest addresses to an Annatar deprecation notice, while the source repository has not received code changes since August 2024. Existing self-hosted installations may still run, but new users should understand the maintenance, HTTPS, Jackett, debrid, and security burden before attempting a legacy deployment.

The Annatar Stremio addon earned attention as a fast, self-hosted Torrentio alternative that searched Jackett and returned cached debrid links. I checked its former hosted URLs, current catalog result, repository activity, Docker files, filters, and provider adapters. This guide explains what still exists, how a legacy deployment works, where it fails, and when moving to maintained software is safer.

Read more ▾

Live Picks Top 3 IPTV Services Worth Streaming Tested & ranked · 2026
★ Best Overall IPTV Harmony ★ 4.9 Crystal-clear 4K streams, zero buffering on every device. 20,000+ channels 4K Ultra HD Stream Now →
⚡ Best Value USA LIVE IPTV ★ 4.8 Premium sports & movies, activation in minutes. Live sports Instant setup Get Started →
🔥 Trending OrigineTV ★ 4.7 Rock-solid uptime with a risk-free 7-day trial. 99.9% uptime 7-day trial Try It Free →

Annatar Status in 2026: The Public Instance Is Retired

The old installation address can look alive because it returns a normal web page, but it no longer serves an Annatar manifest. The redirect destination explicitly says the addon is deprecated.

  • Public Redirect: both the former configure page and manifest URL now resolve to an ElfHosted page titled “Annatar is deprecated,” not an installable addon response.
  • Retirement Reason: ElfHosted says the public instance degraded and became unreliable after development stopped, so it retired the shared hosted service.
  • Catalog Result: a current Annatar search through the stremio-addons.net read-only API returned zero approved addons, removing the usual catalog-install path.
  • Code Activity: GitHub shows the latest master-branch commit on August 2, 2024; the newest release tag is v0.12.8 from April 2024.
  • Private Builds: the deprecation page says private instances may remain available, but they receive no further updates and should not be treated as maintained software.
Status checkCurrent resultPractical meaning
Public configure URLRedirects to deprecation pageNo fresh public setup
Public manifest URLReturns HTML after redirectCannot install as a manifest
Community catalogNo Annatar record returnedNo catalog-based installation
GitHub repositoryVisible and not archivedSource remains inspectable
Code maintenanceLast commit in August 2024Compatibility fixes are unlikely

Link: https://annatar-is-deprecated.elfhosted.com/

What the Annatar Stremio Addon Was Built to Do

Annatar is a stream-result addon, not a catalog, player, debrid company, or torrent client. Its job is to turn a Stremio title request into cached debrid choices quickly.

  • Title Request: Stremio sends an IMDb-based movie or episode request to Annatar after you open a detail page and inspect available streams.
  • Jackett Search: Annatar fans the query out through configured Jackett indexers, normalizes torrent metadata, and collects candidate hashes for the requested title.
  • Cache Check: the addon asks your selected debrid provider which candidates are already cached, avoiding files that require a new torrent transfer.
  • Fast Response: project documentation targeted results in roughly two to three seconds, with redislite caching repeated Jackett, metadata, and debrid lookups.
  • Playback Handoff: Annatar returns playable debrid links and labels to Stremio; the debrid service and Stremio player handle the actual media delivery.

What Annatar Cannot Provide

Several setup failures come from expecting Annatar to behave like a free streaming service. The maintainer deliberately limited it to content already available in a supported debrid cache.

  • No Media Library: installing Annatar does not add a proprietary catalog of movies or shows; Stremio metadata still identifies the title you select.
  • No Direct Torrents: the project FAQ rejects direct torrent streaming, so it will not return peer-to-peer sources when a debrid cache has no match.
  • No Cache Upload: Annatar also refuses download-to-debrid links, meaning it will not add an uncached torrent to your account and wait for completion.
  • No Debrid Account: you must supply an active account and API token from a supported provider; Annatar does not include or resell service access.
  • No Managed Security: self-hosters own certificate renewal, reverse-proxy rules, container updates, log hygiene, token protection, and any internet-facing server hardening.

Requirements for a Legacy Self-Hosted Annatar Setup

Do not begin with the Stremio install button. First prove that every backend component is reachable and that you can safely expose Annatar through HTTPS.

  • Always-On Host: use a desktop, home server, virtual machine, or VPS capable of running Docker continuously while your Stremio devices request streams.
  • Docker Compose: the repository includes Annatar and LinuxServer Jackett services, persistent Jackett configuration, and an Annatar data volume for its cache.
  • Working Jackett: add only indexers you are permitted to query, test each one directly, and copy the generated Jackett API key accurately.
  • Debrid Credentials: the final code supports Real-Debrid, Premiumize, Debrid-Link, and AllDebrid; other modern providers are absent from the provider registry.
  • Public HTTPS: Stremio clients must reach the addon over a valid HTTPS hostname, normally through Caddy, nginx, or another correctly configured reverse proxy.
ComponentDefault address or portVerification
AnnatarHost port 8000Configuration page loads locally
JackettHost port 9117Manual search returns results
Debrid providerExternal APIToken is active and authorized
Reverse proxyHTTPS port 443Certificate is valid off-network
StremioConfigured manifestAddon preview shows Annatar

Build Annatar and Jackett With Docker Compose

This is a legacy deployment path, not a current recommendation. Use an isolated test host, review the compose file before execution, and expect to repair outdated dependencies yourself.

  • Create Workspace: make a dedicated Annatar directory, download the repository’s docker-compose.yaml, and inspect image names, volumes, ports, and environment variables before starting anything.
  • Start Jackett: run the Jackett service first, open port 9117 only on a trusted network, add authorized indexers, and test each response time.
  • Copy API Key: place Jackett’s API key under JACKETT_API_KEY, confirm JACKETT_URL targets the service name, and remove stale indexers from JACKETT_INDEXERS.
  • Launch Annatar: start the full compose stack, inspect container logs for connection errors, and confirm the local configuration page responds on port 8000.
  • Preserve Data: retain the Annatar and Jackett volumes across container recreation; deleting them discards cache and indexer configuration, complicating diagnosis after an update.

Link: https://github.com/g0ldyy/annatar

Put Annatar Behind HTTPS Before Installation

A local port proves the container starts, but television and mobile clients need a stable hostname they can reach. HTTPS is therefore part of the addon, not optional polish.

  • Choose Hostname: point a dedicated DNS name at your server or tunnel and avoid publishing the raw Annatar port directly to the entire internet.
  • Terminate TLS: configure Caddy or nginx with a trusted certificate, then proxy incoming HTTPS traffic to Annatar on its private port 8000.
  • Forward Headers: preserve Host and X-Forwarded-For or X-Real-IP correctly, especially if you intend Annatar to pass client addresses to Real-Debrid.
  • Test Externally: load the configure page using mobile data, check the certificate hostname, and verify that the generated manifest also begins with the HTTPS domain.
  • Restrict Exposure: patch the host, rate-limit requests, review logs, and never expose Jackett’s dashboard publicly merely because Annatar needs internal API access.

Configure Debrid, Results, and Quality Filters

Once the HTTPS configuration page works, Annatar creates a personalized manifest from your provider, token, result limit, and filters. Treat that generated address as a secret.

  • Select Provider: choose only one of the four adapters present in the final code: Real-Debrid, Premiumize, Debrid-Link, or AllDebrid.
  • Enter Token: paste the provider’s API token on your own trusted instance; never send it through screenshots, support posts, shared notes, or analytics.
  • Limit Results: the configuration offers three, five, or ten streams per title; five is the default and keeps result lists manageable on Fire TV.
  • Keep Qualities: checked boxes are included, while unchecked choices become exclusion filters for 4K, 1440p, 1080p, 720p, 480p, or unknown resolution.
  • Control Formats: the same exclusion logic covers YTS releases, REMUX, HDR, H.265, H.264, and 10-bit video, helping avoid unsupported playback combinations.
SettingAvailable choicesSensible starting point
Maximum results3, 5, or 105
Resolution4K through 480p, plus unknownKeep 1080p and 720p
CodecH.265 or H.264Keep both, then test
Quality flagsREMUX, HDR, 10-bit, YTSExclude unsupported formats
ProviderFour legacy adaptersYour active supported account

Install the Generated Manifest in Stremio

Install Generated Manifest

Configure Annatar on a phone or computer signed into the same Stremio account as your Fire TV. Account synchronization is easier than typing a private manifest with a remote.

  • Open Configure: visit your own HTTPS Annatar configuration page, confirm the hostname and certificate, then choose provider, token, results, and filters.
  • Review Manifest: inspect the generated address and addon preview before approval; it should identify your instance rather than the retired public ElfHosted hostname.
  • Install Safely: use the Install action where supported, or paste the configured manifest into Stremio’s Add Addon field and approve the preview.
  • Sync Devices: restart Stremio on Firestick or Android TV, confirm the addon appears under installed community addons, and open a known title.
  • Protect Address: do not publish the installed manifest because its encoded configuration contains the debrid selection and token used by the addon instance.

Fix No Streams, Slow Searches, and Install Errors

Diagnose Annatar in layers. Changing five settings at once hides the failing component and can turn a simple Jackett timeout into an apparent Stremio problem.

  • Deprecated Host: if the address opens the Annatar retirement page, remove that installation; the old public manifest is not returning addon JSON anymore.
  • Manifest Rejected: confirm the URL uses HTTPS, returns JSON instead of HTML, presents a trusted certificate, and remains reachable outside your home network.
  • No Results: search the title inside Jackett, verify indexers are enabled, confirm the API key, and remember Annatar returns only debrid-cached candidates.
  • Slow Response: test indexers individually and disable any consistently slow source; the project FAQ identifies sluggish Jackett indexers as the primary cause.
  • Playback Failure: refresh the debrid token, verify account status, keep compatible qualities enabled, and compare the failing file against a smaller H.264 source.
SymptomLikely layerFirst check
Deprecation page appearsOld public hostRemove retired manifest
Addon will not installHTTPS or manifestResponse type and certificate
No Annatar rowAccount synchronizationInstalled addons on same account
No streamsJackett or debrid cacheManual indexer search
Results take a minuteSlow indexerPer-indexer response time
Link fails to playDebrid or codecAccount and H.264 source

Handle Real-Debrid IP Rules Carefully

Annatar’s routing choice determines which IP Real-Debrid sees. A careless self-hosted setup can make several households look like simultaneous account sharing or hide the actual client address.

  • Default Behavior: Annatar does not forward the client IP by default, so Real-Debrid records the public address of the Annatar server for generated links.
  • Forward Option: setting FORWARD_ORIGIN_IP to true passes the phone or television address when the reverse proxy supplies trustworthy forwarding headers.
  • Override Option: OVERRIDE_ORIGIN_IP forces one specified address and takes priority, which is useful only when you understand the provider’s routing consequences.
  • Simultaneous Use: Real-Debrid restricts concurrent use from different public IPs; Annatar does not remove that account rule or legitimize sharing across households.
  • Safer Test: begin with one device and one network, inspect the provider’s downloads page, then expand cautiously rather than testing several remote clients together.

Assess Annatar’s Security, Privacy, and Legal Limits

Open source does not automatically mean a deployment is safe. Annatar places debrid credentials, indexer access, a public web service, and dormant dependencies inside one trust boundary.

  • Token Exposure: the personalized configuration is encoded, not a substitute for secret storage; anyone obtaining the manifest may recover or misuse the embedded debrid token.
  • Dormant Dependencies: an unmaintained application may retain vulnerable Python libraries or broken provider APIs, even when the container continues starting without obvious errors.
  • Indexer Legality: Jackett can connect to many sources with different rules; the software’s availability does not grant permission to access unauthorized copyrighted material.
  • Network Privacy: Annatar avoids direct torrent participation when operating as designed, but the host, indexers, debrid provider, DNS, and reverse proxy still process request data.
  • Practical Standard: use legal sources, rotate exposed credentials, patch the server, minimize logs, restrict Jackett, and retire Annatar if you cannot maintain those controls.

Choose a Maintained Annatar Alternative

ElfHosted’s deprecation notice points users toward Comet and MediaFusion. Both are actively represented in the current community catalog, unlike Annatar, but their features and deployment complexity differ.

  • Comet: choose it for a modern self-hostable torrent/debrid search addon with broader provider support, proxy streaming options, active instances, and current setup documentation.
  • MediaFusion: consider it when you want a broader universal addon with active development, multiple content types, extensive configuration, and managed ElfHosted availability.
  • Migration Order: install and test the replacement first, compare result quality on known titles, then remove Annatar only after the new manifest works.
  • Configuration Reset: create a fresh provider token where possible instead of copying a credential that lived inside an old Annatar manifest or shared hosted instance.
  • Further Setup: our Comet Stremio addon guide explains installation, debrid selection, Firestick configuration, and common no-stream fixes in detail.
Addon2026 public statusBest fitMain caution
AnnatarPublic instance retiredExisting legacy self-hostersNo current maintenance
CometActive catalog listingModern debrid search and proxy optionsConfiguration can be advanced
MediaFusionActive catalog listingBroad source and content supportMore features to evaluate

Annatar Stremio Addon Verdict

Annatar was a clever answer to slow just-in-time debrid searching, and its source still documents that design very well. In 2026, the retired public host, missing community-catalog entry, and maintenance gap outweigh its convenience. Keep an existing instance only if you can audit, patch, and isolate it. New users should choose a maintained alternative, create fresh credentials, and avoid reviving the retired public manifest.

FAQs

Does the Annatar Stremio addon still work?

The former public ElfHosted instance is no longer installable; its configure and manifest URLs redirect to a deprecation page. Existing self-hosted deployments may run, but upstream code has not changed since August 2024.

Can I install Annatar from the Stremio community catalog?

A current stremio-addons.net API search returned no approved Annatar listing. The old public address redirects to an HTML retirement notice rather than returning the addon manifest Stremio requires.

Which debrid services does Annatar support?

The final code supports Real-Debrid, Premiumize, Debrid-Link, and AllDebrid, but not newer choices such as TorBox. Compare current terms in our best debrid services guide before generating a manifest.

Does Annatar stream torrents directly?

No. Annatar returns instantly available content from supported debrid caches. It does not join a torrent swarm, start an uncached download, or add a torrent to your debrid account.

Why does Annatar show no streams?

Check the installed host, test Jackett manually, verify its API key, confirm the debrid token, and keep compatible resolutions enabled. Annatar returns nothing when the selected provider has no cached match.

What is the best replacement for Annatar?

Comet is the closest maintained successor for fast debrid searching and self-hosting. MediaFusion offers broader source support and deeper configuration. Test the replacement before removing an existing Annatar installation.

Similar Posts