README.md
June 17, 2026 · View on GitHub
Debrify
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
What is Debrify?
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.
Responsible Use
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:
✨ Features
Debrid Management
|
Built-in Player
|
Download Manager
|
Search Plugins (Optional)
|
Stremio Addons
|
Stremio TV
|
Debrify TV
|
Trakt Integration
|
IPTV Support
|
External Players
|
Reddit Videos
|
WebDAV support
|
Indexer Managers
|
Backup & Restore
|
Remote Setup
|
Playback Features
|
📺 Android TV
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
📱 Supported Platforms
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) |
🚀 Installation
Android / Android TV
Download the APK from Releases and install. On TV, use a file manager app like Downloader or install via ADB.
Windows
Download the installer, run it, and launch from the Start Menu. First run may trigger SmartScreen—click "More info" → "Run anyway".
macOS
Download the DMG, drag Debrify to Applications. First launch: right-click → Open (app is not notarized).
Linux
# 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-*.AppImage
iOS
Download 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.
🔌 Provider Support
| Feature | Real-Debrid | Torbox | Premiumize | PikPak |
|---|---|---|---|---|
| Stream files | ✅ | ✅ | ✅ | ✅ |
| Download files | ✅ | ✅ | ✅ | ✅ |
| Browse cloud storage | ✅ | ✅ | ✅ | ✅ |
| Add magnets/links | ✅ | ✅ | ✅ | ✅ |
| Playlists | ✅ | ✅ | ✅ | ✅ |
| Episode tracking | ✅ | ✅ | ✅ | ✅ |
❤️ Support Debrify
If the app has been useful to you and you want to help fund development:
Every bit helps keep the app improving.
🛠️ Building from Source
git clone https://github.com/varunsalian/debrify.git
cd debrify
flutter pub get
flutter run
Build 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
🤝 Contributing
- 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
💬 Community
- Reddit — r/debrify for discussion and tips
- Discord — Join the server for help and updates
- Issues — Report bugs or request features
📄 License
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.