Download source code
ProtonAOSP is fully open-source on GitHub. You can download the source code using Google’s repo
tool. First, create a new folder:
mkdir protonaosp
cd protonaosp
Then initialize the folder and sync the source code:
repo init -u https://github.com/ProtonAOSP/android_manifest -b sc
repo sync
This is a large download that will take approximately 100 GB of disk space, so plan accordingly.
If it’s too slow and you have a fast internet connection, you can try downloading with multiple connections in parallel:
repo sync -j8
Branches
rvc
: Android 11 (Red Velvet Cake)sc
: Android 12 (Snow Cone)
Building
See Build for instructions to build the downloaded source code.