Skip to content

Instantly share code, notes, and snippets.

@surma
Created June 15, 2020 12:11
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save surma/22fd032f7077e08667bb63a2d263e78e to your computer and use it in GitHub Desktop.
Save surma/22fd032f7077e08667bb63a2d263e78e to your computer and use it in GitHub Desktop.

How to download a Chrome binary for any given revision (kinda):

  1. Type in your version (something like “85.0.4173.0”) in the version information lookup field in OmahaProxy. If you don’t have the version string, this JSON lists a bunch of the most recent releases. Note that you can adjust the query parameters.
  2. Note down the resulting “Branch Base Position” (something like “778145”).
  3. Go to this page (or this one if you need more granularity), select the folder of your operating system and find the folder that has the number closest to your branch base position.

Voilá!

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