https://github.com/ayushsehrawat/rdm
Real Debrid Manager
https://github.com/ayushsehrawat/rdm
api api-rest dashboard debrid rdm real-debrid realdebrid torrents
Last synced: 4 months ago
JSON representation
Real Debrid Manager
- Host: GitHub
- URL: https://github.com/ayushsehrawat/rdm
- Owner: AyushSehrawat
- License: gpl-3.0
- Created: 2023-10-27T05:10:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T18:48:49.000Z (about 2 years ago)
- Last Synced: 2025-12-01T20:13:59.058Z (6 months ago)
- Topics: api, api-rest, dashboard, debrid, rdm, real-debrid, realdebrid, torrents
- Language: Svelte
- Homepage: https://rdm.ayush.gg
- Size: 8.58 MB
- Stars: 84
- Watchers: 3
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Real Debrid Manager
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.

https://github.com/AyushSehrawat/rdm/assets/69469790/e1317cfd-ffe2-4af5-b052-0e0ed73d2fe8
## Features
- 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...
## Environment Variables
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"
```
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```