Stream & Download — Effortlessly
The all-in-one debrid manager for Real-Debrid, Torbox, and PikPak
Website • Download • Features • Platforms • Reddit • Discord
Debrify is a debrid manager that lets you browse, stream, and download content from your debrid accounts—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, and Stremio Addons support for discovering content.
|
|
|
|
|
|
|
|
A dedicated lean-back experience for your living room.
- Remote-friendly player — Full playback controls with D-pad navigation
- Subtitle customization — Size, style, color, and background options
- Channel mode — Watch content like cable TV with channel numbers
- Quick channel guide — Switch channels on the fly
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 | PikPak |
|---|---|---|---|
| Stream files | ✅ | ✅ | ✅ |
| Download files | ✅ | ✅ | ✅ |
| Browse cloud storage | ✅ | ✅ | ✅ |
| Add magnets/links | ✅ | ✅ | ✅ |
| Playlists | ✅ | ✅ | ✅ |
| Episode tracking | ✅ | ✅ | ✅ |
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- Enhanced desktop UX
- In-app update notifications
- More search engine plugins
- Improved test coverage
- 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.









