Automic VaultAutomic Vault

brew

zstd mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für zstd in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install zstd

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install zstd

MacPorts ports tree · archivers/zstd/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add zstd

Alpine Linux edge package indexes · zstd · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install zstd

Debian stable package indexes · zstd · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install zstd

Fedora Rawhide package metadata · zstd · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#zstd

nixpkgs package indexes · zstd · Quelle: raw.githubusercontent.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S zstd

Arch Linux sync databases · zstd · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install zstd

openSUSE Tumbleweed package metadata · zstd · Quelle: download.opensuse.org

Windows

Scoopverifiziert · 92%
scoop install main/zstd

Scoop official bucket manifest trees · bucket/zstd.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id Meta.Zstandard -e

Windows Package Manager source index · Meta.Zstandard · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Zstandard is a real-time compression algorithm

Befehle und Aliase

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

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 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.

Sicherheitslage

Risikostufe: blue

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

Risikoklassifikator

blue Risiko · mittel Konfidenz · tool

Warum

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

Signale

  • text:compress

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 8 Plattformziele verfügbar.
  • Installiert mit 2 Laufzeitabhängigkeiten.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
pzstdcliglobales Executable
unzstdcliglobales Executable
zstdcliglobales Executable
zstdcatcliglobales Executable
zstdgrepcliglobales Executable
zstdlesscliglobales Executable
zstdmtcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-10
Manager-Version1.5.7
Manager aktualisiert
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv1.5.7

https://github.com/facebook/zstd

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:zstd
Version1.5.7
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/zstd
Homepagehttps://facebook.github.io/zstd/
Repositoryhttps://github.com/facebook/zstd
Upstream-Dokumentationhttps://facebook.github.io/zstd
Lizenz(BSD-3-Clause OR GPL-2.0-only) AND BSD-2-Clause AND MIT
Quellarchivhttps://github.com/facebook/zstd/archive/refs/tags/v1.5.7.tar.gz
Abhängigkeitenlz4, xz
Build-Abhängigkeitencmake
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

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

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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