Ungoogled Chromium
A lightweight approach to removing Google web service dependency
- ungoogled-chromium is Google Chromium, sans dependency on Google web services.
- ungoogled-chromium retains the default Chromium experience as closely as possible. Unlike other Chromium forks that have their own visions of a web browser, ungoogled-chromium is essentially a drop-in replacement for Chromium.
- ungoogled-chromium features tweaks to enhance privacy, control, and transparency. However, almost all of these features must be manually activated or enabled.
All patches are published under BSD 3-Clause, except those borrowed from other projects which may be licensed under a different license.
Ungoogled-Chromium-Android is available for Android 5.0 and above.
Resources
News
- Ungoogled-Chromium-Android update v97.0.4692.71-1
- Ungoogled-Chromium-Android update v96.0.4664.110-1
- Ungoogled-Chromium-Android update v96.0.4664.93-1
- Ungoogled-Chromium-Android update v96.0.4664.45-1
- Ungoogled-Chromium-Android update v95.0.4638.54-1
- Ungoogled-Chromium-Android update v94.0.4606.81-1
Key Features
These are the core features introduced by ungoogled-chromium.
- Disable functionality specific to Google domains (e.g. Google Host Detector, Google URL Tracker, Google Cloud Messaging, Google Hotwording, etc.)
- This includes disabling Safe Browsing. Consult the FAQ for the rationale.
- Block internal requests to Google at runtime. This feature is a fail-safe measure for the above, in case Google changes or introduces new components that our patches do not disable. This feature is implemented by replacing many Google web domains in the source code with non-existent alternatives ending in
qjz9zk
(known as domain substitution; see docs/design.md for details), then modifying Chromium to block its own requests with such domains. In other words, no connections are attempted to theqjz9zk
domain. - Strip binaries from the source code (known as binary pruning; see docs/design.md for details)
- Add many new command-line switches and
chrome://flags
entries to configure disabled-by-default features. See docs/flags.md for the exhaustive list.
Enhancing Features
These are the non-essential features introduced by ungoogled-chromium.
- Use HTTPS by default when a URL scheme is not provided (e.g. Omnibox, bookmarks, command-line)
- Add more URL schemes allowed to save page schemes.
- Add Omnibox search provider “No Search” to allow disabling of searching
- Add a custom cross-platform build configuration and packaging wrapper for Chromium. It currently supports many Linux distributions, macOS, and Windows. (See docs/design.md for details on the system.)
- Force all pop-ups into tabs
- Disable automatic formatting of URLs in Omnibox (e.g. stripping
http://
, hiding certain parameters) - Disable intranet redirect detector (extraneous DNS requests)
- This breaks captive portal detection, but captive portals still work.
- (Iridium Browser feature change) Prevent URLs with the
trk:
scheme from connecting to the Internet- Also prevents any URLs with the top-level domain
qjz9zk
(as used in domain substitution) from attempting a connection.
- Also prevents any URLs with the top-level domain
- (Iridium and Inox feature change) Prevent pinging of IPv6 address when detecting the availability of IPv6. See the
--set-ipv6-probe-false
flag above to adjust the behavior instead.
Borrowed Features
In addition to the features introduced by ungoogled-chromium, ungoogled-chromium-android selectively borrows many features from the following projects (in approximate order of significance):
Donate
If you find this project helpful, please consider dotate to help offset some of the development costs.
BTC: bitcoin:BC1QWSVVM8SY29WSGWH5ELCA32LSKL8RKNMP4DSRWU
XMR: 82dzaVVBL84KD4d4Et7UP21sute58rZw45o1gFKLyPUgeE94v7E5foL5bEa2o9TaPGXnV6w6JuH3fT6obDbfSCLCBfZxihQ
Download Ungoogled-Chromium
Current Ungoogled-Chromium stable version: 97.0.4692.71
Current Ungoogled-Chromium Extension version: 88.0.4324.182
Current SystemWebView stable version: 97.0.4692.71
Architecture | Android version |
---|---|
Also available for installation and updates via F-Droid Client.
Other downloads
Sponsors
Thanks to Gandi.net for providing the project with a build server.