https://github.com/elohim-etz/morphe-builder
A Magisk/KernelSU module and Apk builder for Morphe patches
https://github.com/elohim-etz/morphe-builder
j-hc kernelsu ksu magisk module
Last synced: about 2 months ago
JSON representation
A Magisk/KernelSU module and Apk builder for Morphe patches
- Host: GitHub
- URL: https://github.com/elohim-etz/morphe-builder
- Owner: elohim-etz
- License: gpl-3.0
- Created: 2024-12-29T16:52:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-27T15:27:52.000Z (2 months ago)
- Last Synced: 2026-03-28T00:49:51.607Z (2 months ago)
- Topics: j-hc, kernelsu, ksu, magisk, module
- Language: Shell
- Homepage:
- Size: 30.5 MB
- Stars: 33
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Morphe Module and APK
[](https://t.me/rvc_magisk)
[](https://github.com/elohim-etz/morphe-builder/actions/workflows/ci.yml)
Extensive Morphe Builder
Get the [latest CI release](https://github.com/elohim-etz/morphe-builder/releases).
Use [**zygisk-detach**](https://github.com/j-hc/zygisk-detach) to detach YouTube and YT Music from Play Store if you are using modules.
Features
- Support all present and future Morphe apps
- Can build 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 Morphe 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=morphe-builder&template_owner=elohim-etz)
* 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)
## 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](https://github.com/j-hc/rvmm-zygisk-mount)
## Building Locally
### On Termux
```console
bash <(curl -sSf https://raw.githubusercontent.com/elohim-etz/morphe-builder/main/build-termux.sh)
```
### On Desktop
```console
$ git clone https://github.com/elohim-etz/morphe-builder
$ cd morphe-builder
$ ./build.sh
```