macOS
brew install i2c-toolslocal Homebrew formula metadata
brew / 順位 5097
i2c-tools のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install i2c-toolslocal Homebrew formula metadata
sudo apk add i2c-toolsAlpine Linux edge package indexes · i2c-tools · ソース: dl-cdn.alpinelinux.org
sudo apt install i2c-toolsDebian stable package indexes · i2c-tools · ソース: deb.debian.org
sudo dnf install i2c-toolsFedora Rawhide package metadata · i2c-tools · ソース: dl.fedoraproject.org
nix profile install nixpkgs#i2c-toolsnixpkgs package indexes · pkgs/by-name/i2/i2c-tools/package.nix · ソース: api.github.com
sudo pacman -S i2c-toolsArch Linux sync databases · i2c-tools · ソース: geo.mirror.pkgbuild.com
sudo zypper install i2c-toolsopenSUSE Tumbleweed package metadata · i2c-tools · ソース: download.opensuse.org
概要
Heterogeneous set of I2C tools for Linux
履歴
i2c-tools is the standard user-space toolbox for Linux I2C and SMBus work. It contains probing, dump, get, set, transfer, EEPROM, DIMM, and library pieces used by hardware bring-up engineers, Linux distribution packagers, and anyone debugging devices exposed through the kernel i2c-dev interface.
The Linux i2c wiki and project README both state that i2c-tools was originally part of lm-sensors and was split into a separate package because not all hardware-monitoring chips are I2C devices and not all I2C devices are hardware monitors. That split gave generic I2C and SMBus utilities their own release stream and repository.
The 3.0.0 line started as an independent release in 2007. The 4.0 release in 2017 added libi2c, i2ctransfer, Python 3 support for py-smbus, many decode-dimms improvements, and refreshed licensing notes. Later 4.x releases continued to modernize bus listing, block reads, DDR memory decoding, build behavior, and command help.
Because Linux exposes many I2C adapters through /dev/i2c-* and because board peripherals often need low-level checks before drivers are stable, i2c-tools became a routine package in embedded Linux, server hardware, laptop diagnostics, display data decoding, and sensor work. It is carried across major Linux package ecosystems and Homebrew for Linux.
The package's adoption is practical rather than fashionable: i2cdetect, i2cdump, i2cget, i2cset, and i2ctransfer are frequently the quickest way to discover bus topology, verify register behavior, or reproduce a hardware issue outside a custom program.
The core tools operate on Linux I2C buses and SMBus transactions, usually requiring the i2c-dev kernel driver and appropriate permissions. decode-dimms and decode-edid turn EEPROM data into readable hardware information, while i2ctransfer supports custom message sequences in one transfer.
The project README also documents libi2c for C and C++ access over i2c-dev, py-smbus as an optional Python wrapper, and build-time control over static and dynamic library variants.
i2c-tools is a classic distribution package: small, close to the kernel, dangerous if misused, and indispensable when you need it. Its source lives under kernel.org, its bug and patch flow points to linux-i2c, and its release tarballs are signed and mirrored from kernel infrastructure.
For package maintainers, it is interesting because it combines command-line utilities, scripts, library headers, optional language bindings, manpages, Linux-only requirements, and architecture-neutral hardware workflows in a compact source tree.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
ddcmon | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
decode-dimms | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
decode-edid | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
decode-vaio | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
eeprog | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
i2c-stub-from-dump | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
i2cdetect | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
i2cdump | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
i2cget | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
i2cset | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
i2ctransfer | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:i2c-tools |
|---|---|
| バージョン | 4.4 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://i2c.wiki.kernel.org/index.php/I2C_Tools |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
i2c-tools 4.4-2
heterogeneous set of I2C tools for Linux
https://www.kernel.org/pub/software/utils/i2c-tools/
sudo apt install i2c-toolslibi2c-dev 4.4-2
userspace I2C programming library development files
https://www.kernel.org/pub/software/utils/i2c-tools/
sudo apt install libi2c-devlibi2c0 4.4-2
userspace I2C programming library
https://www.kernel.org/pub/software/utils/i2c-tools/
sudo apt install libi2c0python3-smbus 4.4-2
Python 3 bindings for Linux SMBus access through i2c-dev
https://www.kernel.org/pub/software/utils/i2c-tools/
sudo apt install python3-smbusi2c-tools
nix profile install nixpkgs#i2c-toolsi2c-tools 4.3-4build2
heterogeneous set of I2C tools for Linux
https://www.kernel.org/pub/software/utils/i2c-tools/
sudo apt install i2c-toolslibi2c-dev 4.3-4build2
userspace I2C programming library development files
https://www.kernel.org/pub/software/utils/i2c-tools/
sudo apt install libi2c-devlibi2c0 4.3-4build2
userspace I2C programming library
https://www.kernel.org/pub/software/utils/i2c-tools/
sudo apt install libi2c0python3-smbus 4.3-4build2
Python 3 bindings for Linux SMBus access through i2c-dev
https://www.kernel.org/pub/software/utils/i2c-tools/
sudo apt install python3-smbusi2c-tools 4.4-r3
Tools for monitoring I2C devices
https://i2c.wiki.kernel.org/index.php/I2C_Tools
sudo apk add i2c-toolsi2c-tools-dev 4.4-r3
Tools for monitoring I2C devices (development files)
https://i2c.wiki.kernel.org/index.php/I2C_Tools
sudo apk add i2c-tools-devi2c-tools-doc 4.4-r3
Tools for monitoring I2C devices (documentation)
https://i2c.wiki.kernel.org/index.php/I2C_Tools
sudo apk add i2c-tools-docpy3-smbus 4.4-r3
i2c-tools python bindings
https://i2c.wiki.kernel.org/index.php/I2C_Tools
sudo apk add py3-smbusi2c-tools 4.4-7.fc45
A heterogeneous set of I2C tools for Linux
https://i2c.wiki.kernel.org/index.php/I2C_Tools
sudo dnf install i2c-toolsi2c-tools-perl 4.4-7.fc45
i2c tools written in Perl
https://i2c.wiki.kernel.org/index.php/I2C_Tools
sudo dnf install i2c-tools-perllibi2c 4.4-7.fc45
I2C/SMBus bus access library
https://i2c.wiki.kernel.org/index.php/I2C_Tools
sudo dnf install libi2cソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.