Skip to content

Releases: macchrome/chromium

Chromium v86.0.4185.0-r769185-Win64

27 Jun 18:09
85d447b
Compare
Choose a tag to compare

Chromium for 64-bit Windows - All Codecs - Saturday, 27 June 2020

Chromium 86.0.4185.0 (Official Build) (64-bit)
Revision 1b76717929496480ca3852db18650b5b0ea24ae7-refs/heads/master@{#783310}
OS Windows

  • SDK 10.0.19041.0 (Visual Studio 2019 16.6.0)
  • clang/llvm default (GNU/Linux cross-compile)
  • No ThinLTO - V8 bitcode issues
  • WebRTC
  • PGO

No Sync - No Widevine

Chrome-bin.7z (chrlauncher formatted)
https://github.com/macchrome/chromium/releases/download/v86.0.4185.0-r769185-Win64/Chrome-bin.7z
SHA1 2935B71FA44D62688D8FC56B469C75050ACDFEA3

Sync - Widevine

Chrome-bin-sync.7z (chrlauncher formatted)
https://github.com/macchrome/chromium/releases/download/v86.0.4185.0-r769185-Win64/Chrome-bin-sync.7z
SHA1 2012B15A16596470642B0AE639D1ACFB977BA56B

https://github.com/macchrome/chromium/releases/download/v86.0.4185.0-r769185-Win64/mini_installer.exe
SHA1 766F9D56CC16DF9A2CC8669D66811BD257379A6D

Chromium v85.0.4148.0-r769185-Win64

15 May 12:24
85d447b
Compare
Choose a tag to compare

Chromium for 64-bit Windows - All Codecs - Friday, 15 May 2020

Chromium 85.0.4148.0 (Official Build) (64-bit)
Revision 510cc5c9a476b73073d823ac84f3f0ac0921ebae-refs/heads/master@{#769185}
OS Windows

  • SDK 10.0.19041.0 (Visual Studio 2019 16.5.5)
  • clang/llvm default (GNU/Linux cross-compile)
  • ThinLTO
  • WebRTC
  • PGO

No Sync - No Widevine

Chrome-bin.7z (chrlauncher formatted)
https://github.com/macchrome/chromium/releases/download/v85.0.4148.0-r769185-Win64/Chrome-bin.7z
SHA1 2117AE4E4CC1DF7A78BE31B5B5B74AA44C73C5ED

Sync - Widevine

Chrome-bin-sync.7z (chrlauncher formatted)
https://github.com/macchrome/chromium/releases/download/v85.0.4148.0-r769185-Win64/Chrome-bin-sync.7z
SHA1 48ABC499A24397943CC15C4A489BE133E3926AE7

https://github.com/macchrome/chromium/releases/download/v85.0.4148.0-r769185-Win64/mini_installer.exe
SHA1 E4D1466746A49F0C95ABC02BBD6F366C0F66CC1E

Chromium v84.0.4134.0-r764922-macOS

02 May 17:26
85d447b
Compare
Choose a tag to compare
Chromium for 64-bit macOS - All Codecs - Saturday, 02 May 2020

Chromium 84.0.4134.0 (Official Build) (64-bit)

Revision 013465ba236dc65552565bef4ad83bb71f08e3c2-refs/heads/master@{#764922}

OS macOS Version 10.15.4 (19E287)
  • only for macOS 64
  • with codecs (h264, h265, flac, xvid, AV1, etc..)
  • official build
  • clang/LLVM - default
  • xcode 11.4
  • macOS SDK 10.15
  • PGO

Sync • WebRTC • Widevine
Chromium.84.0.4134.0.sync.app.zip
https://github.com/macchrome/chromium/releases/download/v84.0.4134.0-r764922-macOS/Chromium.84.0.4134.0.sync.app.zip
SHA1 CB83AA6615958528A8C8F98D57AE9E697B7DA65B

No Sync • WebRTC • No Widevine
Chromium.84.0.4134.0.nosync.app.zip
https://github.com/macchrome/chromium/releases/download/v84.0.4134.0-r764922-macOS/Chromium.84.0.4134.0.nosync.app.zip
SHA1 43DEE0D5C27569DB0BD626D4EA522B17DA708B06

Tuesday, 05 May 2020

  • clang/LLVM llvm-project-762fb1c40eea6878c2d6a1f0f1fc7915c8747981

No Sync • WebRTC • No Widevine • thinLTO • Polly • PGO
Chromium.84.0.4134.0.nosync.polly.lto.app.zip
https://github.com/macchrome/chromium/releases/download/v84.0.4134.0-r764922-macOS/Chromium.84.0.4134.0.nosync.polly.lto.app.zip
SHA1 227CDF84BD45E6240E5A21059B83D85D53512D40

cflags = [
  "-fprofile-instr-use=$pgo_data_path",

  # It's possible to have some profile data legitimately missing,
  # and at least some profile data always ends up being considered
  # out of date, so make sure we don't error for those cases.
 "-flto=thin",
  "-Wno-profile-instr-unprofiled",
  "-Wno-error=profile-instr-out-of-date",
  "-Wno-profile-instr-out-of-date",
  "-Wno-unknown-warning-option",
  "-mllvm", "-polly",
  "-mllvm", "-polly-2nd-level-tiling",
  "-mllvm", "-polly-enable-delicm=false",
  "-mllvm", "-polly-invariant-load-hoisting",
  "-mllvm", "-polly-position=early",
  "-mllvm", "-polly-register-tiling",
  "-mllvm", "-polly-run-inliner",
  "-mllvm", "-enable-local-reassign",
  "-mllvm", "-regbankselect-greedy",
 ##"-Xclang", "-Rpass-analysis=polly", 
]
ldflags = [ 

"-flto=thin",
"-fsanitize=cfi",
#####"-Wl,-lto_library", "-Wl,/Users/reggie/llvm-bootstrap-install/lib/libLTO.dylib", ## NOT SUFFICIENT!!!
##### MUST USE: export DYLD_LIBRARY_PATH=/Users/reggie/llvm-bootstrap-install/lib/libLTO.dylib
"-Wl,-mllvm", "-Wl,-polly",
"-Wl,-mllvm", "-Wl,-polly-2nd-level-tiling",
"-Wl,-mllvm", "-Wl,-polly-invariant-load-hoisting",
"-Wl,-mllvm", "-Wl,-polly-register-tiling",
"-Wl,-mllvm", "-Wl,-pass-remarks-analysis=polly",
]

Chromium v84.0.4118.0-r760001-Win64

17 Apr 14:40
85d447b
Compare
Choose a tag to compare

Chromium for 64-bit Windows - All Codecs - Friday, 17 April 2020

Chromium 84.0.4118.0 (Official Build) (64-bit)
Revision 3cfe189f9b370db65704e54d7d230c36403ffd4a-refs/heads/master@{#760001}
OS Windows

  • SDK 10.0.18362.1 (Visual Studio 2019 16.5.2)
  • clang/llvm default (GNU/Linux cross-compile)
  • ThinLTO
  • WebRTC

No Sync - No Widevine

Chrome-bin.7z (chrlauncher formatted)
https://github.com/macchrome/chromium/releases/download/v84.0.4118.0-r760001-Win64/Chrome-bin.7z
SHA1 9B09648DCB8355783E99850B74E9D9CFEECEAF60

Sync - Widevine

Chrome-bin-sync.7z (chrlauncher formatted)
https://github.com/macchrome/chromium/releases/download/v84.0.4118.0-r760001-Win64/Chrome-bin-sync.7z
SHA1 450829E0389EBBEBD2024202F70BB73FFBDAADBB

https://github.com/macchrome/chromium/releases/download/v84.0.4118.0-r760001-Win64/mini_installer.exe
SHA1 68E4545607B0224CA800A881FD268CAA0D476A05

Chromium v83.0.4101.0-r754834-macOS

31 Mar 12:20
85d447b
Compare
Choose a tag to compare

Chromium for 64-bit macOS - All Codecs - Tuesday, 31 March 2020

Chromium 83.0.4101.0(Official Build) (64-bit)

Revision 6f30072666771e3821e9de7e592731408fbfcd38-refs/heads/master@{#754834}

OS macOS Version 10.15.4 (Build 19E266)

  • only for macOS 64
  • with codecs (h264, h265, flac, xvid, AV1, etc..)
  • official build
  • Xcode 11.4 (11E146)
  • macOS SDK 10.15
  • clang/LLVM default

Sync • WebRTC • Widevine
Chromium.83.0.4101.0.sync.app.zip
https://github.com/macchrome/chromium/releases/download/v83.0.4101.0-r754834-macOS/Chromium.83.0.4101.0.sync.app.zip
SHA1 DD90C00D359EC9B54FCF88D7F01EA78310A4BDE6

No Sync • WebRTC • No Widevine
Chromium.83.0.4101.0.nosync.app.zip
https://github.com/macchrome/chromium/releases/download/v83.0.4101.0-r754834-macOS/Chromium.83.0.4101.0.nosync.app.zip
SHA1 ECFA4ED83EB1B0B38468E512686231174A311676

Chromium v83.0.4093.0-r752336-macOS

22 Mar 21:06
85d447b
Compare
Choose a tag to compare

Chromium for 64-bit macOS - All Codecs - Sunday, 22 March 2020

Chromium 83.0.4093.0(Official Build) (64-bit)

Revision 6dffbb4e5f5bf7194e63ad46c3f833f4035a6324-refs/heads/master@{#752336}

OS macOS Version 10.15.3 (Build 19D76)

  • only for macOS 64
  • with codecs (h264, h265, flac, xvid, AV1, etc..)
  • official build
  • Xcode 11.3.1
  • macOS SDK 10.15
  • clang/LLVM default

Sync • WebRTC • Widevine
Chromium.83.0.4093.0.sync.app.zip
https://github.com/macchrome/chromium/releases/download/v83.0.4093.0-r752336-macOS/Chromium.83.0.4093.0.sync.app.zip
SHA1 7B1F2A3B1D91BFAC7B09FCF940E0D2BCFA364B3F

No Sync • WebRTC • No Widevine
Chromium.83.0.4093.0.nosync.app.zip
https://github.com/macchrome/chromium/releases/download/v83.0.4093.0-r752336-macOS/Chromium.83.0.4093.0.nosync.app.zip
SHA1 4ED395AA21ECF0A36FCACD38549DB7E43874C43A

Chromium v83.0.4086.0-r750130-Win64

13 Mar 18:46
85d447b
Compare
Choose a tag to compare

Chromium for 64-bit Windows - All Codecs - Friday, 13 March 2020

Chromium 83.0.4086.0 (Official Build) (64-bit)
Revision 217ffb8ecfb6d15d60b5c95eb2bb33eabd1d624b-refs/heads/master@{#750130}
OS Windows

  • SDK 10.0.18362.1 (Visual Studio 2019 16.4.6)
  • clang/llvm default (GNU/Linux cross-compile)
  • ThinLTO
  • WebRTC

No Sync - No Widevine

Chrome-bin.7z (chrlauncher formatted)
https://github.com/macchrome/chromium/releases/download/v83.0.4086.0-r750130-Win64/Chrome-bin.7z
SHA1 1096CC2A59345D204CA50FEEA6A57057DE433110

Sync - Widevine

Chrome-bin-sync.7z (chrlauncher formatted)
https://github.com/macchrome/chromium/releases/download/v83.0.4086.0-r750130-Win64/Chrome-bin-sync.7z
SHA1 4A436CA9370C7BAE9794F3673240B28CDC01B08B

mini_installer.exe
https://github.com/macchrome/chromium/releases/download/v83.0.4086.0-r750130-Win64/mini_installer.exe
SHA1 1AA73F9611EF7A76DA0CC4A3422EC40D0BCB0777

Chromium 81.0.4043.0-r736331-macOS

29 Jan 17:47
85d447b
Compare
Choose a tag to compare

Chromium for 64-bit macOS - All Codecs - Wednesday, 29 January 2019

Chromium 81.0.4043.0(Official Build) (64-bit)

Revision bd00a553f598cbf7712c266fa1a9730747a53cb1-refs/heads/master@{#736331}

OS macOS Version 10.15.3 (Build 19D76)

  • only for macOS 64
  • with codecs (h264, h265, flac, xvid, AV1, etc..)
  • official build
  • Xcode 11.3.1
  • macOS SDK 10.15
  • clang/LLVM default

Sync • WebRTC • Widevine
Chromium.81.0.3999.0.sync.app.zip
SHA1 F040274A06D40826E70B057A4349E9A190483871

No Sync • WebRTC • No Widevine
Chromium.81.0.3999.0.nosync.app.zip
SHA1 503141BEC75B6AB341AAA1BB35FD7F07623B8BBE

============
31 Janaury 2020

  • clang/LLVM 8.0.1
  • cfi
  • Polly optimized
  • thinLTO

ldflags += ["-flto=thin", "-fvisibility=hidden", "-fsanitize=cfi", ]

config("optimize")
config("optimize_no_wpo")
config("optimize_speed")
config("optimize_max")

common_optimize_on_cflags += [
"-flto=thin",
"-mllvm", "-polly",
"-mllvm", "-polly-2nd-level-tiling",
"-mllvm", "-polly-detect-profitability-min-per-loop-insts=40",
"-mllvm", "-polly-enable-delicm=false",
"-mllvm", "-polly-invariant-load-hoisting",
"-mllvm", "-polly-position=early",
"-mllvm", "-polly-register-tiling",
"-mllvm", "-polly-run-inliner",
#"-Xclang", "-Rpass-analysis=polly",
]

No Sync • WebRTC • No Widevine • cfi • thinLTO • Polly

Chromium.81.0.4043.0.nosync.polly.app.zip (component ffmpeg)
SHA1 03505ADB694B7C529F31C41775FE8500E50C1F35

Chromium.81.0.4043.0.nosync.polly.FIXED.app.zip (internal ffmpeg: no polly, no cfi, no lto)
SHA1 C9EDA0B84E8A4BB76CB600008E4BFDC1BF9A8877

Chromium.81.0.4043.0.nosync.codecs.polly.FINAL.app.zip (internal ffmpeg: codecs polly optimized)
SHA1 6CC5D73B6EFE4D7E840B1761865B930BC9846C8B

01 February 2020

config("optimize_ffmpeg") {

ldflags = [ "-flto=full", "-fvisibility=hidden", "-fsanitize=cfi", ] + common_optimize_on_ldflags
if (is_win) {
  # Favor speed over size, /O2 must be before the common flags. The GYP
  # build also specifies /Ot, /Oi, and /GF, but these are implied by /O2.
  cflags = [ "/O2" ] + common_optimize_on_cflags

  if (is_official_build) {
    if (!is_clang) {
      cflags += [ "/GL" ]  # Whole program optimization.
    }
    # TODO(crbug.com/598772): Enable -flto for Clang.
  }
} else if (optimize_for_fuzzing) {
  cflags = [ "-O1" ] + common_optimize_on_cflags
} else {
  cflags = [ "-O3",

"-flto=full",
"-mllvm", "-polly",
"-mllvm", "-polly-2nd-level-tiling",
"-mllvm", "-polly-detect-profitability-min-per-loop-insts=40",
"-mllvm", "-polly-enable-delicm=false",
"-mllvm", "-polly-invariant-load-hoisting",
"-mllvm", "-polly-position=early",
"-mllvm", "-polly-register-tiling",
"-mllvm", "-polly-run-inliner",
"-Xclang", "-Rpass-analysis=polly",
] + common_optimize_on_cflags
}

}

Chromium.81.0.4043.0.nosync.ULTIMATE.app.zip (internal ffmpeg: polly, cfi, full lto)
SHA1 15B97BC837506A6023995C7D3F013DE4DF29B0CB

===
No lto or polly on dav1d (AV1)

Chromium.81.0.4043.0.nosync.dav1d-no-polly.app.zip
SHA1 D1C62874971CFA843570A7BA12BDE122EC1D95C1

Chromium v81.0.4042.0-r735830-Win64

28 Jan 18:18
85d447b
Compare
Choose a tag to compare

Chromium for 64-bit Windows - All Codecs - Tuesday, 28 January 2020

Chromium 81.0.4042.0 (Official Build) (64-bit)
Revision 5eb994b7e113dfa38a69c6c2207dd59705b703bc-refs/heads/master@{#735830}
OS Windows

  • SDK 10.0.18362.1 (Visual Studio 2019 16.4.3)
  • clang/llvm 11.0.0 commit: 6d6a4590c5d4c7fc7445d72fe685f966b0a8cafb (13 Jan 2020) (GNU/Linux cross-compile)
  • ThinLTO
  • WebRTC

No Sync - No Widevine

Chrome-bin.7z (chrlauncher formatted)
SHA1 65B2AB370D45694BAE8C06717B31EE0F89C2ADCD

Sync - Widevine

Chrome-bin-sync.7z (chrlauncher formatted)
SHA1 52D6570B221A52D6EE69E3E99CC3AA9E69E8DFE4

mini_installer.exe
SHA1 83D9C11BC3739C8C22968774D8A09EBA89535E66

Chromium v81.0.3999.0-r725038-macOS

16 Dec 14:21
85d447b
Compare
Choose a tag to compare

Chromium for 64-bit macOS - All Codecs - Monday, 16 December 2019

Chromium 81.0.3999.0 (Official Build) (64-bit)

Revision bd00a553f598cbf7712c266fa1a9730747a53cb1-refs/heads/master@{#725038}

OS macOS Version 10.15.2 (Build 19C57)

  • only for macOS 64
  • with codecs (h264, h265, flac, xvid, AV1, etc..)
  • official build
  • Xcode 11.3
  • macOS SDK 10.15
  • clang/LLVM 8.0.1
  • ThinLTO
  • Polly optimised

"-O3",
"-flto=thin",
"-mllvm", "-polly",
"-mllvm", "-polly-enable-delicm=false",
"-mllvm", "-polly-invariant-load-hoisting",
"-mllvm", "-polly-optree-normalize-phi",
"-mllvm", "-polly-opt-outer-coincidence=yes",
"-mllvm", "-polly-opt-simplify-deps=no",
"-mllvm", "-polly-position=after-loopopt",
"-mllvm", "-polly-register-tiling",
"-mllvm", "-polly-run-dce",
"-mllvm", "-polly-vectorizer=stripmine",

Sync • WebRTC • Widevine
Chromium.81.0.3999.0.sync.app.zip
SHA1 8143DFCB12A45046B599FC62BFD5CE4C816B2BEA

No Sync • WebRTC • No Widevine
Chromium.81.0.3999.0.nosync.app.zip
SHA1 965B38731C193B0A330429A6D7C2E96CF9BB7A04