github zerx-lab/FluxDown cli-v0.2.5-rc.6
FluxDown CLI v0.2.5-rc.6

pre-releaseone month ago

0.2.5-rc.6 - 2026-07-30

⚠️ 注意事项

  • BitTorrent 任务下载完成后,现在默认会继续做种(原先完成即释放);默认不设做种上限,需要自动停止请自行设置分享率、做种时长或空闲时间等限制,否则任务会持续做种、占用上传带宽直至手动停止

🚀 新功能

  • BitTorrent 任务支持下载完成后自动做种:可按总分享率、做种后分享率、做种时长、空闲时长四类条件(可组合)设定达标动作——停止做种、停止并删除任务、或删除任务和文件;做种累计时长跨重启/暂停不丢失
  • 新增任务级与队列级上传限速;queue 列表现在同时展示下载与上传速率

🐛 问题修复

  • 修复部分链接经跳转后丢失原始扩展名,导致下载文件后缀被误判的问题(如归档类直链)
  • 修复删除 BitTorrent 任务与做种注册之间的竞态,避免删除后残留占用做种资源的幽灵任务

0.2.5-rc.6 - 2026-07-30

⚠️ Notes

  • BitTorrent tasks now keep seeding by default after the download finishes (previously the torrent was released immediately on completion). No seeding limits are enabled by default, so tasks will seed indefinitely and consume upload bandwidth until stopped manually — set a share ratio, seeding duration, or inactivity limit if you want automatic stopping

🚀 Features

  • BitTorrent tasks can now auto-seed after completion: choose from four combinable stop conditions (total share ratio, post-completion share ratio, seeding duration, inactivity duration), each with an action — stop seeding, stop and delete the task, or delete the task and its files. Accumulated seeding time now survives restarts and pauses
  • Added per-task and per-queue upload speed limits; the queue list now shows both download and upload rates

🐛 Bug Fixes

  • Fixed downloaded files getting the wrong extension when a link redirects and the original extension was lost (e.g. archive links)
  • Fixed a race between deleting a BitTorrent task and registering it for seeding that could leave behind a ghost task still holding seeding resources

📦 下载预编译二进制

平台 资产
Windows x64 / ARM64 FluxDown-CLI-0.2.5-rc.6-windows-{x64,arm64}.zip
macOS Intel / Apple Silicon FluxDown-CLI-0.2.5-rc.6-macos-{x64,arm64}.tar.gz
Linux x64 / ARM64(musl 静态链接,任意发行版可用) FluxDown-CLI-0.2.5-rc.6-linux-{x64,arm64}.tar.gz

解压后得到 fluxdown(Windows 为 fluxdown.exe),放入 PATH 即可使用。文件校验见 SHA256SUMS.txt

🛠️ 从源码安装

cargo install --git https://github.com/zerx-lab/FluxDown fluxdown_cli

🚀 快速开始

fluxdown ping                         # 探活(需 FluxDown App / server 运行中)
fluxdown add https://example.com/f.zip
fluxdown ls

服务地址经 --urlFLUXDOWN_URL(默认 http://127.0.0.1:17800),
管理 token 经 --tokenFLUXDOWN_TOKEN

Don't miss a new FluxDown release

NewReleases is sending notifications on new releases.