Where can I download old stable builds of Chromium from?

49,242

Solution 1

Another way, as described here:

  1. Look up the version number (for example "44.0.2403.157") in the Position Lookup
  2. In this case it returns a base position of "330231". This is the commit of where the 44 release was branched, back in May 2015.
  3. Open the continuous builds archive
  4. Click through on your platform (Linux/Mac/Win)
  5. Paste "330231" into the filter field at the top and wait for all the results to XHR in.
  6. Eventually I get a perfect hit: https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/330231/
    • Sometimes you may have to decrement the commit number until you find one.

Solution 2

Source

You can find the stable channel releases here. For instance, the last v35 release is this one.


Binary

If you want a binary, it should be easy to find one based on the v35 stable build.

  • If you run GNU/Linux, you should be able to find old packages (eg. the Ubuntu 64-bit package is here).
  • For Windows, you might download a Portable Apps version (file list)
  • I'm not sure where the best place is for OS X, but as an example, here's a build based on v35 stable from the FreeSMUG user group.

Solution 3

All Chromium Portable releases for Windows (binary format):

https://sourceforge.net/projects/crportable/files/

Share:
49,242

Related videos on Youtube

BearCode
Author by

BearCode

Updated on September 18, 2022

Comments

  • BearCode
    BearCode almost 2 years

    I've found a Website containing a lot of builds of Chromium but the folders are named after the build number (those numbers are not visibly connected to Chromium version numbers) and there is no information if the builds are developer, beta or stable builds.

    Here is the link:

    I would like to be able to chose from those folders only the stable builds of Chromium.

    For example if I want a stable build of Chromium 35.0, how can I find it?

    Thanks

    Later edit: I need 64-bit binary releases for Windows 7

  • BearCode
    BearCode about 9 years
    Thanks, those links are very useful. However, I downloaded and installed three versions of Chromium from Portable Apps and one of them crashes after install when I try to launch it, and the other two work but they are are developer builds.
  • BearCode
    BearCode about 9 years
    Tried two more, they are both developer versions.
  • Antoine F.
    Antoine F. over 7 years
  • user2284570
    user2284570 over 6 years
    @pyrocrasty Where I can find 64 bits old Windows builds ?
  • Nicholas DiPiazza
    Nicholas DiPiazza over 5 years
    This should be the accepted answer.
  • Chris
    Chris almost 4 years
    You need to have an exact version number to look to look up the base position. Just using "70" won't work. You can find a list of all the stable version numbers here: chromium.googlesource.com/chromium/src/+refs
  • Viky
    Viky over 3 years