# ReVanced Magisk Module [![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/rvc_magisk) [![CI](https://github.com/j-hc/revanced-magisk-module/actions/workflows/ci.yml/badge.svg?event=schedule)](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 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 ```