Privacy Policy
Last updated: August 19, 2026 — applies to the Hydra desktop app and its browser extensions (Chrome, Edge, Firefox, Safari).
Short version: Hydra does not collect, transmit, sell, or share any of your data. The browser extension only talks to the Hydra app running on your own computer, over your machine's local loopback address. Nothing leaves your device.
What Hydra is
Hydra is an open-source, multi-source download manager. The browser extension ("Hydra Download Manager Integration") detects downloads and user-initiated "download" actions in your browser and hands matching files to the Hydra app installed locally on your computer, instead of your browser's built-in downloader.
Data we do not collect
Neither the extension nor the desktop app contains any analytics, telemetry, crash reporting, or advertising code. We do not operate any server that the extension or app talks to. We have no account system, and there is nothing for us to collect on our end even if we wanted to.
What the extension processes, and where it goes
To do its job, the extension reads certain data locally in your browser. None of it is sent anywhere except to the Hydra app on your own machine, reached at 127.0.0.1 (WebSocket) or via a native-messaging helper process — both are local to your device and never traverse the network.
| Data | Why it's read | Where it goes |
|---|---|---|
| Download URL, filename, MIME type, size | To decide whether a download matches your configured auto-capture rules and to hand it to Hydra | Local Hydra app only |
| Cookies for the specific URL being downloaded | So authenticated/session-protected downloads work the same as they would in your browser | Local Hydra app only, per download |
| Page links / selected links | For the "Download with Hydra" and "Download all links" right-click actions | Local Hydra app only, when you trigger the action |
| Response headers of in-page network requests (Content-Type/Length) | To detect playable media on the page for the popup's media list | Kept in the browser's local session storage; sent to Hydra only if you click Download |
| Extension settings (enabled toggle, auto-capture file types, skip-site list) | To remember your preferences | Stored locally in your browser only |
Permissions
The extension requests downloads, cookies, contextMenus, storage, tabs, nativeMessaging, webRequest, and host access to all sites. Each is used strictly for the local hand-off described above — capturing downloads, offering the right-click menu, remembering settings, and reaching the local Hydra app. None is used to track browsing activity, build a profile, or serve ads.
Remote code
The extension does not load, fetch, or evaluate any code from outside its own package. Everything it runs ships inside the extension itself and is reviewed as part of the Chrome Web Store listing.
Children's privacy
Hydra is a general-purpose developer/power-user tool, not directed at children, and does not knowingly collect data from anyone — children or adults — because it does not collect data at all.
Changes to this policy
If this policy changes, the "Last updated" date above will change and the new version will be posted at this same URL.
Contact
Questions about this policy can be filed via the GitHub issue tracker. Security concerns should go through GitHub security advisories instead of a public issue.
Hydra