macOS
brew install zsynclocal Homebrew formula metadata
sudo port install zsyncMacPorts ports tree · net/zsync/Portfile · source: api.github.com
brew
File transfer program. Version 0.7.2 via Homebrew; verified 2026-07-01.
install
brew install zsynclocal Homebrew formula metadata
sudo port install zsyncMacPorts ports tree · net/zsync/Portfile · source: api.github.com
sudo apt install zsyncDebian stable package indexes · zsync · source: deb.debian.org
sudo dnf install zsyncFedora Rawhide package metadata · zsync · source: dl.fedoraproject.org
nix profile install nixpkgs#zsyncnixpkgs package indexes · pkgs/by-name/zs/zsync/package.nix · source: api.github.com
sudo pacman -S zsyncArch Linux sync databases · zsync · source: geo.mirror.pkgbuild.com
sudo zypper install zsyncopenSUSE Tumbleweed package metadata · zsync · source: download.opensuse.org
overview
File transfer program
history
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.
security posture
No matching local secret-handling manifest was found for zsync. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
zsync | cli | global executable | |
zsyncmake | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:zsync |
|---|---|
| Version | 0.7.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/zsync |
| Homepage | https://zsync.moria.org.uk/ |
| Repository | https://github.com/cph6/zsync |
| Upstream docs | https://zsync.moria.org.uk/ |
| License | Artistic-2.0 |
| Source archive | https://zsync.moria.org.uk/download/zsync-0.7.2.tar.gz |
| Last updated | 2026-07-01T13:45:01Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | zsync |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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.4-1.fc45
a file transfer program using the same algorithm as rsync over HTTP
sudo dnf install zsynczsync 0.6.4-1
A file transfer program that's able to connect to rsync servers
sudo pacman -S zsynczsync 0.6.3-1.3
Client-side Implementation of the Rsync Algorithm over HTTP
sudo zypper install zsynczsync
sudo port install zsyncsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.