macOS
brew install cpuidlocal Homebrew formula metadata
sudo port install cpuidMacPorts ports tree · sysutils/cpuid/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de cpuid pour les workflows d'agents IA.
installation
brew install cpuidlocal Homebrew formula metadata
sudo port install cpuidMacPorts ports tree · sysutils/cpuid/Portfile · Source: api.github.com
sudo apt install cpuidDebian stable package indexes · cpuid · Source: deb.debian.org
sudo dnf install cpuidFedora Rawhide package metadata · cpuid · Source: dl.fedoraproject.org
nix profile install nixpkgs#cpuidnixpkgs package indexes · pkgs/by-name/cp/cpuid/package.nix · Source: api.github.com
sudo zypper install cpuidopenSUSE Tumbleweed package metadata · cpuid · Source: download.opensuse.org
aperçu
CPU feature identification for Go
historique
cpuid is a Go package and command-line tool for detecting CPU information and CPU feature flags at runtime without cgo.
The official GitHub repository was created in 2015. The README describes startup CPU detection cached for fast access during a Go program's lifetime, with support for x86/x64, ARM/ARM64, and RISC-V.
cpuid fits Go module distribution as a library imported with github.com/klauspost/cpuid/v2, while also offering an installable cpuid binary via go install, GitHub release binaries, and Homebrew for macOS/Linux users.
Go programs use the shared cpuid.CPU value to inspect brand, cores, cache, frequency, and feature sets, then call Supports, Has, or HasAll to gate optimized code paths. The command-line binary prints CPU details and supports JSON output.
For packagers and Go maintainers, cpuid is notable because it combines a Go module API with a packaged diagnostic binary, avoids external C code, and exposes runtime feature detection useful to compression, crypto, and other optimized Go libraries.
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 |
|---|---|---|---|
cpuid | 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/klauspost/cpuid
métadonnées d'installation
| Clé du paquet | brew:cpuid |
|---|---|
| Version | 2.4.0 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/cpuid |
| Page d'accueil | https://github.com/klauspost/cpuid |
| Dépôt | https://github.com/klauspost/cpuid |
| Docs amont | https://github.com/klauspost/cpuid#readme |
| Licence | MIT |
| Archive source | https://github.com/klauspost/cpuid/archive/refs/tags/v2.4.0.tar.gz |
| Dernière mise à jour | 2026-06-30T15:04:20Z |
| Pulse | updated |
| Dépendances de compilation | go |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, 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 | cpuid |
| 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 |
|
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.
cpuid 20250316-1
tool to dump x86 CPUID information about the CPU(s)
https://www.etallen.com/cpuid.html
sudo apt install cpuidcpuid
nix profile install nixpkgs#cpuidcpuid 20240330-1ubuntu2
tool to dump x86 CPUID information about the CPU(s)
https://www.etallen.com/cpuid.html
sudo apt install cpuidcpuid 20250419-4.fc44
Dumps information about the CPU(s)
http://www.etallen.com/cpuid.html
sudo dnf install cpuidcpuid 20260220-1.2
x86 CPU identification tool
sudo zypper install cpuidcpuid
sudo port install cpuidpiste 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.