Skip to content

Gaurav241/revanced-builder

 
 

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 NodeJS v13, Zulu JDK 17 and ADB (optional, required only for rooted phones).

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 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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%