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

pre-releaseone month ago

[0.2.5-rc.3] - 2026-07-27

🚀 新功能

  • 新增 rss 命令组,可在命令行直接管理 RSS/Atom 订阅:rss add 添加订阅(支持指定队列、保存目录、抓取间隔、自动下载/仅收集模式、关键词包含或排除过滤),rss list 列出全部订阅及其抓取间隔、未读数与状态,rss rm 删除订阅,rss refresh 立即触发一次抓取而不必等下一个周期,rss items 查看某个订阅下的条目列表及其状态

[0.2.5-rc.3] - 2026-07-27

🚀 Features

  • Added an rss command group for managing RSS/Atom subscriptions directly from the CLI: rss add creates a subscription (with options for queue, save directory, fetch interval, auto-download vs. collect-only mode, and include/exclude keyword filters), rss list shows all subscriptions with their interval, unread count, and status, rss rm deletes a subscription, rss refresh triggers an immediate fetch without waiting for the next cycle, and rss items lists the items collected by a subscription along with their status

📦 下载预编译二进制

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