๐ Morphe Library
July 14, 2026 ยท View on GitHub
๐ Morphe Library
Library containing common utilities for Morphe.
ย
โ About
Morphe Library powers projects such as Morphe Manager, Morphe Desktop with common utilities and functionalities by providing shared code.
Morphe Library is based off the prior work of ReVanced. All modifications made by Morphe, along with their dates, can be found in the Git history.
๐ช Features
Some of the features the Morphe Library provides are:
- ๐ Signing APKs: Read and write keystores, and sign APK files
- ๐งฉ Common utility functions: Various APIs for Morphe patches such as JSON serialization, reading and setting patch options, calculating the most common compatible version for a set of patches and more
- ๐พ Install and uninstall APKs: Install and uninstall APK files via ADB or locally, the Android package manager, or by mounting using root permissions
- ๐ฆ Repackage patched files to an APK: Apply patched files from Morphe Patcher to an APK file, and align & sign the APK file automatically
๐ How to get started
To use Morphe Library in your project, follow these steps:
-
Add the repository to your project
-
Add the dependency to your project:
dependencies { implementation("app.morphe:morphe-library:{$version}") }
๐ Everything else
๐ Contributing
Thank you for considering contributing to Morphe Library. You can find the contribution guidelines here.
๐ ๏ธ Building
To build Morphe Library, you can follow the Morphe documentation.
๐ License
Morphe Library is licensed under the GNU General Public License v3.0, with additional conditions under GPLv3 Section 7:
- Name & Branding Restrictions (7c & 7e): Derivative works must use their own distinct branding. The "Morphe" name, logos, and trademarks may not be used for the branding or title of derivative works.
See the LICENSE file for the full GPLv3 terms and the NOTICE file for full conditions of GPLv3 Section 7.