Kareem Patches for Morphe
April 30, 2026 ยท View on GitHub
Targeted Morphe-compatible patches for small app-specific share-link fixes.
Supported apps and patches
| App | Package | Target APK/APKM | Patches |
|---|---|---|---|
com.instagram.android | 424.0.0.49.64 | Change Instagram share domain | |
| Threads | com.instagram.barcelona | 426.0.0.36.67 | Change Threads share domain |
| TikTok | com.zhiliaoapp.musically | 44.9.3 | Change TikTok share domain |
com.reddit.frontpage | 2026.17.0 | Change Reddit share domain, Sanitize Reddit share links | |
| X / Twitter | com.twitter.android | 11.86.0-release.0 | Disable Twitter PairIP startup checks, Change Twitter share domain, Sanitize Twitter share links |
Experimental compatibility entries are kept for previously validated app versions where useful, but the linked versions above are the currently maintained targets.
Use In Morphe
Add this repository as a patch source in Morphe:
- Add source in Morphe
- Manual source URL:
https://github.com/kareemlukitomo/morphe-patches - Worker source URL:
https://morphe.kareem.one/patches-bundle.json
Notes:
- Releases publish a signed
.mpppatch bundle on GitHub. - The Worker URL serves
patches-bundle.jsonfrom the newest signed release, so it does not need to be rebuilt for each release.
Release Flow
- Development happens on feature branches and lands on
devbeforemain. - Releases are tag-driven CalVer bundles. Use tags like
v26.4.29-abcdef, whereabcdefis the first six characters of the tagged commit SHA. - Pushing a matching tag runs release.yml and publishes the
.mppbundle. - Release metadata is generated as release assets in
patches-bundle.jsonandpatches-list.json. - After the GitHub release exists, sign the
.mppwithmise run sign-release -- --tag v26.4.29-abcdef.
Build From Source
Requirements:
- JDK 17
- Access to
https://maven.pkg.github.com/MorpheApp/registry
Example:
export GITHUB_ACTOR=<github-user>
export GITHUB_TOKEN=<github-token>
JAVA_HOME=/path/to/jdk17 \
PATH=/path/to/jdk17/bin:$PATH \
./gradlew :patches:buildAndroid generatePatchesList --no-daemon
Artifacts are written under patches/build/libs/.
Maintainer Notes
- Contribution guide: CONTRIBUTING.md
License
This project is licensed under the GNU General Public License v3.0, with additional conditions under GPLv3 Section 7.
Morpheis referenced only to describe compatibility.- Derivative works must use distinct branding as described in NOTICE.