54

I mostly develop on Linux and meld is indispensable for me. However, when I'm on the road I use a MacBook (leopard) and I want to use the same set of tools as on my main development box, meld being one of them.

Although you shoud be able to install meld, I could not succeed with it. So... are there any alternatives that are as good (or better) as meld?

One thing to point out, I use subversion and I just love the 'meld .' command that diffs my working directory to the BASE revision...

Johan

1

8 Answers 8

42

There's FileMerge.app, which comes with XCode.

It can be run as a separate standalone application :

enter image description here

5
  • 8
    To open it from the terminal, run opendiff.
    – Dean
    Jun 19, 2013 at 3:56
  • usage: opendiff file1 file2 [-ancestor ancestorFile] [-merge mergeFile]
    – olore
    Mar 2, 2014 at 16:25
  • If you are used to the direct editing feature of meld, you will miss this at FileMerge
    – Lukas
    Aug 22, 2015 at 20:31
  • It seems a bit overkill that you need to install XCode for such a tool.
    – Edenshaw
    May 4, 2021 at 1:15
  • is there any app that lets you compare blank/unsaved files? Aug 21, 2023 at 1:45
16

Apple's FileMerge (which is included in their Developer Tools download) looks similar to Meld, though I confess to not having used either..

1
  • 9
    Note that FileMerge can be invoked from the command line as opendiff.
    – j3h
    Jan 17, 2012 at 22:40
11

Sourcegear DiffMerge is free and completely cross-platform (Windows, Mac and Linux). I've only used the Windows version, and it lacks some more advanced features (like syntax highlighting and opening .diff files) but I'm very happy with it.

1
  • FYI, DiffMerge lacks line wrapping. Sep 28, 2017 at 13:11
8

Fink has a meld package.

1
  • Fink took a long time to build and installed about 50 packages, but eventually ran. Darwin ports did not.
    – scotts
    Sep 20, 2011 at 0:12
7

KDiff is cross platform, open source, and has an OSX binary available.

http://kdiff3.sourceforge.net/

3

Take a look at Changes.app. Yes, it is for pay, but it's very capable, fast, easy on the eyes. It also has a command line tool. Take a look at the wiki for tips and tricks, especially with getting it to integrate with version control systems. I love Changes.app.

1
  • Since writing this I would now recommend Kaleidoscope from Black Pixel. It can do text, directories, and images. I use it every day. It's one of the first things I install on a new dev Mac.
    – danimal
    Jan 30, 2016 at 0:49
2

BBEdit has a good diff viewer in it.

2

Not a Mac user myself - but I stumbled across this post, and simultaneously found out about tkdiff, whose screenshot seems to be taken on a Mac; so maybe it helps.. Cheers!

Not the answer you're looking for? Browse other questions tagged or ask your own question.