Skip to content
Deluge BitTorrent client - Git mirror, PRs only
Branch: develop
Clone or download
cas-- [Lint] Update pre-commit linter versions
- Default to python3.
- Needed to add six to isort config.
Latest commit 7d67792 May 3, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
deluge [Tests] Fix AttributeError in test_core with Twisted 19 May 3, 2019
docs [Docs] Fix recommonmark monkey patch and pin version Mar 29, 2019
packaging [Lint] Fix flake8 3.7 warnings Mar 29, 2019
.gitattributes [WebUI] Update extjs to 3.4.1.1 Oct 8, 2018
.gitignore [Docs] Reorganise and add sections from wiki Nov 1, 2018
.pre-commit-config.yaml [Lint] Update pre-commit linter versions May 3, 2019
.prettierignore [Lint] Format files with Prettier Oct 3, 2018
.prettierrc.yaml [Lint] Format files with Prettier Oct 3, 2018
.pylintrc Cleanup tox configuration Nov 2, 2018
.travis.yml Cleanup tox configuration Nov 2, 2018
AUTHORS Update author name as per request Aug 17, 2015
CHANGELOG.md Cleanup and use markdown for source text files Oct 16, 2018
DEPENDS.md [Dependency] Remove bundled rencode Nov 2, 2018
LICENSE Update LICENSE in trunk too.. Apr 6, 2009
MANIFEST.in Fix sdist missing test files Oct 16, 2018
README.md Cleanup and use markdown for source text files Oct 16, 2018
appveyor.yml [Lint] Bump prettier version to 1.15.2 Nov 16, 2018
gen_web_gettext.py [Lint] Use Black to auto-format code Oct 3, 2018
generate_pot.py [GTK] Fixup translation strings Oct 21, 2018
minify_web_js.py Update javascript minifying script Oct 16, 2018
msgfmt.py [Lint] Use Black to auto-format code Oct 3, 2018
pyproject.toml [Tests] Remove slimit dependency Oct 8, 2018
requirements-dev.txt [Lint] Exclude js and css from EOF fixer Oct 5, 2018
requirements-docs.txt [Docs] Fix recommonmark monkey patch and pin version Mar 29, 2019
requirements-tests.txt Cleanup tox configuration Nov 2, 2018
requirements.txt [Packaging] Fix deps for win32 Nov 12, 2018
setup.cfg [Lint] Update pre-commit linter versions May 3, 2019
setup.py [Packaging] Fix deps for win32 Nov 12, 2018
tox.ini [Tox] Pin pip version to fix PEP517 issues May 3, 2019
version.py [Lint] Use Black to auto-format code Oct 3, 2018

README.md

Deluge BitTorrent Client

build-status docs-status

Deluge is a BitTorrent client that utilizes a daemon/client model. There are various user interfaces available for Deluge such as the GTK-UI, the Web-UI and a Console-UI. Deluge uses libtorrent in it's backend to handle the BitTorrent protocol.

Installation

Instruction for installing from source code. See DEPENDS for build and runtime dependencies. Further details on the wiki: Installing/Source.

python setup.py build
python setup.py install

Usage

There are various user-interfaces and a daemon for Deluge that can be used as follows:

  • Gtk

    deluge or deluge-gtk

  • Console

    deluge-console

  • Web

    deluge-web

    Go to http://localhost:8112 and use default password deluge.

  • Daemon

    deluged

    See Thinclient guide for connecting to the daemon from another machine.

Contact/Support

You can’t perform that action at this time.