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

pre-release4 days ago

CLI Release v0.4.8-rc.6 - 2026-09-06

🐛 问题修复

  • 修复部分厂商 OTA 分发链路(如 OPPO/一加)返回的下载链接被错误拒绝的问题:这些服务器会把字符集信息误填进 Content-Encoding 响应头,此前会被当作不支持的压缩格式而直接失败,现在能正常识别并下载
  • macOS / Linux 下自动探测通过 Homebrew 安装的 ffmpeg、yt-dlp:此前在某些运行环境中,即使已安装这两个组件也可能因为未被识别而需要手动填写绝对路径,现在会在常见安装目录(/opt/homebrew/bin/usr/local/bin 等)中自动回退查找

CLI Release v0.4.8-rc.6 - 2026-09-06

🐛 Bug Fixes

  • Fixed downloads being rejected on some OTA firmware CDNs (e.g. OPPO/OnePlus): these servers mislabel the charset in the Content-Encoding response header, which was previously treated as an unsupported compression format and caused the download to fail outright; it is now recognized and handled correctly
  • ffmpeg and yt-dlp installed via Homebrew are now auto-detected on macOS/Linux: previously, some environments failed to find these tools even when installed, requiring a manually configured absolute path; the CLI now falls back to checking common install locations (/opt/homebrew/bin, /usr/local/bin, etc.)

📦 下载预编译二进制

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