Skip to content

Deefstomp/revanced-builder-dockerize

 
 

Repository files navigation

ReVanced Builder

This project will allow you to download the YouTube APK and build ReVanced easily!

Required

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.

The noob way

If you aren't tech savvy, you can download the precompiled EXE file from here.

How to build

  1. Clone or download the repository.
$ git clone https://github.com/reisxd/revanced-builder
  1. Install the modules.
$ npm install
  1. 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

About

A NodeJS ReVanced builder

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.2%
  • Nix 3.8%