52

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

Johan
  • 3,072
  • 3
  • 27
  • 27
  • Possible duplicate: http://apple.stackexchange.com/questions/10099/what-file-comparison-tool-can-i-use-under-os-x – 0 _ Jul 29 '13 at 23:28

8 Answers8

40

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

It can be run as a separate standalone application :

enter image description here

Renaud
  • 16,073
  • 6
  • 81
  • 79
Menkboy
  • 1,595
  • 10
  • 12
16

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

Andrew
  • 12,991
  • 15
  • 55
  • 85
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.

alastairs
  • 6,697
  • 8
  • 50
  • 64
8

Fink has a meld package.

dmckee --- ex-moderator kitten
  • 98,632
  • 24
  • 142
  • 234
  • Fink took a long time to build and installed about 50 packages, but eventually ran. Darwin ports did not. – scotts Sep 20 '11 at 00:12
7

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

http://kdiff3.sourceforge.net/

Brad Parks
  • 66,836
  • 64
  • 257
  • 336
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.

danimal
  • 516
  • 1
  • 8
  • 21
  • Since writing this I would now recommend [Kaleidoscope](http://www.kaleidoscopeapp.com) 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 '16 at 00:49
2

BBEdit has a good diff viewer in it.

Ben Gottlieb
  • 85,404
  • 22
  • 176
  • 172
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!

sdaau
  • 36,975
  • 46
  • 198
  • 278