Automic VaultAutomic Vault

brew

icdiff を Homebrew, apk, apt, MacPorts, Nix でインストール

icdiff のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install icdiff

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install icdiff

MacPorts ports tree · textproc/icdiff/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add icdiff

Alpine Linux edge package indexes · icdiff · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install icdiff

Debian stable package indexes · icdiff · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#icdiff

nixpkgs package indexes · pkgs/by-name/ic/icdiff/package.nix · ソース: api.github.com

概要

パッケージ概要

Improved colored diff

コマンドとエイリアス

  • git-icdiff
  • icdiff

履歴

プロジェクトの歴史と使われ方

icdiff is a Python command-line diff viewer that presents side-by-side, color-highlighted differences in a terminal. Its goal is not to replace every diff workflow, but to make small intra-line changes easier to see.

プロジェクトの歴史

Jeff Kaufman's project page frames icdiff as a focused improvement over plain terminal `diff`: color and side-by-side layout for cases where similar lines are hard to compare. The README says the file is derived from Python's `difflib.HtmlDiff`, released under the same Python license.

The changelog begins with 1.0.0 as the first release and then records a long line of practical terminal and VCS improvements: recursive directory diffs, Unicode and fullwidth-character handling, Git integration, Subversion support, configurable colors, labels, line numbers, Python 3 cleanup, and process-exit behavior.

採用の歴史

The README documents installation through pip, apt, Homebrew, AUR, and Nix, and gives integration recipes for Git, Subversion, and Mercurial. The Homebrew package also installs `git-icdiff`, making it a convenient drop-in visual diff helper for version-control users.

使われ方

The direct command form is `icdiff [options] left_file right_file`. It can also be used as `git difftool --extcmd icdiff`, as `git icdiff` through the helper script, as an SVN diff command, or as a Mercurial extdiff command.

パッケージ好きにとっての重要性

icdiff is a compact example of package-manager value: a single-purpose terminal UX improvement that spreads through many ecosystems because developers repeatedly want readable diffs without adopting a full graphical merge tool.

タイムライン

  • 1.0.0: First release recorded in the changelog.
  • 1.2.0: Recursive directory diff support added.
  • 1.5.3: Subversion difftool support added.
  • 1.9.2: Configurable colors, git configuration, and cleaner errors added.
  • 2.0.0: Python 2 support dropped and long-line handling improved.
  • 2.0.10: Terminal width detection regression reverted.

Related projects

  • Related tools and workflows include Python `difflib`, Unix `diff`, Git difftool, Subversion diff commands, Mercurial extdiff, and other terminal visual diff tools.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
git-icdiffcliグローバル実行可能ファイル
icdiffcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版2.0.10
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/jeffkaufman/icdiff

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:icdiff
バージョン2.0.10
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/icdiff
ホームページhttps://www.jefftk.com/icdiff
リポジトリhttps://github.com/jeffkaufman/icdiff
上流ドキュメントhttps://www.jefftk.com/icdiff
ライセンスPSF-2.0
ソースアーカイブhttps://github.com/jeffkaufman/icdiff/archive/refs/tags/release-2.0.10.tar.gz
macOS 提供ライブラリpython
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

icdiff 2.0.7-4.1

terminal side-by-side colorized word diff

https://www.jefftk.com/icdiff

sudo apt install icdiff
  • Section: utils
  • Architecture: all
  • 1 依存関係
  • normalized package name match
  • 一致条件: Icdiff
Debian stable package indexes · deb.debian.org · Debian stable package indexes: icdiff from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

icdiff

nix profile install nixpkgs#icdiff
  • normalized package name match
  • 一致条件: Icdiff
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ic/icdiff/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

icdiff 2.0.7-1

terminal side-by-side colorized word diff

https://www.jefftk.com/icdiff

sudo apt install icdiff
  • Section: universe/utils
  • Architecture: all
  • 2 依存関係
  • normalized package name match
  • 一致条件: Icdiff
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: icdiff from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

icdiff 2.0.10-r1

Improved colored diff

https://www.jefftk.com/icdiff

sudo apk add icdiff
  • License: Python-2.0
  • Architecture: x86_64
  • Source Package: icdiff
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Icdiff
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: icdiff from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

icdiff-pyc 2.0.10-r1

Precompiled Python bytecode for icdiff

https://www.jefftk.com/icdiff

sudo apk add icdiff-pyc
  • License: Python-2.0
  • Architecture: x86_64
  • Source Package: icdiff
  • 1 依存関係
  • normalized package name match
  • 一致条件: Icdiff
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: icdiff-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
MacPorts95%

icdiff

sudo port install icdiff
  • normalized package name match
  • 一致条件: Icdiff
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/icdiff/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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