Automic VaultAutomic Vault

brew

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

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install xxhash

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install xxhash

MacPorts ports tree · devel/xxhash/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add xxhash

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

Debian aptverifiziert · 92%
sudo apt install xxhash

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

Fedora dnfverifiziert · 92%
sudo dnf install xxhash

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

Nixverifiziert · 92%
nix profile install nixpkgs#xxhash

nixpkgs package indexes · pkgs/by-name/xx/xxhash/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S xxhash

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

openSUSE zypperverifiziert · 92%
sudo zypper install xxhash

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

Windows

Scoopverifiziert · 92%
scoop install main/xxhash

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

Überblick

Paketzusammenfassung

Extremely fast non-cryptographic hash algorithm

Befehle und Aliase

  • xxh128sum
  • xxh32sum
  • xxh3sum
  • xxh64sum
  • xxhsum

Verlauf

Projektgeschichte und Nutzung

xxHash is Yann Collet's family of extremely fast, non-cryptographic hash algorithms and a reference C implementation with the xxhsum command-line tool. In package-manager terms it is both a developer library and a checksum utility for cases where speed, stable output, and good distribution properties matter more than cryptographic security.

Projektgeschichte

The project was created by Yann Collet, also known for LZ4, around the need for hashes that could keep up with memory bandwidth. Its own documentation describes xxHash as processing at RAM-speed limits, portable across endianness, and producing identical results on all platforms.

The original family centered on XXH32 and XXH64, giving 32-bit and 64-bit outputs using ordinary integer arithmetic. Later releases added XXH3, a vectorized design with 64-bit and 128-bit variants that was introduced experimentally and stabilized in v0.8.0.

The command-line side grew alongside the library. xxhsum provides checksum generation and verification in the style of cksum or sha utilities, while symlinked helper names such as xxh32sum, xxh64sum, xxh3sum, and xxh128sum expose the algorithm choices as separate package binaries.

Adoptionsgeschichte

xxHash spread because it filled a very common systems niche: fast checksums for hash tables, content indexing, compression frames, databases, caches, backup tools, file-transfer workflows, and test suites where cryptographic hashes are unnecessary overhead.

The project's README emphasizes SMHasher and extended collision/speed testing, helping adoption by giving packagers and downstream developers a compact, portable C implementation with visible quality checks. The xxhash.com reference-usage page and language bindings further show adoption across multiple runtimes.

A notable ecosystem link is LZ4: xxHash is used as a checksum in the LZ4 frame format, reinforcing its identity as infrastructure for compression and high-throughput data plumbing.

Wie es verwendet wird

Developers link libxxhash or include the single-file implementation to compute stable non-cryptographic hashes in performance-sensitive code. Typical use cases include deduplication hints, cache keys, integrity checks inside trusted pipelines, sharding, chunk fingerprints, and quick comparison of large byte streams.

CLI users run xxhsum or one of the algorithm-specific sum commands to generate and check hashes for files. The important operational caveat is that xxHash is not a cryptographic hash and should not be used for password storage, signatures, HMAC-style security decisions, or adversarial tamper resistance.

Warum Paket-Nerds sich dafür interessieren

xxHash is the kind of small C library that quietly becomes plumbing. Package nerds care because it ships a stable ABI-facing library, pkg-config metadata, a family of checksum commands, and many downstream language bindings while still staying close to a reference implementation.

It also illustrates a packaging distinction users often miss: checksum tools are not automatically security tools. Installing xxhash gives a fast file-fingerprinting utility, not a replacement for SHA-256 or BLAKE2 in hostile environments.

Zeitleiste

  • 2010s: Yann Collet develops xxHash as a very fast non-cryptographic hash family, initially centered on XXH32 and XXH64.
  • 2010s: xxHash becomes associated with high-speed compression and data-processing tooling, including LZ4 frame checksums.
  • 2020-07-27: xxHash v0.8.0 stabilizes XXH3, including stable 64-bit and 128-bit output values for storage and interchange.
  • 2020s: The project documents XXH32, XXH64, XXH3_64bits, and XXH3_128bits as the main algorithm flavors and continues shipping xxhsum plus algorithm-specific helper commands.

Related projects

  • LZ4 is a closely related Yann Collet compression project and a prominent user of xxHash checksums.
  • SMHasher is the hash-function quality test suite cited by xxHash for collision, dispersion, and randomness testing.
  • CityHash, MurmurHash, SpookyHash, SipHash, FNV, BLAKE2, SHA-1, and MD5 appear in xxHash benchmark comparisons as neighboring hash families with different performance/security tradeoffs.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 8 Plattformziele verfügbar.
  • 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
