A custom chromium build inspired by ungoogled-chromium but keep some Google services working.
Current version: 80.0.3987.7
.
Usually keep updated with latest Dev version.
All patches are in
patches
folder.
Removed Safe Browsing
.
Removed privacy tracker in Settings.
Changed UI default color (some modifications from Brave browser here).
Resized top chrome UI.
Download binaries from Releases.
If you want to use Chrome Sync, you have to setup Google API key first. Please follow this link to get your own key.
Tested on macOS 10.15.
- Install
Xcode 10
or higher version. - Clone this project:
git clone https://github.com/hellotanuky/clear-browser
- Open a terminal and cd to project folder:
cd clear-browser
- Build Chromium with patches:
./scripts/build.py build
- Wait patiently.
Optionally: If you want to use ccache,
use brew install ccache
to install it and pass --ccache
to build.py
. This will
automatically append cc_wrapper="ccache"
to args.gn
.
IT IS BUGGY and WIP.
still WIP.
If you use existing profile from ungoogled-chromium
, you may encounter password sync failure. To solve this, create a new profile.
1Password
is unavailable since it forces browser signature check. Instead you can use
1Password X
but it requires a valid subscription.
PRs are always welcome :)