Skip to content
! Early days. Marauder v1.0 is young: the core is validated end-to-end, but many tracker plugins are still alpha — structurally complete and unit-tested, not yet validated against live services. Expect rough edges. See plugin status →

comparison

Marauder vs FlexGet

FlexGet is a universal, Python-based automation engine: 300+ plugins, a powerful YAML config language, and the ability to wire together RSS, HTML, torrents, NZBs, podcasts, and more. Marauder does one job — monitor forum-tracker topics and hand new releases to your download client — and does it from a UI, with no config files.

TL;DR

Reach for FlexGet when you want a single scriptable engine to automate anything and you're comfortable living in YAML. Reach for Marauder when the specific thing you want is "watch this RuTracker / LostFilm thread and auto-download new episodes," you want a UI instead of a config file, and you want encryption, SSO, metrics, and multi-user out of the box.

Where they really differ: forum trackers

FlexGet is built around feeds — give it an RSS or HTML source and it filters and acts on entries. That's a great fit for sources that publish a feed. Forum trackers like RuTracker, LostFilm, NNM-Club, and Kinozal don't work that way: you log in with a session cookie, browse a topic thread, and the same topic URL quietly gets a new .torrent attachment when a new episode drops. There's no per-episode feed item to catch.

Marauder is built specifically for that pattern — log in, scrape the topic page, detect the in-place file swap, and hand the result to your client. It also speaks Torznab and Newznab, so the feed-shaped sources FlexGet excels at are reachable too.

Feature matrix

Feature FlexGet Marauder
Philosophy universal scriptable engine focused topic monitor
Configuration YAML config files web UI — no files to edit
Learning curve steep (powerful, scriptable) minimal (paste a URL)
Login-gated forum trackers in-place not its model (feed/RSS oriented) purpose-built (login + scrape)
Torznab / Newznab indexers via RSS / plugins native plugins
First-class web UI optional / limited yes (React 19)
Plugin ecosystem breadth 300+ (very broad) focused (trackers / clients / notifiers)
AES-256-GCM encrypted credentials no yes
OpenID Connect / SSO no yes (Keycloak bundled)
Prometheus /metrics no yes (built-in)
Multi-user with isolation no yes
Language / runtime Python Go (single binary)

FlexGet is a mature, broadly capable tool; this page contrasts approach and defaults, not quality. Both are open source and self-hosted.

Want the forum-tracker job done without YAML?

Paste a topic URL, pick a client, walk away.