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 →

technical documentation

Documentation

Every document Marauder ships lives in the GitHub repo, in plain Markdown. The links below open the canonical source — pull requests welcome on any of them.

Project context

How-to guides

Developer guides

Reading the source

Most of what you'll want is in two folders. The Go backend lives at backend/ and the React frontend at frontend/. Plugins are under backend/internal/plugins/ — each tracker, client, and notifier is one self-contained Go file plus its tests.