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:
- Find the build number you want to get. For me, that was 1056772. I found it by browsing Puppetteer. Yes you read that right. I found it in the release notes
- Go to https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac_Arm/1056772/ - but set the last segment of the path to the build number you picked.
- Download the app and put it in /Applications/Chromium.app
- If you get an error saying that the file is damaged, run
xattr -cr /Applications/Chromium.app
to remove the quarantaine attribute - open /Applications/Chromium.app