follow this instructions to build the tangled browser or download it from tangled.com
clone the repository and it's submodules
git clone https://github.com/tangled-dev/tangled-browser.git
git submodule init
git submodule update
checking out chromium
follow the instructions to get the chromium source code and configurations for your operating system.
after installing the tools and dependencies to build chromium, run the following command to get the source code
fetch --nohooks --no-history chromium
the source code is very large and the download may take 30 minutes in a fast connection, and many hours on slower ones.
the process will build the dependencies
and apply the patches required to build the tangled browser.
to start the process, you use the script upgrade_tangled.sh <version> < win | linux | darwin > < x64 | arm64 > <build folder> [full upgrade]< true | false >
for example:
sh upgrade_tangled.sh 110.0.5481.38 linux x64 out/Default true