https://github.com/leohearts/revanced-modules-ondemand
https://github.com/leohearts/revanced-modules-ondemand
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leohearts/revanced-modules-ondemand
- Owner: leohearts
- License: gpl-3.0
- Created: 2024-03-26T04:31:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T16:09:58.000Z (4 months ago)
- Last Synced: 2025-02-17T16:48:48.216Z (4 months ago)
- Language: Shell
- Size: 21.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReVanced Magisk Module
[](https://github.com/leohearts/revanced-modules-ondemand/actions/workflows/ci.yml)Extensive ReVanced builder
Get the [latest CI release](https://github.com/leohearts/revanced-modules-ondemand/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
[**See the list of patches**](https://j-hc.github.io/rvmm-config-gen/)
* 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/leohearts/revanced-modules-ondemand/main/build-termux.sh)
```
### On Desktop
```console
$ git clone https://github.com/leohearts/revanced-modules-ondemand
$ cd revanced-magisk-module
$ ./build.sh
```