Skip to content
! Alpha release. Marauder is in early alpha. Most plugins are structurally complete but have not been validated against live services yet — 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.

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.