Manage your Real Debrid downloads and torrents with ease.
Aim of this project is to provide a simple interface to manage and search through your Real Debrid downloads and torrents.
These screenshots may not be up to date with the current version of the app.
demo.mp4
- View and search through all your downloads and torrents
- Reinsert torrents with option to select files
- Copy download links, delete, stream and get info on your downloads and torrents
- Bulk delete downloads and torrents & bulk unrestrict torrents
- Scraper to search for torrents and download links and add them to your Real Debrid.
- Add torrents through magnet links and torrent files (Not yet implemented)
- Look for dead download links and torrents and refresh them (Not yet implemented)
- And much more...
To run this project, you will need to add the following environment variables to your .env file. Just rename the .env.example file to .env.
PUBLIC_BASE_URI="https://api.real-debrid.com/rest/1.0"
PUBLIC_BASE_AUTH_URI="https://api.real-debrid.com"
PUBLIC_CLIENT_ID="X245A4XAIBGVM"
PUBLIC_TORRENTIO_BASE_URI="https://torrentio.strem.fun"
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open