Skip to content
Kheopsian edited this page Aug 2, 2026 · 5 revisions

🇬🇧 English · 🇫🇷 Français

Hydra Wiki

Hydra is a self-hosted BitTorrent daemon built for scale and seeding: a Go control plane driving a purpose-built Rust engine ("Typhon"). It holds 100k+ torrents in a single instance, with a live SSE web UI, a native REST API, and a qBittorrent-compatible shim so your existing *arr / autobrr / cross-seed setup just works.

This wiki covers how to run it and the edge cases that aren't obvious from the README.

New here? Read Concepts first (5 minutes — the mental model), then go to Installation and First Run and shape it to your setup.

Understand

  • Concepts — the three ideas behind Hydra: front vs agent, hoard vs race, how you talk to it.
  • Architecture — the wiring: processes, sockets, persistence.

Install & set up

Use day-to-day

Reference

Clone this wiki locally