No description
  • Python 75.9%
  • JavaScript 15.1%
  • CSS 8.2%
  • Shell 0.4%
  • NSIS 0.3%
  • Other 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-20 17:48:49 +02:00
.github Merging upstream version 2.2.1~dev0+20260307. 2026-06-20 17:48:36 +02:00
debian Releasing fastforward version 2.2.1~dev0+20260307-1~ffwd13+u1. 2026-06-20 17:48:49 +02:00
deluge Merging upstream version 2.2.1~dev0+20260307. 2026-06-20 17:48:36 +02:00
docs Merging upstream version 2.2.1~dev0+20260307. 2026-06-20 17:48:36 +02:00
packaging Adding upstream version 2.2.0. 2026-01-26 11:51:50 +01:00
.gitattributes Adding upstream version 2.2.0. 2026-01-26 11:51:50 +01:00
.gitignore Adding upstream version 2.2.0. 2026-01-26 11:51:50 +01:00
.pre-commit-config.yaml Merging upstream version 2.2.1~dev0+20260307. 2026-06-20 17:48:36 +02:00
.prettierignore Adding upstream version 2.2.0. 2026-01-26 11:51:50 +01:00
.prettierrc.yaml Adding upstream version 2.2.0. 2026-01-26 11:51:50 +01:00
.pylintrc Adding upstream version 2.2.0. 2026-01-26 11:51:50 +01:00
.readthedocs.yml Adding upstream version 2.2.0. 2026-01-26 11:51:50 +01:00
__builtins__.pyi Adding upstream version 2.2.0. 2026-01-26 11:51:50 +01:00
AUTHORS Adding upstream version 2.2.0. 2026-01-26 11:51:50 +01:00
CHANGELOG.md Merging upstream version 2.2.1~dev0+20260307. 2026-06-20 17:48:36 +02:00
DEPENDS.md Merging upstream version 2.2.1~dev0+20260307. 2026-06-20 17:48:36 +02:00
gen_web_gettext.py Adding upstream version 2.2.0. 2026-01-26 11:51:50 +01:00
generate_pot.py Adding upstream version 2.2.0. 2026-01-26 11:51:50 +01:00
LICENSE Adding upstream version 2.2.0. 2026-01-26 11:51:50 +01:00
MANIFEST.in Adding upstream version 2.2.0. 2026-01-26 11:51:50 +01:00
minify_web_js.py Adding upstream version 2.2.0. 2026-01-26 11:51:50 +01:00
msgfmt.py Adding upstream version 2.2.0. 2026-01-26 11:51:50 +01:00
pyproject.toml Merging upstream version 2.2.1~dev0+20260307. 2026-06-20 17:48:36 +02:00
README.md Adding upstream version 2.2.0. 2026-01-26 11:51:50 +01:00
requirements-ci.txt Adding upstream version 2.2.0. 2026-01-26 11:51:50 +01:00
requirements-dev.txt Adding upstream version 2.2.0. 2026-01-26 11:51:50 +01:00
requirements-tests.txt Merging upstream version 2.2.1~dev0+20250824. 2026-01-26 11:52:51 +01:00
requirements.txt Merging upstream version 2.2.1~dev0+20260307. 2026-06-20 17:48:36 +02:00
setup.cfg Adding upstream version 2.2.0. 2026-01-26 11:51:50 +01:00
setup.py Merging upstream version 2.2.1~dev0+20260307. 2026-06-20 17:48:36 +02:00
tox.ini Adding upstream version 2.2.0. 2026-01-26 11:51:50 +01:00
version.py Merging upstream version 2.2.1~dev0+20260307. 2026-06-20 17:48:36 +02:00

Deluge BitTorrent Client

build-status docs-status

Deluge is a BitTorrent client that utilizes a daemon/client model. It has various user interfaces available such as the GTK-UI, Web-UI and Console-UI. It uses libtorrent at its core to handle the BitTorrent protocol.

Install

From PyPi:

pip install deluge

with all optional dependencies:

pip install deluge[all]

From source code:

pip install .

with all optional dependencies:

pip install .[all]

See DEPENDS and Installing/Source for dependency details.

Usage

The various user-interfaces and Deluge daemon can be started with the following commands.

Use the --help option for further command options.

Gtk UI

deluge or deluge-gtk

Console UI

deluge-console

Web UI

deluge-web

Open http://localhost:8112 with default password deluge.

Daemon

deluged

See the Thinclient guide to connect to the daemon from another computer.

Contact