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

AppPackageTarget APK/APKMPatches
Instagramcom.instagram.android424.0.0.49.64Change Instagram share domain
Threadscom.instagram.barcelona426.0.0.36.67Change Threads share domain
TikTokcom.zhiliaoapp.musically44.9.3Change TikTok share domain
Redditcom.reddit.frontpage2026.17.0Change Reddit share domain, Sanitize Reddit share links
X / Twittercom.twitter.android11.86.0-release.0Disable 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 .mpp patch bundle on GitHub.
  • The Worker URL serves patches-bundle.json from 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 dev before main.
  • Releases are tag-driven CalVer bundles. Use tags like v26.4.29-abcdef, where abcdef is the first six characters of the tagged commit SHA.
  • Pushing a matching tag runs release.yml and publishes the .mpp bundle.
  • Release metadata is generated as release assets in patches-bundle.json and patches-list.json.
  • After the GitHub release exists, sign the .mpp with mise 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

License

This project is licensed under the GNU General Public License v3.0, with additional conditions under GPLv3 Section 7.

  • Morphe is referenced only to describe compatibility.
  • Derivative works must use distinct branding as described in NOTICE.

See LICENSE and NOTICE for the full terms.