A modern Real-Debrid client for managing torrents and downloads.
DBReader is a mobile application built for Real-Debrid, a premium file hosting service. This app allows you to:
- Add magnet links to Real-Debrid
- Monitor torrent downloads on Real-Debrid servers
- Unrestrict links for direct access
- Download the resulting files to your device
- Visit https://real-debrid.com/apitoken
- Click "Click here to generate a client ID for open source applications"
- Save the generated client_id
- In the app's settings screen, follow the instructions to authenticate with Real-Debrid
- Torrent Management: Add magnets, monitor progress, select files
- Download Management: Download files directly to your device
- Progress Tracking: Monitor download status with notifications
- Media Handling: Stream content directly from Real-Debrid
- React Native / Expo
- TypeScript
- Zustand for state management
- React Query for API data fetching
- React Native Paper for UI components
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
IMPORTANT: DBReader is intended for legal use only. The application should only be used to download and manage content that you have the legal right to access.
The developer of this application:
- Does not host, store, or distribute any content
- Is not responsible for how users utilize this software
- Cannot be held liable for any laws broken by users of this application
- Does not endorse or encourage illegal activities of any kind
By using this application, you agree that you are solely responsible for complying with all applicable copyright laws and regulations in your jurisdiction.
This project is licensed under the MIT License - see the LICENSE file for details.
- Real-Debrid for their API
- Expo for the React Native development framework