macOS
brew install zsynclocal Homebrew formula metadata
sudo port install zsyncMacPorts ports tree · net/zsync/Portfile · 来源: api.github.com
安装
brew install zsynclocal Homebrew formula metadata
sudo port install zsyncMacPorts ports tree · net/zsync/Portfile · 来源: api.github.com
sudo dnf install zsyncFedora Rawhide package metadata · zsync · 来源: dl.fedoraproject.org
nix profile install nixpkgs#zsyncnixpkgs package indexes · pkgs/by-name/zs/zsync/package.nix · 来源: api.github.com
sudo pacman -S zsyncArch Linux sync databases · zsync · 来源: geo.mirror.pkgbuild.com
sudo zypper install zsyncopenSUSE Tumbleweed package metadata · zsync · 来源: download.opensuse.org
概览
File transfer program
历史
zsync is a differential download tool that applies the rsync algorithm on the client side over ordinary HTTP. It lets users update a large local file by downloading only changed byte ranges from a web server that publishes a small .zsync metadata file.
Colin Phipps developed zsync to solve a distribution problem rather than a private synchronization problem. The original site contrasts it with rsync: rsync is designed for synchronizing data between machines, while zsync is aimed at distributing one file from a server to many downloaders without running a special server daemon.
The project was originally released in 2004. The technical paper describes the core idea as client-side rsync: the server performs one-off checksum precomputation into a control file, while each client uses HTTP range requests to fetch only missing content.
The 0.7 line is a rewrite of the program. The current site notes that it is less mature than the 0.6.x line, removed older look-inside-compressed-file support, and keeps development history in the GitHub repository.
zsync's best-known adoption niche is large-file distribution where many users already have yesterday's or last week's file: Linux installation images, daily builds, virtual-machine images, and other release artifacts. The server page explicitly calls out daily Linux installer or live images as a good fit.
The project never became a general directory-sync replacement, and its own documentation says multiple-file support is not planned. That boundary is part of its packaging identity: zsync is a small CLI for one-file HTTP distribution, with zsyncmake producing the metadata publishers need.
Publishers run zsyncmake against a target file to generate a .zsync control file containing the precomputed checksums and one or more URLs for the full content. The web server must make both the .zsync metadata and the full target available, and should support HTTP Range requests.
Users run zsync against the .zsync URL. The client scans existing local data, downloads only missing ranges from the target URL, and reconstructs the new file. The design is most effective when old and new files share content and when compression is piecewise or rsync-friendly.
zsync is package-nerd significant because it attacks bandwidth costs at the distribution layer using boring web hosting. It asks maintainers to publish one extra metadata file, not to operate rsync infrastructure or invent a new protocol.
It is also a good example of a package whose constraints matter as much as its feature list: single-file distribution, HTTP range behavior, stable target content, and compression choices all determine whether the package is magic or useless.
安全态势
没有找到 zsync 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
zsync | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
zsyncmake | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:zsync |
|---|---|
| 版本 | 0.7.2 |
| 软件包管理器 | Homebrew |
| 主页 | https://zsync.moria.org.uk/ |
| 仓库 | https://github.com/cph6/zsync |
| 最后更新 | 2026-07-25T21:51:00+02:00 |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
zsync 0.6.2-8
client-side implementation of the rsync algorithm
sudo apt install zsynczsync
nix profile install nixpkgs#zsynczsync 0.6.2-5build1
client-side implementation of the rsync algorithm
sudo apt install zsynczsync 0.6.5-2.fc45
a file transfer program using the same algorithm as rsync over HTTP
sudo dnf install zsynczsync 0.6.5-1
A file transfer program that's able to connect to rsync servers
sudo pacman -S zsynczsync 0.6.3-1.5
Client-side Implementation of the Rsync Algorithm over HTTP
sudo zypper install zsynczsync
sudo port install zsync来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.