No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-21 11:01:29 +07:00
.github fix: resolve the issues 2026-05-15 11:08:20 +07:00
bin fix: resolve the apk build 2026-04-05 21:35:09 +07:00
module sync the author code 2026-07-21 11:01:29 +07:00
.gitignore fix: resolve the issues 2026-05-15 11:08:20 +07:00
build-termux.sh fix: resolve the apk build 2026-04-05 21:35:09 +07:00
build.sh sync the author code 2026-07-21 11:01:29 +07:00
CONFIG.md fix: resolve the issues 2026-05-15 11:08:20 +07:00
config.toml sync the author code 2026-07-21 11:01:29 +07:00
ks-p12.keystore fix: resolve the apk build 2026-04-05 21:35:09 +07:00
ks.keystore Initial commit 2024-12-20 20:30:47 +07:00
LICENSE Initial commit 2024-12-20 20:30:47 +07:00
README.md fix: resolve the apk build 2026-04-05 21:35:09 +07:00
sig.txt fix: resolve the issues 2026-05-15 11:08:20 +07:00
utils.sh sync the author code 2026-07-21 11:01:29 +07:00

ReVanced Magisk Module

Telegram CI

Extensive ReVanced builder

Get the latest CI release.

Use zygisk-detach to detach YouTube and YT Music from Play Store if you are using magisk modules.

Features
  • Supports all present and future ReVanced apps (including projects implementing the same API)
  • Can build Magisk modules and non-root APKs
  • Updated daily with the latest versions of apps and patches
  • Optimizes 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

To include/exclude patches or patch other apps

also see here CONFIG.md

If you are having trouble with the classic mount method of the modules

such as,

  • "Reflash needed" error after reboots
  • "Suspicious mount detected" warnings from root detector apps

You can consider using rvmm-zygisk-mount

Building Locally

On Termux

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

On Linux

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