Screenshot of Deluge downloading a torrent
|
|
Developer(s) | Andrew Resch, Damien Churchill, John Garland |
---|---|
Initial release | September 25, 2006 |
Stable release | 1.3.14 (March 6, 2017 | )
Preview release | None |
Repository | deluge-torrent |
Written in | Python |
Operating system | FreeBSD, Linux, Mac OS X, Windows |
Type | client |
License | GNU GPL v3 |
Website | deluge-torrent |
Deluge is a BitTorrent client written in Python. Deluge is cross-platform, using a front and back end architecture where libtorrent, a software library written in C++ which provides the application's networking logic, is connected to one of various front ends (including a text console, a Web interface, and a graphical desktop interface using GTK+) through the project's own Python bindings.
Released under the terms of the GNU General Public License, Version 3, Deluge is free, open source software.
Deluge aims to be a lightweight, secure, and feature-rich client. To help achieve this, most of its features are part of plugin modules which were written by various developers.
Starting with version 1.0, Deluge separated its core from its interface, running it instead in a daemon (server/service), allowing users to remotely manage the application over the web. Deluge has supported magnet links since version 1.1.0 released on January 2009.
Deluge was started by two members of ubuntuforums.org, Zach Tibbitts and Alon Zakai, who previously hosted and maintained the project at Google Code, but who subsequently moved it to its own website.
In its first stages, Deluge was originally titled gTorrent, to reflect that it was targeted for the GNOME desktop environment. When the first version was released on September 25, 2006, it was renamed to Deluge due to an existing project named gtorrent on SourceForge, in addition to the fact that it was finally coded to work not only on GNOME but on any platform which could support GTK+.