Automic VaultAutomic Vault

brew

zstd を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget でインストール

zstd のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install zstd

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install zstd

MacPorts ports tree · archivers/zstd/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add zstd

Alpine Linux edge package indexes · zstd · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install zstd

Debian stable package indexes · zstd · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install zstd

Fedora Rawhide package metadata · zstd · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#zstd

nixpkgs package indexes · zstd · ソース: raw.githubusercontent.com

Arch Linux pacman確認済み · 92%
sudo pacman -S zstd

Arch Linux sync databases · zstd · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install zstd

openSUSE Tumbleweed package metadata · zstd · ソース: download.opensuse.org

Windows

Scoop確認済み · 92%
scoop install main/zstd

Scoop official bucket manifest trees · bucket/zstd.json · ソース: api.github.com

Windows Package Manager確認済み · 92%
winget install --id Meta.Zstandard -e

Windows Package Manager source index · Meta.Zstandard · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

Zstandard is a real-time compression algorithm

コマンドとエイリアス

  • pzstd
  • unzstd
  • zstd
  • zstdcat
  • zstdgrep
  • zstdless
  • zstdmt

履歴

プロジェクトの歴史と使われ方

Zstandard, usually packaged as zstd, is Meta's fast general-purpose lossless compression format, C library, and command-line tool. It targets zlib-class compression ratios with much faster compression and decompression, plus tunable levels and dictionary training.

プロジェクトの歴史

Zstandard was developed at Facebook by Yann Collet and collaborators as a modern successor in the design space occupied by Deflate, gzip, zlib, lz4, and xz. Meta announced Zstandard 1.0 on 2016-08-31, describing it as a compression algorithm and implementation designed for modern CPUs, high decompression speed, and a broad range of lossless-compression scenarios.

The reference implementation lives in the facebook/zstd repository as a C library and CLI. The README describes a stable format, the libzstd API, the zstd command-line utility, support for producing and decoding .zst plus compatibility with .gz, .xz, and .lz4 files, and a list of ports and bindings for other languages.

The format moved from a popular open-source implementation into a documented Internet format. RFC 8878 describes Zstandard compression and registers the application/zstd media type, content encoding, and structured syntax suffix for transporting zstd-compressed content.

採用の歴史

zstd spread because it hit a package-maintainer sweet spot: faster decompression than gzip-class tools, better ratio than many fast compressors, a stable file format, and a normal Unix CLI. That combination made it attractive for source archives, package payloads, container layers, log compression, backup streams, and embedded compression inside larger systems.

Filesystem adoption gave zstd particular visibility among system users. Btrfs documentation records ZSTD support since Linux 4.14 alongside ZLIB and LZO, and Meta engineering later wrote about transparent zstd compression in Btrfs as a way to improve storage efficiency without a noticeable performance drop in its environment.

The project stayed active rather than freezing at the format layer. The changelog shows continuing work through the 1.5.x series and a 1.6.0 entry in Dec 2025, including CLI, API, build-system, portability, and performance improvements.

使われ方

The package gives users commands such as zstd, unzstd, zstdcat, zstdgrep, zstdless, pzstd, and zstdmt. Common shell usage mirrors gzip-style workflows: compress a file or stream to .zst, decompress with unzstd or zstd -d, pipe through zstdcat, and tune level or --fast modes for speed/ratio trade-offs.

For developers, libzstd exposes one-shot compression/decompression, reusable contexts, streaming APIs, dictionaries, frame inspection, and advanced experimental APIs. The README also documents dictionary training with zstd --train for small repeated records, a major reason zstd appears in data stores and network protocols rather than only in file archivers.

パッケージ好きにとっての重要性

zstd is one of the rare compression packages that matters at every packaging layer: as a user-facing CLI, a shared library dependency, an archive format, a filesystem compressor, and a performance knob inside build and distribution infrastructure.

For package nerds it is also a case study in successful infrastructure standardization: a vendor-originated tool became a stable RFC-described format with independent implementations, many bindings, and broad distribution support while retaining the boring Unix ergonomics expected from gzip-era tools.

タイムライン

  • 2016-08-31: Facebook announced Zstandard 1.0.
  • 2017: ZSTD support entered Btrfs documentation as available since Linux 4.14.
  • 2018-12-19: Meta engineering published notes on large-scale storage improvements with Zstandard.
  • 2021: RFC 8878 documented the Zstandard format and application/zstd media type.
  • 2025-02: zstd 1.5.7 changelog entry records CLI, API, performance, and portability work.
  • 2025-12: zstd 1.6.0 changelog entry records legacy-format support disabled by default.

Related projects

  • Related projects include zlib, gzip, Deflate, lz4, xz, Brotli, Finite State Entropy, Huff0, Btrfs, SquashFS, libarchive-style tooling, and language bindings listed from the Zstandard homepage.

セキュリティ状態

リスクレベル: blue

broad file, network, media, or database tool signal.

リスク分類器

リスク blue · 信頼度 中 · tool

理由

  • broad file, network, media, or database tool signal

信号

  • text:compress

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 8 個のプラットフォームターゲットで利用できます。
  • 2 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
