Skip to content

Instantly share code, notes, and snippets.

@pesterhazy
Last active May 31, 2023 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pesterhazy/c4b4a59b0a00cb5b1c379ee9b01644cd to your computer and use it in GitHub Desktop.
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
Copy link
Author

Am I missing an easier way? Please let me know

@pesterhazy
Copy link
Author

pesterhazy commented Nov 28, 2022

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

@elewandowski
Copy link

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

@pesterhazy
Copy link
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