Ungoogled-chromium: 64 bit build for Windows

Created on 28 Sep 2016  路  13Comments  路  Source: Eloston/ungoogled-chromium

I'm curious if it's possible to produce a 64 bit build for Windows. I'm actually interested in producing it myself, if you wouldn't mind helping me get started. :-)

question

Most helpful comment

@woolyss Thanks

Finally, can you compile a 64-bit version of ungoogled-chromium for Windows?
I think it could be better than our merged builds! ;)

Yeah I'm planning to do that as soon as I can.

All 13 comments

I haven't tested it, but the code should be there to build it. Do you have some knowledge of Python? You'll need to add two lines to build.py:

  • Import CPUArch from buildlib.common
  • Set the target_arch attribute of builder to be CPUArch.x64

Then run build.py normally and hope for the best.

Thank you!

Hello everybody,

Please, can you test new releases of 64-bit chromium with ungoogled-chromium patches?
https://chromium.woolyss.com/#windows-64-bit

For info, nik is the main developer of stable 64-bit Chromium versions, available over the Internet.
And chromium.woolyss.com is reliable source without ads.

Hi @woolyss, I really like your website. It has great info and binaries that I've used from time-to-time. Thanks :)

A few questions: Does nik's build use domain substitution or source cleaning? Did nik use buildlib, or include the patches in his own build process?

Hello @Eloston, thank you very much. I made a simple resource and Nik has mainly improved it with its Chromium releases.

I am not Nik but I can try to answer you. I invited him to come here.
1) He uses source cleaning.
2) I do not know if he uses buildlib but he includes the patches in his own build process.

Nik does not use all patches because there are few limitations. Some of patches are not working because they are for GYP build system (fix-building-without-one-click-signin.patch and others) - Ref.: https://github.com/Eloston/ungoogled-chromium/issues/16#issuecomment-233821506 - Nik compiles Chromium with GN build system and PGO optimization.

Anyway, good work @Eloston ! ;)

Hi @Eloston, i've used some of your patches from "patch_order" file only (some was failed and some i've disabled because of "trk" part and domain substitution).

@chrme @woolyss

I see. Well that's a bit unfortunate. Would you mind adding a disclaimer on the site saying that several patches and domain substitution are not used? Also, since you're using GN, I'm guessing you're using binaries provided by Google? If so, I would also like that to be mentioned in the disclaimer.

I may sound pedantic, but I think these differences are among the major features that ungoogled-chromium has to offer. The patches that depend on GYP are those that disable the more integrated features, and building without Google binaries gives users more certainty that Google isn't doing something behind our backs.

@Eloston: Ok, I understand. I wrote a disclamer on the site.
https://chromium.woolyss.com/#windows-64-bit

Finally, can you compile a 64-bit version of ungoogled-chromium for Windows?
I think it could be better than our merged builds! ;)

@woolyss Thanks

Finally, can you compile a 64-bit version of ungoogled-chromium for Windows?
I think it could be better than our merged builds! ;)

Yeah I'm planning to do that as soon as I can.

Yeah I'm planning to do that as soon as I can.

Nice! Thank you for your work and support.

woolyss so what happened to your builds? I see no mention of it on your site.

@chrcoluk, I have nothing against Eloston and its project but see my review at:
https://chromium.woolyss.com/?all=1#comment-1566
(note this link will display all comments. So the content can be slow to display)

Anyway you can download our 64-bit version (chromium-ungoogled.zip) at:
https://github.com/henrypp/chromium/releases/tag/v53.0.2785.143-r403382-win64

For info, you will find a site archive at:
https://web.archive.org/web/20161115065312/http://chromium.woolyss.com/#windows-64-bit-chocolatey

147 implements this. Going to make x86 and x64 builds and upload them to the next tag.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dm17 picture dm17  路  3Comments

floggle picture floggle  路  3Comments

WackyModder84 picture WackyModder84  路  4Comments

biziclop picture biziclop  路  3Comments

Chilcout picture Chilcout  路  3Comments