Ungoogled Chromium Windows



Ungoogled Chromium is quite different from Google Chrome. Chromium is related to “safe browsing” as per its name and functionalities. It also works based on Google Location Service. Ungoogled Chromium helps in the improvement of your online privacy as this browsing system eliminates the “phoning home” for Google servers. Windows packaging for ungoogled-chromium. Download binaries from the Contributor Binaries website. Source Code: It is recommended to use a tag via git checkout (see building instructions below). You may also use master, but it is for development and may not be stable.

Google Chrome sucks for privacy.

So, with that said, I'm here to show you how to download, install, and tweak the Ungoogled Chromium browser.

Now, installing and configuring Ungoogled Chromium isn't the most user-friendly experience for your average user, but it isn't too complicated.

Keep in mind that while we primarily focus on Windows machines in this guide, macOS and Linux users can also easily follow along - especially for the configuration portion!

What is Ungoogled Chromium?

In order to understand Ungoogled Chromium, you first need to understand what Chromium is.

In short, Chromium is the open-source engine and framework that Google Chrome is derived from.

This does not necessarily mean that Chromium is Google Chrome.

This also does not at all mean that Chromium, as it is, is a private alternative to Google Chrome.

This gap is exactly where Ungoogled Chromium steps in.

Ungoogled Chromium is what its name implies; it is Chromium stripped of its dependencies on Google web services such as 'Safe Browsing' and Google Location Service.

This improves your online privacy because it totally eliminates the 'phoning home' to Google servers - something that even regular Chromium does.

For example, 'Safe Browsing' sends data of the sites you visit to Google to ensure that these sites are 'safe.' This feature sounds good, but if you follow your standard internet safety checklists, you'll be pretty good at avoiding obviously 'unsafe' sites.

The privacy issue with a 'Safe Browsing' web search is that Google you're feeding the G machine free information. You can bet that they are recording what sites you visit, when you visit them, how often you visit them, and etc.

Ungoogled Chromium also removes the Google (and other Big Data/Big Tech) defaults.

For example, regular Chromium sets your browser's default search engine to Google. Ungoogled Chromium's default is its 'No Search' feature.

Ungoogled Chromium is available for Android. However, we will only be focusing on the desktop version here.

Forewarning

While Ungoogled Chromium is a solid Chromium-based browser for privacy, you should be aware that it is not without its faults.

