This is my fork of the original ReVanced Magisk Module by j-hc.
It mainly exists for my own use, experimentation, and tweaks — but feel free to use it if you find it helpful!
👉 For the official and always up-to-date source, check the main repository.
- Based on the upstream repo, with occasional personal changes.
- May update CI or configs differently than the original.
- Still credits all main development work to j-hc.
- Get the latest release from my fork.
- Or see the upstream releases for the official builds.
If you are using Magisk/KernelSU modules, you may also want zygisk-detach to detach YouTube and YT Music from the Play Store.
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
- support Magisk and KernelSU
- Star this fork ⭐
- Use the repo as a template
- Edit
config.tomlusing rvmm-config-gen - Run the build workflow
- Get your modules and APKs from releases
See also: CONFIG.md
bash <(curl -sSf https://raw.githubusercontent.com/j-hc/revanced-magisk-module/main/build-termux.sh)$ git clone https://github.com/j-hc/revanced-magisk-module
$ cd revanced-magisk-module
$ ./build.shAll credit for the original work goes to j-hc. This fork is just my personal variant — check the upstream repo for the source of truth.