Please see CHANGELOG for newest updates.
A lightweight approach to removing Google web service dependency
Note: this is an Android build.
ungoogled-chromium is Google Chromium, sans dependency on Google web services. It also features some tweaks to enhance privacy, control, and transparency (almost all of which require manual activation or enabling).
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.
For more information on ungoogled-chromium
, please visit the original repo: Eloston/ungoogled-chromium.
These are the differences between a Linux build of ungoogled-chromium and this Android build.
arm64
instead of x64
.The enhancements included in ungoogled-chromium are not to be considered useful for journalists, people living in countries with freedom limitations, and those who are facing government-level adversaries. Please look at tools specifically developed for these purposes, for example Tor Browser in such cases.
Pre-built apks are named as {BUILD_TARGET}_{CPU_ARCH}.apk
, where:
{BUILD_TARGET}
is one of ChromePublic
, MonoChromePublic
, SystemWebview
.
ChromePublic
is for API > 21 (Android 5.0) and only contains the browser.MonoChromePublic
is for API > 24 (Android 7.0) and contains both the browser and the webview.SystemWebview
is for API 21 - 23 (Android 5.0 - 6.0) and only contains the webview.{CPU_ARCH}
is one of x86
, arm
(armeabi-v7a), arm64
(arm64-v8a).This build is built from Sylvain Beucler's libre Android rebuilds instead of SDK/NDK binaries from Google.
proprietary_codecs=true
to the end of android_flags.gn
.proprietary_codecs
does not add the actual codecs, only codes to handle those file types../build.sh
.Build time dependencies can be roughly referred from AUR.
For a more customized building process, see building instructions from the original repo.
Note: the extension-support version is highly experimental. It is not officially a part of Ungoogled-Chromium
. Only use it if you want to help testing, or you know what you are doing! I will not be responsible for any loss or damage caused.
Users coming from Kiwi Browser: the extension-support version is NOT a successor of Kiwi, nor will it have the same functionalities as Kiwi.
The extensions are likely not fully functional yet.
There are three methods to install extensions:
chrome://flags/
and change #extension-mime-request-handling
to Always prompt for install
and relaunch your browser.Add to Chromium
chrome://extensions/
and you should see the extension there.chrome://flags/
and change #extension-mime-request-handling
to Always prompt for install
and relaunch your browser.crx
file following the instructions here.chrome://extensions/
and you should see the extension there.Android 5.1+
):
crx
file into a folder withunzip
/7z
and copy the folder to your device.chrome://extensions/
and enable Developer mode, refresh.Load unpacked
and select the folder you copied. Notice that Android has two file selections, one for selecting files and one for selecting folders. Make sure you use the right one.I have set up an experimental f-droid repository. Because of the limitation of its server tools, only the arm
version is hosted.
You can use f-Droid client and add this repository.
See LICENSE