Chromium builds for Mac OS X

google-chromeinstall

What is the proper way to install Chromium (not chrome!) on Mac OS X?

Stable builds are a must, beta builds or nightlies are nice to have.

Best Answer

The Chromium Project1 does not seem to provide compiled builds for the OS X or Windows platform. If you run Ubuntu, you can use the Software Center to install Chromium just like you would with the Mac App Store.

Therefore, under OS X you would have to download the source code and build the application yourself which requires the use of the free Development Software Xcode2.

You can follow the official Mac build instructions to help you get started:

https://chromium.googlesource.com/chromium/src/+/master/docs/mac_build_instructions.md


Ewh! I don't want to go through all this trouble...

The Free OpenSource Mac User Group hosts a site that has the latest3 compiled build. According to their website:

  1. ...the download is compiled following the official Mac Build Instructions (link above).
  2. ...they integrated the Sparkle4 update framework to offer a simple update procedure since Chromium does not have the auto-update feature of Google Chrome.

Their download is a simple .dmg which you install via drag-and-drop, just like Chrome.

While they do provide a MD5 hash, the Chromium Project does not provide MD5 hashes of the compiled builds. So you have to trust this website's integrity when using their downloads.

Other than no auto-update integration, Chromium has some more differences from Google Chrome which you can read in the following Wikipedia article on Chromium (web browser).