brizaldi / revanced-magisk-module

Extensive ReVanced builder. Builds both modules and APKs. Updated daily.

Home Page:https://t.me/rvc_magisk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ Do not download modules from 3rd party sources like random websites you found on Google. Only use this repository. I am not responsible for anything they may contain.

ReVanced Magisk Module

Telegram Build Modules CI

Get the latest CI release.

mindetach module in the releases section detaches YouTube and YouTube Music from Play Store and blocks it from updating them.

Features

  • Support all present and future ReVanced and ReVanced Extended apps
  • Can build Magisk modules and non-root APKs
  • Updated daily with the latest versions of apps and patches
  • Optimize APKs and modules for size
  • Modules
    • recompile invalidated odex for faster usage
    • receive updates from Magisk app
    • do not break safetynet or trigger root detections
    • handle installation of the correct version of the stock app and all that

Note that the CI workflow is scheduled to build the modules and APKs everyday using GitHub Actions if there is a change in ReVanced patches. You may want to disable it.

To include/exclude patches or patch more ReVanced Apps

See the list of patches

To add more ReVanced apps or build ReVanced Extended config.toml, read here CONFIG.md

Building Locally

On Termux

bash <(curl -sSf https://raw.githubusercontent.com/j-hc/revanced-magisk-module/main/build-termux.sh)

On Desktop

Make sure you have JDK 17 and jq installed. Then run:

$ git clone --recurse https://github.com/j-hc/revanced-magisk-module
$ cd revanced-magisk-module
$ ./build.sh

About

Extensive ReVanced builder. Builds both modules and APKs. Updated daily.

https://t.me/rvc_magisk

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%