https://github.com/j-hc/revanced-magisk-module
Extensive ReVanced builder. Builds both modules and APKs. Updated daily.
https://github.com/j-hc/revanced-magisk-module
extended magisk module revanced rvx
Last synced: 2 days ago
JSON representation
Extensive ReVanced builder. Builds both modules and APKs. Updated daily.
- Host: GitHub
- URL: https://github.com/j-hc/revanced-magisk-module
- Owner: j-hc
- License: gpl-3.0
- Created: 2022-06-25T11:10:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T16:14:31.000Z (3 days ago)
- Last Synced: 2025-04-27T05:59:37.870Z (2 days ago)
- Topics: extended, magisk, module, revanced, rvx
- Language: Shell
- Homepage: https://t.me/rvc_magisk
- Size: 22.2 MB
- Stars: 5,123
- Watchers: 71
- Forks: 858
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - j-hc/revanced-magisk-module - Extensive ReVanced builder. Builds both modules and APKs. Updated daily. (Shell)
- awesome-starred - j-hc/revanced-magisk-module - Extensive ReVanced builder. Builds both modules and APKs. Updated daily. (Shell)
- Awesome-ReVanced - Magisk Module
README
# ReVanced Magisk Module
[](https://t.me/rvc_magisk)
[](https://github.com/j-hc/revanced-magisk-module/actions/workflows/ci.yml)Extensive ReVanced builder
Get the [latest CI release](https://github.com/j-hc/revanced-magisk-module/releases).
Use [**zygisk-detach**](https://github.com/j-hc/zygisk-detach) to detach YouTube and YT Music from Play Store if you are using magisk modules.
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
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 other apps
* Star the repo :eyes:
* Use the repo as a [template](https://github.com/new?template_name=revanced-magisk-module&template_owner=j-hc)
* Customize [`config.toml`](./config.toml) using [rvmm-config-gen](https://j-hc.github.io/rvmm-config-gen/)
* Run the build [workflow](../../actions/workflows/build.yml)
* Grab your modules and APKs from [releases](../../releases)
also see here [`CONFIG.md`](./CONFIG.md)
## Building Locally
### On Termux
```console
bash <(curl -sSf https://raw.githubusercontent.com/j-hc/revanced-magisk-module/main/build-termux.sh)
```
### On Desktop
```console
$ git clone https://github.com/j-hc/revanced-magisk-module
$ cd revanced-magisk-module
$ ./build.sh
```