macOS
brew install icdifflocal Homebrew formula metadata
sudo port install icdiffMacPorts ports tree · textproc/icdiff/Portfile · source: api.github.com
brew
Improved colored diff. Version 2.0.10 via Homebrew; verified from local package data.
install
brew install icdifflocal Homebrew formula metadata
sudo port install icdiffMacPorts ports tree · textproc/icdiff/Portfile · source: api.github.com
sudo apk add icdiffAlpine Linux edge package indexes · icdiff · source: dl-cdn.alpinelinux.org
sudo apt install icdiffDebian stable package indexes · icdiff · source: deb.debian.org
nix profile install nixpkgs#icdiffnixpkgs package indexes · pkgs/by-name/ic/icdiff/package.nix · source: api.github.com
overview
Improved colored diff
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
git-icdiff | cli | global executable | |
icdiff | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/jeffkaufman/icdiff
install metadata
| Package key | brew:icdiff |
|---|---|
| Version | 2.0.10 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/icdiff |
| Homepage | https://www.jefftk.com/icdiff |
| Repository | https://github.com/jeffkaufman/icdiff |
| Upstream docs | https://www.jefftk.com/icdiff |
| License | PSF-2.0 |
| Source archive | https://github.com/jeffkaufman/icdiff/archive/refs/tags/release-2.0.10.tar.gz |
| Uses from macOS | python |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | icdiff |
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
icdiff 2.0.7-4.1
terminal side-by-side colorized word diff
sudo apt install icdifficdiff
nix profile install nixpkgs#icdifficdiff 2.0.7-1
terminal side-by-side colorized word diff
sudo apt install icdifficdiff 2.0.10-r1
Improved colored diff
sudo apk add icdifficdiff-pyc 2.0.10-r1
Precompiled Python bytecode for icdiff
sudo apk add icdiff-pycicdiff
sudo port install icdiffsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.