lazydebrid is a terminal-based interface for managing Real-Debrid torrents and downloads. It allows you to interact with your Real-Debrid account entirely from the command line, with no browser required.
It is currently in alpha stage.
- Vim-like keybindings
- Add magnet links to Real-Debrid
- Delete torrents from Real-Debrid
- Download unrestricted files directly to your local system
- View and manage active and completed torrents
- Check torrent status
- View detailed file lists and download links
You can download the latest prebuilt binary for your system from the Releases page.
- Go to the Releases.
- Download the binary for your platform (
lazydebrid-linux
,lazydebrid-darwin
,lazydebrid-windows.exe
, etc.). - Make it executable if you are using linux:
chmod +x lazydebrid-<your-platform>
then move it somewhere in your PATH
, for example:
mv lazydebrid-<your-platform> /usr/local/bin/lazydebrid
You'll need Go installed (version 1.23 or later).
git clone https://github.com/onurhanak/lazydebrid.git
cd lazydebrid
go build -o lazydebrid ./cmd/main.go
Move the built binary to your preferred location (e.g., /usr/local/bin/
).
See configuration for how to set your API token and customize download path.
See keybindings for a full list of keyboard shortcuts and navigation controls.
- Thanks to @jroimartin for creating the gocui library. The name lazydebrid is inspired by lazygit and lazydocker