Stream & Download — Effortlessly
The all-in-one media manager for debrid accounts, WebDAV libraries, and search sources
Website • Guides • Support • Download • Features • Platforms • Reddit • Discord
Debrify is a media manager that lets you browse, stream, and download content from your debrid accounts and WebDAV servers—all from one app. It comes with a built-in video player optimized for movies and TV shows, a download manager with queue support, an optional plugin system for torrent search engines, Jackett/Prowlarr indexer support, Trakt integration for sync and discovery, Stremio Addons support for discovering content, and a cinematic UI inspired by premium streaming services.
A warning: this is not a clean codebase.
Debrify grew rapidly around features rather than a planned architecture. It contains enormous files, god classes, static state, duplicated provider logic, tightly coupled UI and business logic, inconsistent abstractions, legacy implementations, and more special cases than anyone should be proud of.
Some newer subsystems are better structured and heavily tested, but the repository as a whole does not represent Flutter best practices. It represents a product that kept growing while architectural cleanup repeatedly lost to the next feature or platform problem.
The application works and solves difficult problems, but maintaining it can be painful. Refactoring, simplification, and removal of legacy code are welcome.
Debrify does not host, sell, provide, or bundle media content. Search engines, Stremio addons, Jackett/Prowlarr servers, WebDAV servers, IPTV playlists, and debrid accounts are user-configured integrations. Only use Debrify with content, services, and sources that you own, created, licensed, or are otherwise authorized to access.
Third-party plugins, addons, indexers, playlists, and services are controlled by their respective providers or users. Debrify does not endorse using any integration to infringe copyright or violate a provider's terms. Do not submit or distribute configurations that are intended to facilitate unauthorized access to copyrighted content.
For more detail, see Content Responsibility.
Need help using a feature? Browse the user guides on GitHub Pages: Debrify Guides
If Debrify has been useful to you, you can support development here:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A dedicated lean-back experience for your living room, with a cinematic UI optimized for big screens and low-end hardware.
- Cinematic UI — Premium poster grids, detail screens, and episode guides designed for the big screen
- Remote-friendly player — Full playback controls with D-pad navigation
- Quick Play — Long-press any card to start playing immediately
- Subtitle sync & search — Adjust subtitle offset with a floating overlay; search and load subtitles manually
- Subtitle customization — Size, style, color, and background options
- Cinematic tuner — Redesigned Stremio TV with stripped GPU effects for smooth performance on Android TV
- Quick channel guide — Switch channels on the fly
- Debrify TV — Keyword-driven channels with auto-play and RD-blocked torrent filtering
Debrify runs everywhere. One codebase, full feature support across all platforms.
| Platform | Download | Notes |
|---|---|---|
| Android | APK | Phones and tablets |
| Android TV | APK | Full D-pad navigation and remote support |
| Windows | Installer | Windows 10/11 |
| macOS | DMG | Intel and Apple Silicon |
| Linux | AppImage | x86_64 and ARM64. Requires dependencies (see install notes) |
| iOS | IPA | Unsigned — requires sideloading (guide) |
Download the APK from Releases and install. On TV, use a file manager app like Downloader or install via ADB.
Download the installer, run it, and launch from the Start Menu. First run may trigger SmartScreen—click "More info" → "Run anyway".
Download the DMG, drag Debrify to Applications. First launch: right-click → Open (app is not notarized).
# Install dependencies (required)
# Ubuntu 24.04+
sudo apt install libmpv2 libsqlite3-dev libfuse2
# Ubuntu 22.04 / Debian
sudo apt install libmpv1 libsqlite3-dev libfuse2
# Fedora
sudo dnf install mpv-libs sqlite-devel fuse-libs
# Arch
sudo pacman -S mpv sqlite fuse2
# Run the AppImage
chmod +x debrify-*.AppImage
./debrify-*.AppImageDownload the unsigned IPA and sideload using AltStore or Sideloadly. See the iOS Installation Guide for step-by-step instructions.
Note: Sideloaded apps require re-signing every 7 days. AltStore can handle this automatically.
| Feature | Real-Debrid | Torbox | Premiumize | PikPak | AllDebrid |
|---|---|---|---|---|---|
| Stream files | ✅ | ✅ | ✅ | ✅ | ✅ |
| Download files | ✅ | ✅ | ✅ | ✅ | ✅ |
| Browse cloud storage | ✅ | ✅ | ✅ | ✅ | ✅ |
| Add magnets/links | ✅ | ✅ | ✅ | ✅ | ✅ |
| Playlists | ✅ | ✅ | ✅ | ✅ | ✅ |
| Episode tracking | ✅ | ✅ | ✅ | ✅ | ✅ |
If the app has been useful to you and you want to help fund development:
Every bit helps keep the app improving.
git clone https://github.com/varunsalian/debrify.git
cd debrify
flutter pub get
flutter runBuild commands:
flutter build apk --release # Android
flutter build ios --release --no-codesign # iOS (unsigned)
flutter build windows --release # Windows
flutter build macos --release # macOS
flutter build linux --release # Linux- Fork the repo
- Create a feature branch:
git checkout -b feature/my-feature - Commit changes:
git commit -am 'Add my feature' - Push:
git push origin feature/my-feature - Open a pull request
- Reddit — r/debrify for discussion and tips
- Discord — Join the server for help and updates
- Issues — Report bugs or request features
Debrify is released under the Polyform Noncommercial License 1.0.0. Free for personal use. Commercial use is not permitted.
Made with Flutter. Free for personal use.





