* Installation of DiffMerge via Homebrew still works, but is marked as Deprecated!
* After installing, macOS sends a warning in the Notification Center that DiffMerge "will no longer open in newer version of macOS" possibly due to the build being only available for old and obsoleting Intel chips, but NOT the newer "Apple Silicon" M* chips.
See
* terminal output for installing DiffMerge via Homebrew:
Code: Select all
$ brew search diffmerge
==> Formulae
diffr
==> Casks
diffmerge ✔ (deprecated)
$ brew install diffmerge
==> Auto-updating Homebrew...
Adjust how often this is run with `$HOMEBREW_AUTO_UPDATE_SECS` or disable with
`$HOMEBREW_NO_AUTO_UPDATE=1`. Hide these hints with `$HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
==> Auto-updated Homebrew!
Updated 2 taps (homebrew/core and homebrew/cask).
...
==> Fetching downloads for: diffmerge
Warning: diffmerge has been deprecated because it does not pass the macOS Gatekeeper check! It will be disabled on 2026-09-01.
✔︎ Cask diffmerge (4.2.1.1013) Verified 10.8MB/ 10.8MB
Warning: diffmerge has been deprecated because it does not pass the macOS Gatekeeper check! It will be disabled on 2026-09-01.
==> Caveats
diffmerge is built for Intel macOS and so requires Rosetta 2 to be installed.
You can install Rosetta 2 with:
softwareupdate --install-rosetta --agree-to-license
Note that it is very difficult to remove Rosetta 2 once it is installed.
==> Installing Cask diffmerge
==> Moving App 'DiffMerge.app' to '/Applications/DiffMerge.app'
==> Linking Binary 'diffmerge.sh' to '/opt/homebrew/bin/diffmerge'
==> Linking Manpage 'diffmerge.1' to '/opt/homebrew/share/man/man1/diffmerge.1'
🍺 diffmerge was successfully installed!
$ softwareupdate --install-rosetta --agree-to-license
By using the agreetolicense option, you are agreeing that you have run this tool with the license only option and have read and agreed to the terms.
If you do not agree, press CTRL-C and cancel this process immediately.
2026-04-10 11:05:50.351 softwareupdate[10701:236577] Package Authoring Error: 122-10754: Package reference com.apple.pkg.RosettaUpdateAuto is missing installKBytes attribute
Install of Rosetta 2 finished successfully