macOS
brew install cpuidlocal Homebrew formula metadata
sudo port install cpuidMacPorts ports tree · sysutils/cpuid/Portfile · ソース: api.github.com
brew
cpuid のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install cpuidlocal Homebrew formula metadata
sudo port install cpuidMacPorts ports tree · sysutils/cpuid/Portfile · ソース: api.github.com
sudo apt install cpuidDebian stable package indexes · cpuid · ソース: deb.debian.org
sudo dnf install cpuidFedora Rawhide package metadata · cpuid · ソース: dl.fedoraproject.org
nix profile install nixpkgs#cpuidnixpkgs package indexes · pkgs/by-name/cp/cpuid/package.nix · ソース: api.github.com
sudo zypper install cpuidopenSUSE Tumbleweed package metadata · cpuid · ソース: download.opensuse.org
概要
CPU feature identification for Go
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
cpuid | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/klauspost/cpuid
インストールメタデータ
| パッケージキー | brew:cpuid |
|---|---|
| バージョン | 2.4.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/cpuid |
| ホームページ | https://github.com/klauspost/cpuid |
| リポジトリ | https://github.com/klauspost/cpuid |
| 上流ドキュメント | https://github.com/klauspost/cpuid#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/klauspost/cpuid/archive/refs/tags/v2.4.0.tar.gz |
| 最終更新 | 2026-06-30T15:04:20Z |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 cpuidソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.