This project will allow you to download the YouTube APK and build ReVanced easily!
You'll need at least Zulu JDK 17 and ADB (optional, required only for rooted phones).
If you plan to use it from source, you'll also require NodeJS >=13.
If you aren't tech savvy, you can download the precompiled EXE file from here.
- Clone or download the repository.
$ git clone https://github.com/reisxd/revanced-builder
- Install the modules.
$ npm install
- Build ReVanced!
$ node . --patch
If you want to exclude a patch, use the --exclude
option, example:
$ node . --patch --exclude disable-shorts-button
If you want to exclude more, seperate the patches with a comma:
$ node . --patch --exclude disable-shorts-button,microg-support
If you want to explicitly include a patch, use the --include
option, example:
$ node . --patch --include autorepeat-by-default
If you want to include more, seperate the patches with a comma (same as the exclude option).
If you want to patch a specific YT version, download the APK, move it to this folder and rename it to youtube.apk
:
$ node . --patch --manual-apk