This repository uses GitHub Actions to automatically build your own patched APKs on every new update.
π₯ Features
- π Ad-blocking: blocks all types of ads (who needs them anyway?).
- π Enhanced features: squeezes more out of the app.
- β Customization: personalize the app to fit your needs.
- π Optimization: optimized APKs for performance and size.
- π Persistent: patched app won't be updated or overwritten by Play Store.
- π Auto-updates: supports automatic updates through Obtainium using releases from your own fork.
- β¨ And much more!
- This repository does not provide pre-patched APKs; it is only a tool to build your own APKs.
- Releases contain unmodified APKs used for building, not pre-patched ones.
- π΄
Forkthis repo (don't forget to βStarand πWatchit) - βοΈ [Optional] Customize the apps you want in
config.toml - π Run the CI workflow (make sure workflows are enabled first)
- β¬οΈ Download your APKs from Releases
For full configuration reference, setup and contributing guide, see CONTRIBUTING.md.
For all Morphe resources, projects, supported apps and patches, visit nvbangg/awesome-for-morphe.
- This project is not affiliated with any patch creators mentioned here, and is intended for educational & personal use only.
- All builds are done using publicly available tools. This repository simply automates the process for convenience.
- Everything happens through the public GitHub Actions to ensure security and transparency. For maximum security, you can always build the applications yourself using the provided source code or official methods.
- The build code is a complete Python rewrite based on an adaptation that was first implemented by j-hc. All credits go to him for laying down the initial foundation.
- If a build fails due to upstream app or patch changes, please report it to the patch creators or wait for an update.
β Star this repo if useful
Maintained with β€οΈ by nvbangg and krvstek
This repo is based on the krvstek/uni-apks (GPL-3.0). See all changes:
- Easily build your own APKs just by customizing
config.toml(no extra setup required)- No manual brand configuration needed in
ci.yml - Automatic upstream sync (preserves your custom
config.toml) - Pre-configured support for many apps (just set
enabled = truefor the apps you want)
- No manual brand configuration needed in
- Other changes contributed upstream: Pull Requests, co-authored commits