Stable Chromium Binary

By | September 6, 2018

想用 Chrome 但又怕 Google,咁可以用 Chromium,但 Chromium 官方只提供 source code 又或是最新 unstable 的 nightly build,想要最新 Chrome 對應的 Chromium stable 版本除左 get your hand dirty 自己 build 外,仲有以下方法。

1. 首先去 Chrome Releases Stable Updates 找出最新 Chrome 版本。通常你會見到以下句子:

The Chrome team is delighted to announce the promotion of Chrome 69 to the stable channel for Windows, Mac and Linux. This will roll out over the coming days/weeks. Chrome 69.0.3497.81 contains a number of fixes and improvements

那 69.0.3497.81 就是當時最新 Chrome 版本。

2. 去 https://omahaproxy.appspot.com/ 找版本對應的 `branch_base_position`,例如 win64 stable 69.0.3497.81 的 `branch_base_position` 就是 576753。

3. 去 Chromium browser snapshots,click `Win_x64`,再在 `filter` 打 576753,click 入 576753 就會見到 `chrome-win32.zip`,下載及解壓便可。Mac 都是一樣,只係 `Win_x64` 變做 `Mac`。

自己 build Chromium 需要花大量時間、磁碟空間和電源,用以上方法就可節省不少。

但之後你會發現無法登入 Google 服務,正常的,因要去 https://console.developers.google.com 申請 GOOGLE_API_KEY,有機會再談。