Skip to content

Instantly share code, notes, and snippets.

@pesterhazy
Last active May 31, 2023 08:12
Show Gist options
  • Select an option

  • Save pesterhazy/c4b4a59b0a00cb5b1c379ee9b01644cd to your computer and use it in GitHub Desktop.

Select an option

Save pesterhazy/c4b4a59b0a00cb5b1c379ee9b01644cd to your computer and use it in GitHub Desktop.
Download Chromium on Mac

Google doesn't make it easy for users to download a stable build of Chromium. If you just download the latest version, fine, but you might be getting an unstable version in between releases. I want a stable Chromium!

After years of trying, this is the process I've settled on - on macOS ARM:

Yeah that's harder than it should be

Why bother?

I want Chromium in addition to Chrome, which is my main driver. Honestly the reason is to have a secondary browser that's only used for development and testing my web app. It basically only ever opens localhost:8080 or whatever. No Gmail, no Slack.

The big advantage is that my Chromium is pristine. It doesn't have any plugins that could interfere. Plus, I have it bound to open or focus when I press Cmd-7 so I can jump there quickly without having to dig through a dozen of tabs.

Also, so long as I don't update, the version I pick just stays put, which for development is a plus.

@pesterhazy

pesterhazy commented Nov 28, 2022

Copy link
Copy Markdown
Author

One alternative I haven't tried is to use the homebrew cask

@elewandowski

Copy link
Copy Markdown

This website hosts a list of old Chromium versions:
https://vikyd.github.io/download-chromium-history-version/#/

@pesterhazy

Copy link
Copy Markdown
Author

Neat way to find good versions to install https://chromium.cypress.io/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment