Deluge

Deluge是一款轻量级、自由软件、跨平台的BitTorrent客户端。(Deluge is a lightweight, Free Software, cross-platform BitTorrent client.)

Github星跟踪图

Deluge BitTorrent客户端

Deluge是一个使用a的BitTorrent客户端 守护进程/客户端模型。有各种用户界面可供使用 Deluge,如GTK-UI,Web-UI和Console-UI。 Deluge使用 libtorrent在它的后端处理BitTorrent协议。

安装

从源代码安装说明。请参阅 DEPENDS 构建和运行时依赖性。关于维基的更多细节: 安装/来源

python setup.py build
python setup.py install

用法

Deluge有各种用户界面和守护进程可以用作如下:

  • Gtk
    • GTK deluge 或 deluge-gtk
  • 控制台
    • deluge-console
  • Web
  • 守护程序
    • deluged
    • 请参阅 瘦客户端指南,以便从其他计算机连接到该守护程序。

联系/支持

主要指标

概览
名称与所有者deluge-torrent/deluge
主编程语言Python
编程语言Python (语言数: 6)
平台Linux, Mac, Windows
许可证Other
所有者活动
创建于2014-02-20 05:04:35
推送于2025-04-28 21:40:11
最后一次提交2025-04-28 22:33:22
发布数84
最新版本名称deluge-2.2.0 (发布于 2025-04-28 22:31:06)
第一版名称deluge-0.5.0 (发布于 )
用户参与
星数1.7k
关注者数66
派生数354
提交数9.1k
已启用问题?
问题数0
打开的问题数0
拉请求数89
打开的拉请求数30
关闭的拉请求数366
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

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
a Console-UI. It uses libtorrent at it's core to handle the BitTorrent
protocol.

Install

From PyPi:

pip install deluge

From source code:

python setup.py build
python setup.py install

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