pzstdcliグローバル実行可能ファイル
unzstdcliグローバル実行可能ファイル
zstdcliグローバル実行可能ファイル
zstdcatcliグローバル実行可能ファイル
zstdgrepcliグローバル実行可能ファイル
zstdlesscliグローバル実行可能ファイル
zstdmtcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版1.5.7
マネージャ更新日
ローカルデータOK
上流最新
検出された最新v1.5.7

https://github.com/facebook/zstd

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:zstd
バージョン1.5.7
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/zstd
ホームページhttps://facebook.github.io/zstd/
リポジトリhttps://github.com/facebook/zstd
上流ドキュメントhttps://facebook.github.io/zstd
ライセンス(BSD-3-Clause OR GPL-2.0-only) AND BSD-2-Clause AND MIT
ソースアーカイブhttps://github.com/facebook/zstd/archive/refs/tags/v1.5.7.tar.gz
依存関係lz4, xz
ビルド依存関係cmake
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namezstd
Aliases
  • pzstd
Version Scheme0
Revision1
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

zstd 1.5.7+dfsg-1

fast lossless compression algorithm -- CLI tool

https://github.com/facebook/zstd

sudo apt install zstd
  • Section: utils
  • Architecture: amd64
  • Source Package: libzstd
  • 6 依存関係
  • normalized package name match
  • 一致条件: Zstd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: zstd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

zstd

nix profile install nixpkgs#zstd
  • normalized package name match
  • 一致条件: Zstd
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: zstd from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

zstd 1.5.5+dfsg2-2build1

fast lossless compression algorithm -- CLI tool

https://github.com/facebook/zstd

sudo apt install zstd
  • Section: utils
  • Architecture: amd64
  • Source Package: libzstd
  • 6 依存関係
  • normalized package name match
  • 一致条件: Zstd
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: zstd from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

zstd 1.5.7-r2

Zstandard - Fast real-time compression algorithm

https://facebook.github.io/zstd/

sudo apk add zstd
  • License: BSD-3-Clause OR GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: zstd
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Zstd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zstd from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

zstd-dev 1.5.7-r2

Zstandard - Fast real-time compression algorithm (development files)

https://facebook.github.io/zstd/

sudo apk add zstd-dev
  • License: BSD-3-Clause OR GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: zstd
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Zstd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zstd-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

zstd-doc 1.5.7-r2

Zstandard - Fast real-time compression algorithm (documentation)

https://facebook.github.io/zstd/

sudo apk add zstd-doc
  • License: BSD-3-Clause OR GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: zstd
  • normalized package name match
  • 一致条件: Zstd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zstd-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

zstd-frugal 1.5.7-r2

Zstandard - Fast real-time compression algorithm (frugal cli)

https://facebook.github.io/zstd/

sudo apk add zstd-frugal
  • License: BSD-3-Clause OR GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: zstd
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Zstd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zstd-frugal from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

zstd-libs 1.5.7-r2

Zstandard - Fast real-time compression algorithm (libraries)

https://facebook.github.io/zstd/

sudo apk add zstd-libs
  • License: BSD-3-Clause OR GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: zstd
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Zstd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zstd-libs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

zstd-static 1.5.7-r2

Zstandard - Fast real-time compression algorithm (static library)

https://facebook.github.io/zstd/

sudo apk add zstd-static
  • License: BSD-3-Clause OR GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: zstd
  • normalized package name match
  • 一致条件: Zstd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zstd-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

libzstd 1.5.7-5.fc44

Zstd shared library

https://github.com/facebook/zstd

sudo dnf install libzstd
  • License: BSD-3-Clause OR GPL-2.0-only
  • Category: Unspecified
  • Architecture: i686
  • Source Package: zstd
  • 2 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Zstd
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libzstd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

libzstd-devel 1.5.7-5.fc44

Header files for Zstd library

https://github.com/facebook/zstd

sudo dnf install libzstd-devel
  • License: BSD-3-Clause OR GPL-2.0-only
  • Category: Unspecified
  • Architecture: i686
  • Source Package: zstd
  • 4 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Zstd
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libzstd-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

libzstd-static 1.5.7-5.fc44

Static variant of the Zstd library

https://github.com/facebook/zstd

sudo dnf install libzstd-static
  • License: BSD-3-Clause OR GPL-2.0-only
  • Category: Unspecified
  • Architecture: i686
  • Source Package: zstd
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Zstd
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libzstd-static from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

zstd 1.5.7-5.fc44

Zstd compression library

https://github.com/facebook/zstd

sudo dnf install zstd
  • License: BSD-3-Clause OR GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: zstd
  • 6 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Zstd
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: zstd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

zstd 1.5.7-3

Zstandard - Fast real-time compression algorithm

https://facebook.github.io/zstd/

sudo pacman -S zstd
  • License: BSD-3-Clause AND GPL-2.0-only
  • Architecture: x86_64
  • 6 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Zstd
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: zstd from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz
zypper95%

libzstd-devel 1.5.7-4.2

Development files for the Zstd compression library

https://github.com/facebook/zstd

sudo zypper install libzstd-devel
  • License: BSD-3-Clause AND GPL-2.0-only
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: zstd
  • 3 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Zstd
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libzstd-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libzstd-devel-32bit 1.5.7-4.2

Development files for the Zstd compression library

https://github.com/facebook/zstd

sudo zypper install libzstd-devel-32bit
  • License: BSD-3-Clause AND GPL-2.0-only
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: zstd
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Zstd
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libzstd-devel-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment