Skip to content

cas--/Deluge

This branch is 4 commits behind deluge-torrent/deluge:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e83f6b8 · Feb 18, 2025
Aug 24, 2024
Feb 18, 2025
Sep 8, 2024
Aug 24, 2024
Jan 26, 2022
Jul 15, 2024
Sep 8, 2024
Oct 3, 2018
Oct 3, 2018
Dec 28, 2021
Sep 18, 2023
Sep 21, 2021
Sep 10, 2024
Aug 26, 2024
Apr 6, 2009
Nov 23, 2021
Feb 15, 2022
Sep 8, 2024
Sep 8, 2024
Feb 24, 2023
Dec 29, 2021
Sep 8, 2024
Sep 8, 2024
Feb 18, 2025
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024
Dec 29, 2021

Repository files navigation

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

About

Mirror of official deluge repo at http://git.deluge-torrent.org (one way sync)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 75.6%
  • JavaScript 15.3%
  • CSS 8.3%
  • Other 0.8%