|
2 years ago | |
---|---|---|
.gitea | 2 years ago | |
.github | 2 years ago | |
misc | 2 years ago | |
patches | 2 years ago | |
.build_config | 2 years ago | |
.gclient | 3 years ago | |
.gitignore | 3 years ago | |
CHANGELOG.md | 2 years ago | |
LICENSE.md | 2 years ago | |
README.md | 2 years ago | |
SUPPORT.md | 3 years ago | |
android_flags.debug.gn | 2 years ago | |
android_flags.gn | 2 years ago | |
android_flags.release.gn | 2 years ago | |
build.sh | 2 years ago | |
bundle_generate_apk.sh | 2 years ago | |
domain_sub_2.list | 2 years ago | |
keystore_dummy.gn | 2 years ago | |
pruning_2.list | 2 years ago |
README.md
ungoogled-chromium-android
Please see CHANGELOG for latest updates.
A lightweight approach to removing Google web service dependency
Note: this is an Android build.
Help is welcome!
For more information on ungoogled-chromium
, please visit the original repo: Eloston/ungoogled-chromium.
Content Overview
- Objectives
- Differences from ungoogled-chromium
- Limitations
- Platforms and Versions
- Building Instructions
- Reporting and Contributing
- Extensions
- F-droid Repository
- Credits
- Related Projects
- Sponsors
- License
Objectives
In descending order of significance (i.e. most important objective first):
- 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. For more details, see Feature Overview.
Differences from ungoogled-chromium
These are the differences between a Linux build of ungoogled-chromium and ungoogled-chromium-android.
- Disable Android specific functionalities:
- lite mode
- contextual search
- prefetch
- remove home page links
- remove unnecessary account permissions
- Android specific enhancements:
- Add
Startpage.com
andQwant.com
as search engine options - Add new folder button in bookmark manager
- Add back flags to enable deprecated TLS warnings
- Add flag to enable update notifications (disabled by default and will only send a single
GET
request to my server periodically) - Add flags to always send
save-data
flag in header - Add flags to force tablet UI and desktop mode
- Add
- Borrowed from Bromite:
- Exit menu item
- flag to disable device orientation API
- option to clear open tabs between sessions
- prevent WebRTC address leaking
- enable DNS-over-Https by default
- Add bookmark import/export options
- Disable DRM media preprovisioning which leaks connections
- All Google play and Google service related blobs are removed. This includes Firebase, GCM (Google Cloud Messaging), GMS (Google Mobile Services) and bridge to Google Play.
- Releases are built for
arm
,arm64
andx86
. There is nox86_64
build.
Limitations
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.
Platforms and Versions
Pre-built apks are named as {BUILD_TARGET}_{CPU_ARCH}.apk
, where:
{BUILD_TARGET}
is one ofChromeModernPublic
,Trichrome
,SystemWebview
.ChromeModernPublic
is for API >= 21 (Android 5.0) and only contains the browser.Trichrome
is for API >= 29 (Android 10) and only contains the browser. Note:Trichrome
has two apks, you need to install both for ungoogled-chromium to work.SystemWebview
is for >= API 21 (Android 5.0) and only contains the webview.
{CPU_ARCH}
is one ofx86
,arm
(armeabi-v7a),arm64
(arm64-v8a).- Please also read this important note about Webview on Android N-P.
- The Bromite Wiki can also be helpful.
Building Instructions
This build is built from Sylvain Beucler's libre Android rebuilds instead of SDK/NDK binaries from Google.
- Clone this repository
- Make sure you have enough disk space and memory to build chromium
- enter repo directory and run
./build.sh
.
Build time dependencies (package names as in Fedora 33. Other distributions may have different package names):
required packages
bison
bzip2
clang
curl
dbus-devel
expat-devel
fakeroot-libs.i686
flex
git
glib2
glib2-devel
glibc.i686
glibc-devel.i686
gnupg2
gperf
java-1.8.0-openjdk-devel
java-1.8.0-openjdk-headless
java-11-openjdk
java-11-openjdk-devel
java-11-openjdk-headless
krb5-devel
libatomic-static
libdrm-devel
libgcc.i686
libstdc++-static
libtool-ltdl.i686
libtool-ltdl-devel.i686
libuuid-devel
libxkbcommon-devel
lld
llvm
make
maven
ninja-build
nodejs
npm
nss-devel
passwd
patch
perl
protobuf
python2.7
python3
rsync
tar
unzip
yasm
wget
In addition, scripts need to be run under python2. virtualenv
or conda
can be used to set up such an environment.
For a more customized building process, see building instructions from the original repo.
Reporting and Contributing
- For reporting issues and contacting, see SUPPORT
- Bug reports and code contributions are welcomed.
Extensions
The extension support version has been discontinued. The last version is 88.0.4324.182
. It will still be available for downloading, but no new version will be released.
The extension patches can be found at chromium-android-extension. Anyone interested is welcomed to fork and keeps working on it.
F-Droid Repository
I have set up a F-Droid repository. You can use F-Droid client and add the following repository, depending on your device:
- For 32-bit
arm
devices, add this repository - For 64-bit
arm64
devices, add this repository - For
x86
devices, add this repository
Credits
Related Projects
- Bromite (Another build for Android. Has some own features.)
Sponsors
- Thanks to Gandi.net for kindly providing us with building servers.
License
See LICENSE.
ungoogled-chromium-android
is part of ungoogled-chromium
. Everything published here, including (but not limited to) patches, scripts and other files are licensed under GPLv3+.