Some of its faults might compromise user-experience:

  • Maintained by a small group of developers
  • Patches come out slower than for standard Chromium (NOTE: Despite this, the developers are very good at being speedy in applying released security updates to the source code)
  • Binaries are created by volunteers. (This is also a warning that can be found on Ungoogled Chromium's GitHub download page.)

Downloading the browser

Downloading and installing Ungoogled Chromium requires a couple more steps than just clicking 'download now,' on the browser's website.

This is mostly because Ungoogled Chromium does not have its own dedicated website. Rather, the download files (alongside Ungoogled Chromium's source code) are hosted on a GitHub repository:

Build
Download Ungoogled Chromium

The above link will take you to the repo's downloads page. There is a warning you should heed.

Per the warning, you should be aware that volunteers package the binaries for installation.

(In other words, the packaged binaries (executables/installers) may not be assembled by the developer(s) themselves. This leaves some room for error.)

After you've read the warning and accepted the risk, choose the appropriate operating system you're on.

And don't guess. Downloading the wrong file won't do you any good.

The most up-to-date version of Ungoogled Chromium for your operating system tends to be at the top of the list.

Is macbook air. Verifying the file

This portion is not mandatory, but I highly suggest completing it just for some peace of mind.

Since the binaries (installers) are packaged by volunteers, and not necessarily the developer(s) directly, it's a good idea to verify the file that we're downloading.

Proper verification gives us confidence that the file we downloaded is safe(ish) to install. At the very least, even if it isn't safe to install, verifying the file we downloaded lets us know whether we got the same copy found on the server or not.

Windows

For Windows, I am using a nifty little freeware tool called Checksum Calculator (external link).

  1. Open Checksum Calculator
  2. Click Browse
  3. Select the file (either the .exe or ZIP file; I downloaded the ZIP file for this example).
  4. Select MD5 (or SHA1; I selected MD5 for this example)
  5. Click Calculate
  6. A random string of numbers and letters should populate in the field next to the Copy button
  7. Copy the MD5 (or SHA1) hash from the appropriate download page:
  1. Paste the copied hash into the Compare field
  2. Click Verify
  3. If all goes well you should get a pop-up saying so:

Linux

Verifying the checksum is far easier on Linux (any distro).

Your Terminal commands are:

  • md5sum for the MD5 hash
  • sha512sum for the SHA 512 hash

For example, your resulting terminal command for checking the MD5 hash should look similar to: md5sum filename.zip

It should give you the hash of the file you downloaded. Compare this to the hash found in the appropriate download directory; they should match 100%.

Note: This process is mostly the same on macOS.

Installing

Now that we downloaded the correct binary for our system and (hopefully) verified its integrity, we're ready to install.

Windows

When you download the .exe file, there's not much for you to do:

  1. Double click on the .exe file.
  2. You might get a security warning. If so, click Run
  3. In the dialogue box, click Install.
  4. After installation is complete, a new window for Chromium should appear

Advanced users can build their own Ungoogled Chromium package by using the dedicated Windows repo.

Linux

Linux users have a couple of different ways to install Ungoogled Chromium.

Linux users (depending on the distro) can use the source to build their own Ungoogled Chromium package here.

Alternatively, Linux users can also make use of the volunteer binaries for their particular distro.

Ungoogled Chromium Builds

When using the binaries, if your distro doesn't have a graphical interface to handle the installation for you, then you can always use the terminal to install everything.

App macos. Be aware that if your distro is not supported, then your Ungoogled Chromium can break unexpectedly!

Configuring for optimal privacy (+functionality)

Custom search engines

By default, Ungoogle Chromium enables its 'No Search' feature.

This disables searching the web (via a 'default search engine') by just typing your query into the address bar.

While this is certainly a solid feature for increased privacy, some users might want search using a private search engine from their address bars.

Fortunately, Ungoogled Chromium comes with some choices for private search engines. Namely Searx and DuckDuckGo.

You can add your own search engine too. If you need suggestions for private search engines, visit our Search Engines page.

In this example, I'll be adding the MetaGer search engine to the list.

  1. In the address bar, type chrome://settings/searchEngines
  2. Under Other search engines, click Add
  3. Fill in the overlay fields accordingly (in most cases, you can skip the last one)
  1. Your added search engine should appear under Other search engines

TIP: The easiest way to get the URL for the query string is directly visiting your search engine's website, and then making a query like 'oranges.' Copy the URL, with %s in place of whatever word you searched.

Cookies

Ungoogled Chromium blocks all 3rd party cookies by default.

However, some more privacy-conscious users may wish to block all cookies, which would include 1st party cookies.

Blocking all cookies severely limits what data websites and some web apps can store on your computer.

You should be aware that blocking all cookies may break some sites you visit!

JavaScript

Some really privacy-conscious users might choose to disable JavaScript on all websites by default.

This can be done from within Ungoogled Chromium's settings.

Additionally, you can also choose to whitelist certain sites. When you whitelist a site you are giving clearance for these site(s) to execute JavaScript on your device, so be sure that it is trustworthy!

Advanced Settings

There are some advanced - and 'experimental' - settings to tweak before you get going with Ungoogled Chromium.

  1. Type chrome://flags/ into the address bar.
  2. Find and adjust these settings accordingly:
    • Set Anonymize local IPs exposed by WebRTC to enabled (helps keep WebRTC from leaking your private IP address everywhere)
    • Set Disable search engine collection to enabled
    • IF JAVASCRIPT IS ENABLED: Set getClientRects() fingerprint deception to enabled (this makes fingerprinting your system/browser harder)
    • IF JAVASCRIPT IS ENABLED: Set Canvas::measureText() fingerprint deception to enabled
    • IF JAVASCRIPT IS ENABLED: Set Canvas image data fingerprint deception to enabled
  3. Make sure to re-launch the browser for these changes to take effect

Extensions

Ungoogled Chromium can handle many extensions found in the Chrome Web Store.

How to use ungoogled chromium

You must be signed into your Google Account in order to download extensions from the Chrome Web Store. You may want to consider installing these extensions manually.
Learn how to install extensions manually here

While Ungoogled Chromium does wonders for your privacy because it stops the phoning home to Google servers, it doesn't do a ton for your privacy while browsing the net.

What I really mean is that it doesn't have the likes of a built-in ad or tracker blocker.

Thankfully, you can install privacy extensions that provide tracker blocking to bolster your privacy when using the browser.

This is the optimal privacy extension set-up that I recommend for average users.

This set-up aims to:

  • Maintain your privacy from fingerprinting and trackers found on websites and web apps
  • Keep Ungoogled Chromium stable for regular browsing (too many extensions can cause unexpected errors)
  • Minimize the amount of information collected about you
  • Be user-friendly in set up for the average user

Ungoogled Chromium recommended extensions

NameDescriptionDownloadRepo
uBlock Origin
uBlock Origin is a wide-spectrum blocker that blocks ads and trackers while being light on system resources.
LocalCDN
LocalCDN intercepts middlemen connections from Content Deliver Networks (CDNs) and serves them locally to help preserve your privacy.
HTTPS Everywhere
Automatically forces all websites to load their secure (HTTPS) versions. Created by the EFF and the Tor Project.

Updating

The biggest downside to Ungoogled Chromium is that updates for it have to be installed manually.

This means that Ungoogled Chromium won't check for any updated versions of itself automatically.

You'll have to stay on top of newer versions, which frequently contain various security and exploit fixes, yourself.

Ultimately, this pretty much means uninstalling the old version and installing the updated version of the browser itself for most users.

(If you choose to compile your own personal binary from the source repository, you will have to recompile everything again.) The cost of apple laptop.

Additionally, you should be aware that Ungoogled Chromium's de-googling goes as far as breaking automatic updates for extensions.

Remember, Ungoogled Chromium does not talk to Google's servers, so automatic updates (or auto notifications of updates) are not possible. You can think of this as collateral. (This is why I suggest installing your extensions by hand, because you'll be updating them by hand anyway.)

Ungoogled Chromium Windows

Note: There are rumblings of an official packaging server (from the developer) in the works. There is no timeline as of yet, but this would definitely remedy the manual updating problem.

Final thoughts

Ungoogled Chromium is a great privacy-focused Chromium based browser.

It is fast, stripped of Google's proprietary coding that can intrude on your privacy, and compatible with many Chrome Extensions.

However, where it shines in its de-google-ing and user privacy-first initiative sometimes means it isn't as 'user friendly' as other Chromium browsers.

Hopefully this guide helps you with the installing and tweaking process of Ungoogled Chromium.

Download Ungoogled Chromium

Chromium has long been recommended as an alternative to Google Chrome to live a Google-free life on the web. However, it still depends on some of the major Google web services, binaries, and dependencies. So to bring about a true Google-free Chrome, a developer named Eloston has arrived Uncontrolled Chromium, An open-source project that fulfills all of Google’s dependencies from Chromium. It has removed all the binaries created by Google, codes related to Google services, and more from the browser. So if you are privacy-conscious and don’t want Google to have access to your data, here’s a guide on how to install Ungold Chromium on your Windows, MacOS, or Linux PC.

Install Ungold Chromium on Windows, macOS and Linux (2021)

Here, we have a tutorial for all three major desktop operating systems. You can expand the table below and click on the link to go to the desired section. But before that, make sure to go through the key points to find out if the ungolded chromium is suitable for your use.

significant digits

  • Unlike Google Chrome, you Automatic update will not be found On Ungoogled Chromium, which is a security threat to common users. In today’s world, you need to keep the browser up to date to keep you safe from online threats. Each time a new build occurs, you will have to manually install the update, which may be a viable option for experts, but not for general users.
  • In addition, the developer notes that Construction can be tampered with As anyone willing to contribute to the project can submit replacement binaries. Some binaries are not reproducible, so the developer cannot guarantee authenticity. However, to provide some relief to users, the developer clarifies that this is a highly likely event.
  • Install ungold chromium on windows 10

1. Open github page Ungoogled Chromium and Download Setup File Is based on your PC architecture.

2. You can Explore your pc architecture Right-clicking on “My PC” and opening the “Properties” window. Look for here system type. For example, I am using a 64-bit computer.

3. Now, click on EXE file And download it.

4. Once you download it, Double-click on the EXE file And install Ungold Chromium on your Windows PC. After that, open it, and now you can browse the web without Google behind the shadow.

5. Keep in mind, Ungold Chromium does not come with a pre-set search engine. You can go to the 3-dot menu -> search engine ->Select search engine Of your choice from the drop-down menu. I chose DuckDuckGo for maximum privacy and security.

6. Furthermore, Ungold Chromium does not let you install Chrome extensions easily. For that, Ungold Chromium is an easy guide for you. you Open this page And follow the instructions Install the Chrome extension on this Google-free Chromium browser. This directive also applies to macOS and Linux.

  • Install Ungoogled Chromium on MacOS

1. Open this page And download Ungold Chromium Build for your Mac. It provides Latest DMG Build For both Apple Silicon and Intel Mac.

2. Next, run the DMG file and Ungoogled Chromium will be added Application directory.

3. now Open browser, And there you have it. Ungoogled Chromium works perfectly fine on macOS as well. You can also follow steps # 5 and # 6 from the Windows section to unlock some essential features.

  • Install ungold chromium on linux

1. Like the section above, you need to do Go to this page And download Ungold Chromium Build for yourself. Exclusive Linux Distro. It supports almost all Linux distributions, including Ubuntu, Debian, Manjaro, Arch Linux, and more.

2. Now, run the program on the basis of Package Type You have downloaded. For example, I tested an AppImage Linux build on my Chromebook with a Debian Linux container. And the best part is that it works like a charm!

Protect your Internet privacy with Ungoogled Chromium

Ungoogled Chromium Windows 7

So this is how you can install Ungold Chromium on your PC, Mac and Linux computers and shield yourself from Google’s stinging eyes on the web. I love this web-sense-Google approach, and I am definitely behind it. However, I would not recommend this Chrome option for normal users as the browser will not receive automatic updates and may compromise their security. Anyway, all of that belongs to us. If you are looking for more ways to remove Google from your life, go through our in-person guides and take charge of your privacy. And if you have any question, then let us know by commenting below.