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-03-01 21:11:42
最后一次提交2022-07-10 13:20:41
發布數83
最新版本名稱deluge-2.1.2.dev0 (發布於 )
第一版名稱deluge-0.5.0 (發布於 )
用户参与
星數1.6k
關注者數66
派生數343
提交數9.1k
已啟用問題?
問題數0
打開的問題數0
拉請求數89
打開的拉請求數27
關閉的拉請求數360
项目设置
已啟用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