25

Is there a Linux application (bonus points for being console/headless) that supports magnet links - like the ones provided now by some famous "bay" for pirate BitTorrent users?

9 Answers9

21

rTorrent has support for magnet links since v0.8.7 released in October 2010. To load one, just hit backspace in rTorrent and paste the magnet information.


The information provided below is three years old and outdated.

Maybe the tutorial How To Compile rTorrent From SVN In Ubuntu 9.10 Karmic Koala / Debian 5 Lenny With Magnet Link Support will help you.

8

Also, Transmission development version 1.80b1 supports magnet links. See changes.

Mad Fish
  • 376
7

Deluge 1.1.9 supports magnet.

Deluge is a full-featured BitTorrent client for Linux, OS X, Unix and Windows. It uses libtorrent in it's backend and features multiple user-interfaces including: GTK+, web and console. It has been designed using the client server model with a daemon process that handles all the bittorrent activity. The Deluge daemon is able to run on headless machines with the user-interfaces being able to connect remotely from any platform.

haimg
  • 23,153
  • 17
  • 83
  • 117
2

Here's a useful script to enable magnet URLs in Firefox and Chrome / xdg-open:

http://sam.nipl.net/code/nipl-tools/bin/magnet-enable

For example:

./magnet-enable vuze
Sam Watkins
  • 958
  • 11
  • 15
1

KTorrent, as far as I know, supports them.

jet
  • 2,733
1

Azureus has support for magnet links.

1

The new Transmission version (1.82) accepts magnet links. It works fine!

0

With Transmission it is very simple. Just go to that "bay" and copy the magnet link address. Then in Transmission go to file->Open URL and paste it there. :)

-2

HEADLESS OPERATION WORKS!

The problem we faced lies in the instability of older versions of rTorrent and libtorrent. rTorrent 0.8.9 and libtorrent 0.12.9 are stable and will correctly load magnet links if the magnet link is wrapped as given by the script provided by rTorrent.

As far as I know, rTorrent is the only client that can handle magnet links dropped in to the client as easily as torrents.

Maggie
  • 39