macOS
brew install zchunklocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de zchunk pour les workflows d'agents IA.
installation
brew install zchunklocal Homebrew formula metadata
sudo apt install zchunkDebian stable package indexes · zchunk · Source: deb.debian.org
sudo dnf install zchunkFedora Rawhide package metadata · zchunk · Source: dl.fedoraproject.org
nix profile install nixpkgs#zchunknixpkgs package indexes · pkgs/by-name/zc/zchunk/package.nix · Source: api.github.com
sudo pacman -S zchunkArch Linux sync databases · zchunk · Source: geo.mirror.pkgbuild.com
sudo zypper install zchunkopenSUSE Tumbleweed package metadata · zchunk · Source: download.opensuse.org
aperçu
Compressed file format for efficient deltas
historique
zchunk is Jonathan Dieter's delta-friendly compressed file format and tool suite. It splits compressed data into independently verified chunks so clients can reuse old chunks and fetch only changed ranges from ordinary HTTP servers.
Dieter introduced zchunk publicly in April 2018 as a new format influenced by zsync and casync but aimed at avoiding their weaknesses for update metadata. The core idea was to keep reasonable compression while making deltas practical with standard HTTP range requests, zstd-compressed chunks, and strong per-chunk checksums.
The format's motivating use case was Fedora repository metadata. Dieter explained that Fedora update checks repeatedly downloaded large metadata files even when most records were unchanged. zchunk answered that by storing chunk metadata in the file header, comparing it with an older local copy, and downloading only the missing chunks needed to reconstruct the new file byte-for-byte.
The upstream README later marked the API and ABI stable as of zchunk 1.0, with future changes limited to backward-compatible additions. That stability mattered because zchunk was not just a standalone compression command; it had to be embedded into repository metadata generation and package-update clients.
Fedora drove zchunk's most visible adoption. The Fedora 30 change proposal made zchunk metadata a system-wide change, with repository metadata compressed in zchunk alongside older formats and support work across dnf, libdnf, librepo, libsolv, and createrepo_c. Fedora expected regular dnf users to see substantially smaller metadata downloads, especially for daily update checks.
The practical adoption path was infrastructure-heavy rather than user-interface-heavy: repository generators had to produce .zck metadata, clients had to understand the format, and mirrors only needed to support normal HTTP range requests. That made zchunk a quiet package-management optimization rather than a user-facing archiver like gzip or xz.
The zchunk tools include zck for creating .zck files, unzck for decompression, zckdl for range-aware downloads against an older source copy, zck_read_header for inspecting headers, and dictionary tooling for repeated data. Users creating update metadata or other frequently changing structured files choose stable chunking and dictionaries so future versions maximize chunk reuse.
The best fit is content where each new version overlaps heavily with older versions: package repository metadata, catalogs, indexes, and other generated files. It is less about compressing a single archive once and more about minimizing repeated downloads over time.
zchunk is especially significant to package nerds because it moved compression from a generic file-size problem into the package-manager update loop. It shows how a small format and CLI can reshape bandwidth behavior across an entire distribution when integrated into metadata generation and dependency-resolution clients.
It also sits at a neat boundary between compression formats, rsync-like delta thinking, and package infrastructure: boring to end users when it works, deeply interesting to anyone who watches mirrors, metadata churn, and update clients.
posture de sécurité
broad file, network, media, or database tool signal.
risque blue · confiance moyen · tool
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
unzck | cli | exécutable global | |
zck | cli | exécutable global | |
zck_delta_size | cli | exécutable global | |
zck_gen_zdict | cli | exécutable global | |
zck_read_header | cli | exécutable global | |
zckdl | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/zchunk/zchunk
métadonnées d'installation
| Clé du paquet | brew:zchunk |
|---|---|
| Version | 1.5.3 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/zchunk |
| Page d'accueil | https://github.com/zchunk/zchunk |
| Dépôt | https://github.com/zchunk/zchunk |
| Docs amont | https://github.com/zchunk/zchunk#readme |
| Licence | BSD-2-Clause |
| Archive source | https://github.com/zchunk/zchunk/archive/refs/tags/1.5.3.tar.gz |
| Dernière mise à jour | 2026-06-19T13:24:57Z |
| Pulse | updated |
| Dépendances | openssl@4, zstd |
| Dépendances de compilation | argp-standalone, meson, ninja, pkgconf |
| Bibliothèques fournies par macOS | curl |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | zchunk |
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
libzck-dev 1.5.1+ds1-1
compress a file into independent chunks - development files
https://github.com/zchunk/zchunk
sudo apt install libzck-devlibzck1 1.5.1+ds1-1
compress a file into independent chunks - shared library
https://github.com/zchunk/zchunk
sudo apt install libzck1zchunk 1.5.1+ds1-1
compress a file into independent chunks
https://github.com/zchunk/zchunk
sudo apt install zchunkzchunk
nix profile install nixpkgs#zchunklibzck-dev 1.3.2+ds1-1build2
compress a file into independent chunks - development files
https://github.com/zchunk/zchunk
sudo apt install libzck-devlibzck1 1.3.2+ds1-1build2
compress a file into independent chunks - shared library
https://github.com/zchunk/zchunk
sudo apt install libzck1zchunk 1.3.2+ds1-1build2
compress a file into independent chunks
https://github.com/zchunk/zchunk
sudo apt install zchunkzchunk 1.5.1-4.fc44
Compressed file format that allows easy deltas
https://github.com/zchunk/zchunk
sudo dnf install zchunkzchunk-devel 1.5.1-4.fc44
Headers for building against zchunk
https://github.com/zchunk/zchunk
sudo dnf install zchunk-develzchunk-libs 1.5.1-4.fc44
Zchunk library
https://github.com/zchunk/zchunk
sudo dnf install zchunk-libszchunk 1.5.3-1
A file format designed for highly efficient deltas while maintaining good compression
https://github.com/zchunk/zchunk
sudo pacman -S zchunklibzck-devel 1.5.3-1.3
Headers for building against zchunk
https://github.com/zchunk/zchunk
sudo zypper install libzck-devellibzck1 1.5.3-1.3
Zchunk library
https://github.com/zchunk/zchunk
sudo zypper install libzck1zchunk 1.5.3-1.3
Compressed file format that allows easy deltas
https://github.com/zchunk/zchunk
sudo zypper install zchunkpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.