xxh128sumcliglobales Executable
xxh32sumcliglobales Executable
xxh3sumcliglobales Executable
xxh64sumcliglobales Executable
xxhsumcliglobales 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-Version0.8.3
Manager aktualisiert
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv0.8.3

https://github.com/Cyan4973/xxHash

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

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:xxhash
Version0.8.3
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/xxhash
Homepagehttps://xxhash.com
Repositoryhttps://github.com/Cyan4973/xxHash
Upstream-Dokumentationhttps://github.com/Cyan4973/xxHash#readme
LizenzBSD-2-Clause AND GPL-2.0-or-later
Quellarchivhttps://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.3.tar.gz
Build-Abhängigkeitencmake
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namexxhash
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

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

Debian apt95%

libxxhash-dev 0.8.3-2

header files and a static library for libxxhash

https://cyan4973.github.io/xxHash

sudo apt install libxxhash-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: xxhash
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Xxhash
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libxxhash-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libxxhash0 0.8.3-2

shared library for xxhash

https://cyan4973.github.io/xxHash

sudo apt install libxxhash0
  • Section: libs
  • Architecture: amd64
  • Source Package: xxhash
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Xxhash
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libxxhash0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

xxhash 0.8.3-2

Extremely fast hash algorithm

https://cyan4973.github.io/xxHash

sudo apt install xxhash
  • Section: utils
  • Architecture: amd64
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Xxhash
Debian stable package indexes · deb.debian.org · Debian stable package indexes: xxhash from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

xxhash

nix profile install nixpkgs#xxhash
  • normalized package name match
  • Abgeglichen nach: Xxhash
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/xx/xxhash/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libxxhash-dev 0.8.2-2build1

header files and a static library for libxxhash

https://cyan4973.github.io/xxHash

sudo apt install libxxhash-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: xxhash
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Xxhash
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libxxhash-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libxxhash0 0.8.2-2build1

shared library for xxhash

https://cyan4973.github.io/xxHash

sudo apt install libxxhash0
  • Section: libs
  • Architecture: amd64
  • Source Package: xxhash
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Xxhash
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libxxhash0 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

xxhash 0.8.2-2build1

Extremely fast hash algorithm

https://cyan4973.github.io/xxHash

sudo apt install xxhash
  • Section: universe/utils
  • Architecture: amd64
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Xxhash
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: xxhash from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

libxxhash 0.8.3-r1

Extremely fast non-cryptographic hash algorithm (libraries)

https://cyan4973.github.io/xxHash/

sudo apk add libxxhash
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: xxhash
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Xxhash
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libxxhash from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

xxhash 0.8.3-r1

Extremely fast non-cryptographic hash algorithm

https://cyan4973.github.io/xxHash/

sudo apk add xxhash
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: xxhash
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Xxhash
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: xxhash from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

xxhash-dev 0.8.3-r1

Extremely fast non-cryptographic hash algorithm (development files)

https://cyan4973.github.io/xxHash/

sudo apk add xxhash-dev
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: xxhash
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Xxhash
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: xxhash-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

xxhash-doc 0.8.3-r1

Extremely fast non-cryptographic hash algorithm (documentation)

https://cyan4973.github.io/xxHash/

sudo apk add xxhash-doc
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: xxhash
  • normalized package name match
  • Abgeglichen nach: Xxhash
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: xxhash-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

xxhash-static 0.8.3-r1

Extremely fast non-cryptographic hash algorithm (static library)

https://cyan4973.github.io/xxHash/

sudo apk add xxhash-static
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: xxhash
  • normalized package name match
  • Abgeglichen nach: Xxhash
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: xxhash-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

xxhash 0.8.3-4.fc44

Extremely fast hash algorithm

https://www.xxhash.com/

sudo dnf install xxhash
  • License: BSD-2-Clause AND GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: xxhash
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Xxhash
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: xxhash from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

xxhash-devel 0.8.3-4.fc44

Extremely fast hash algorithm - development files

https://www.xxhash.com/

sudo dnf install xxhash-devel
  • License: BSD-2-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: xxhash
  • 3 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Xxhash
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: xxhash-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

xxhash-doc 0.8.3-4.fc44

Extremely fast hash algorithm - documentation files

https://www.xxhash.com/

sudo dnf install xxhash-doc
  • License: BSD-2-Clause
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: xxhash
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Xxhash
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: xxhash-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

xxhash-libs 0.8.3-4.fc44

Extremely fast hash algorithm - library

https://www.xxhash.com/

sudo dnf install xxhash-libs
  • License: BSD-2-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: xxhash
  • 2 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Xxhash
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: xxhash-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-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