Skip to content

onurhanak/lazydebrid

Repository files navigation

lazydebrid

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.

screenshot

Features

  • 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

Installation

Option 1: Download the binary (recommended)

You can download the latest prebuilt binary for your system from the Releases page.

  1. Go to the Releases.
  2. Download the binary for your platform (lazydebrid-linux, lazydebrid-darwin, lazydebrid-windows.exe, etc.).
  3. 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

Option 2: Build from source

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/).

Configuration

See configuration for how to set your API token and customize download path.

Keybindings

See keybindings for a full list of keyboard shortcuts and navigation controls.

Acknowledgments

About

For the digital hoarder who lives in the terminal.

Topics

Resources

License

Stars

Watchers

Forks

Languages