Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

My favorite file comparison tool was Beyond Compare but since I recently switched to OS X, i'm no longer able to use it and I'm looking for an alternative, preferably a free one.

Update: I made the mistake not to specify that I am also looking for a tool that does directory comparison, not only files. Because this could make the already answers invalid I made another question for this What directory comparison tools can I use on OS X?

share|improve this question
See my answer to your other question. Ditto anthonyg's recommendation. – JRobert Mar 15 '11 at 12:58

10 Answers

FileMerge is bundled with XCode, but I prefer Kaleidoscope which is not free.

share|improve this answer

This is an aggregation of the answers posted on SO's deleted clone, Graphical diff for Mac OS X. It includes links to each product, and the current price since last edit in USD.

Note that any links to SO will only be visible to users who can view deleted content, which requires either moderator privileges or 10k reputation on that site.

There were some other suggestions, which were not diff tools in their own right, which I will list below:

That about wraps up that thread's merge into this one, as covered here.

share|improve this answer

I use Kaleidoscope. Or just plain, old diff from the CLI

share|improve this answer

Changes.app has a great reputation and lots of features. Kaleidoscope is great too, and has a beautifully designed UI.

It's also worth mentioning if you're doing programming that Xcode 4 has visual diff tools built in now too.

share|improve this answer
+1 for Changes.app Is the only one with a GUI which you can ignore both leading and trailing whitespaces.. – nuc May 2 at 7:13

DiffMerge from Sourcegear is simple and free.

share|improve this answer
It looks to be much better than the FileMerge from XCode, thanks. – Sorin Sbarnea Mar 16 '11 at 17:25

You can use diff if you're using the command-line.

share|improve this answer

There's also DeltaWalker.

It's $40, and there's a trial available.

share|improve this answer

I use Folder Sync It costs $8.99 on the Mac App Store. It works really nicely.

share|improve this answer

It is not great, but the FileMerge bundled with the OS can be launched from the command line as opendiff a.txt b.txt.

share|improve this answer

There are a great many comparison tools available. Many do directories and files. Some even perform as merge tools (2 and 3 way). Of these some have already been mentioned in other answers and your choice will depend on what features you require, and how much you are prepared to pay for the tool. There is a good Wikipedia page with a comparison of many of the better known ones.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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