macOS
brew install zchunklocal Homebrew formula metadata
brew
zchunk のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install zchunklocal Homebrew formula metadata
sudo apt install zchunkDebian stable package indexes · zchunk · ソース: deb.debian.org
sudo dnf install zchunkFedora Rawhide package metadata · zchunk · ソース: dl.fedoraproject.org
nix profile install nixpkgs#zchunknixpkgs package indexes · pkgs/by-name/zc/zchunk/package.nix · ソース: api.github.com
sudo pacman -S zchunkArch Linux sync databases · zchunk · ソース: geo.mirror.pkgbuild.com
sudo zypper install zchunkopenSUSE Tumbleweed package metadata · zchunk · ソース: download.opensuse.org
概要
Compressed file format for efficient deltas
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
unzck | cli | グローバル実行可能ファイル | |
zck | cli | グローバル実行可能ファイル | |
zck_delta_size | cli | グローバル実行可能ファイル | |
zck_gen_zdict | cli | グローバル実行可能ファイル | |
zck_read_header | cli | グローバル実行可能ファイル | |
zckdl | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/zchunk/zchunk
インストールメタデータ
| パッケージキー | brew:zchunk |
|---|---|
| バージョン | 1.5.3 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/zchunk |
| ホームページ | https://github.com/zchunk/zchunk |
| リポジトリ | https://github.com/zchunk/zchunk |
| 上流ドキュメント | https://github.com/zchunk/zchunk#readme |
| ライセンス | BSD-2-Clause |
| ソースアーカイブ | https://github.com/zchunk/zchunk/archive/refs/tags/1.5.3.tar.gz |
| 最終更新 | 2026-06-19T13:24:57Z |
| Pulse | updated |
| 依存関係 | openssl@4, zstd |
| ビルド依存関係 | argp-standalone, meson, ninja, pkgconf |
| macOS 提供ライブラリ | curl |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 zchunkソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.