macOS
brew install xxhashlocal Homebrew formula metadata
sudo port install xxhashMacPorts ports tree · devel/xxhash/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de xxhash pour les workflows d'agents IA.
installation
brew install xxhashlocal Homebrew formula metadata
sudo port install xxhashMacPorts ports tree · devel/xxhash/Portfile · Source: api.github.com
sudo apk add xxhashAlpine Linux edge package indexes · xxhash · Source: dl-cdn.alpinelinux.org
sudo apt install xxhashDebian stable package indexes · xxhash · Source: deb.debian.org
sudo dnf install xxhashFedora Rawhide package metadata · xxhash · Source: dl.fedoraproject.org
nix profile install nixpkgs#xxhashnixpkgs package indexes · pkgs/by-name/xx/xxhash/package.nix · Source: api.github.com
sudo pacman -S xxhashArch Linux sync databases · xxhash · Source: geo.mirror.pkgbuild.com
sudo zypper install xxhashopenSUSE Tumbleweed package metadata · xxhash · Source: download.opensuse.org
scoop install main/xxhashScoop official bucket manifest trees · bucket/xxhash.json · Source: api.github.com
aperçu
Extremely fast non-cryptographic hash algorithm
historique
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.
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.
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.
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.
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.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
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 |
|---|---|---|---|
xxh128sum | cli | exécutable global | |
xxh32sum | cli | exécutable global | |
xxh3sum | cli | exécutable global | |
xxh64sum | cli | exécutable global | |
xxhsum | 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/Cyan4973/xxHash
métadonnées d'installation
| Clé du paquet | brew:xxhash |
|---|---|
| Version | 0.8.3 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/xxhash |
| Page d'accueil | https://xxhash.com |
| Dépôt | https://github.com/Cyan4973/xxHash |
| Docs amont | https://github.com/Cyan4973/xxHash#readme |
| Licence | BSD-2-Clause AND GPL-2.0-or-later |
| Archive source | https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.3.tar.gz |
| Dépendances de compilation | cmake |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, 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 | xxhash |
| Version Scheme | 0 |
| Revision | 0 |
| 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.
libxxhash-dev 0.8.3-2
header files and a static library for libxxhash
https://cyan4973.github.io/xxHash
sudo apt install libxxhash-devlibxxhash0 0.8.3-2
shared library for xxhash
https://cyan4973.github.io/xxHash
sudo apt install libxxhash0xxhash 0.8.3-2
Extremely fast hash algorithm
https://cyan4973.github.io/xxHash
sudo apt install xxhashxxhash
nix profile install nixpkgs#xxhashlibxxhash-dev 0.8.2-2build1
header files and a static library for libxxhash
https://cyan4973.github.io/xxHash
sudo apt install libxxhash-devlibxxhash0 0.8.2-2build1
shared library for xxhash
https://cyan4973.github.io/xxHash
sudo apt install libxxhash0xxhash 0.8.2-2build1
Extremely fast hash algorithm
https://cyan4973.github.io/xxHash
sudo apt install xxhashlibxxhash 0.8.3-r1
Extremely fast non-cryptographic hash algorithm (libraries)
https://cyan4973.github.io/xxHash/
sudo apk add libxxhashxxhash 0.8.3-r1
Extremely fast non-cryptographic hash algorithm
https://cyan4973.github.io/xxHash/
sudo apk add xxhashxxhash-dev 0.8.3-r1
Extremely fast non-cryptographic hash algorithm (development files)
https://cyan4973.github.io/xxHash/
sudo apk add xxhash-devxxhash-doc 0.8.3-r1
Extremely fast non-cryptographic hash algorithm (documentation)
https://cyan4973.github.io/xxHash/
sudo apk add xxhash-docxxhash-static 0.8.3-r1
Extremely fast non-cryptographic hash algorithm (static library)
https://cyan4973.github.io/xxHash/
sudo apk add xxhash-staticxxhash 0.8.3-4.fc44
Extremely fast hash algorithm
sudo dnf install xxhashxxhash-devel 0.8.3-4.fc44
Extremely fast hash algorithm - development files
sudo dnf install xxhash-develxxhash-doc 0.8.3-4.fc44
Extremely fast hash algorithm - documentation files
sudo dnf install xxhash-docxxhash-libs 0.8.3-4.fc44
Extremely fast hash algorithm - library
sudo dnf install xxhash-libspiste 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.