Hayek browser is forked from brave browser
Hayek browser is forked from brave browser. system requier:Ubuntu 22.4 or above node version: 16.17.1
git config --global --unset http.proxy
git config --global --unset https.proxy
export http_proxy=
export https_proxy=
git config --global core.compression 0
#set git no compression,remove all proxy setting.
mkdir hayekbrowser/src/brave
cd hayekbrowser/src
git clone https://github.com/yianding/brave-core.git ./brave
cd brave
npm install
npm run init -- --target_os=android --target_arch=arm
#waiting for sync chromium project.very long time depends on your internet speed.
npm run build gen_gradle
#very long time depends on your CPU and memory.
# after buid,
cd cd ../out/android_gen_gradle_arm/apks/
# install apk to your android device
adb install ChromePublic.apk
Brave Core is a set of changes, APIs, and scripts used for customizing Chromium to make the Brave browser. Please also check https://github.com/brave/brave-browser
Follow @brave on Twitter for important announcements.
You can ask questions and interact with the community in the following locations:
- Brave Community
communitychannel on Brave Software's Slack