Latest pre-built APKs and Magisk/KernelSU modules from upstream:
| App | Non-root APK | Root Module (Magisk/KernelSU) |
|---|---|---|
| YouTube Morphe | 📥 APK | 📥 Module |
| YT Music Morphe | 📥 APK | 📥 Module |
For the full set of builds (ReVanced, ReVanced Extended anddea, Morphe), see the upstream releases.
| Variant | YouTube | YT Music | Patches Source | CLI |
|---|---|---|---|---|
| ReVanced | ✅ | ✅ | ReVanced/revanced-patches |
ReVanced/revanced-cli |
| ReVanced Extended (anddea) | ✅ | ✅ | anddea/revanced-patches |
MorpheApp/morphe-cli |
| Morphe | ✅ | ✅ | MorpheApp/morphe-patches |
MorpheApp/morphe-cli |
apk— Non-root APK (install directly)module— Magisk/KernelSU root module (mount over stock app)both— Both APK and module (default)
- CI runs hourly via GitHub Actions (
ci.yml) - Checks for new upstream patches/CLI versions
- If updates found → downloads target APKs → applies patches → builds modules
- Publishes APKs + Magisk/KernelSU modules as GitHub release assets
Automated Updates via Obtainium
Use this repo URL in Obtainium with these regex filters:
| App | Include Regex |
|---|---|
| YouTube Morphe | youtube-morphe-v |
| YT Music Morphe | yt-music-morphe-v |
| YouTube ReVanced | youtube-revanced-v |
| YT Music ReVanced | yt-music-revanced-v |
| YouTube RVX (anddea) | youtube-revanced-anddea-v |
| YT Music RVX (anddea) | yt-music-revanced-anddea-v |
Edit config.toml to customize:
- Which apps to build
- Which patch sources to use
- Include/exclude specific patches
- Build mode (apk/module/both)
- Architecture (arm64-v8a, all, etc.)
See CONFIG.md for full documentation.
# Prerequisites
apt install openjdk-21-jre jq zip
# Run
./build.sh config.tomlFor Termux:
./build-termux.sh config.tomlTo enable automated CI/CD builds on your fork:
- Go to your repo → Settings → Actions → General
- Select "Allow all actions and reusable workflows"
- Click Save
- Go to Actions tab → CI workflow → Run workflow
⚠️ GitHub may require email verification and/or enabling Actions in account settings for new accounts.
- j-hc/revanced-magisk-module — Original build system
- peternmuller/revanced-morphe-builder — Morphe integration & upstream builds
- ReVanced — Patches & CLI
- anddea/revanced-patches — Extended patches
- MorpheApp — Morphe patches & CLI
⭐ Star this repo if you find it useful!