Unlock hidden features in your Android apps with this open-source patcher
U

Unlock hidden features in your Android apps with this open-source patcher

Unlock hidden features in your Android apps with this open-source patcher

6,050 stars
N/A forks
N/A contributors

README

Project documentation from GitHub

Unlock Hidden Features in Your Android Apps with Morphe Manager

Ever wondered if your favorite Android app has hidden features tucked away behind a flag, a server-side switch, or just unfinished code? Maybe you want to tweak an app's behavior without waiting for an update from the developer. If that sounds intriguing, there's an open-source tool that lets you peek behind the curtain and modify apps on the fly.

It's called Morphe Manager, and it's essentially a runtime patcher for Android. Think of it as a debug console or feature flag explorer, but for apps you already have installed. It allows you to unlock, enable, or modify behaviors that aren't normally accessible from the standard user interface.

What It Does

Morphe Manager is an Android application that, once installed and granted special permissions (like Shizuku or root), can hook into other apps on your device. It scans for known modifiable parameters, hidden menus, or feature flags within those apps. You can then toggle these settings directly from Morphe Manager's interface, effectively patching the app's behavior in real-time without needing to rebuild the APK.

Why It's Cool

The clever part is how it works under the hood. Instead of modifying the APK file permanently, it uses runtime patching techniques. This means changes can be applied and reverted on the fly, which is great for experimentation. You're not creating a forked app; you're dynamically influencing how the original app runs.

For developers, this is a fascinating tool for reverse engineering and understanding how other apps implement feature toggles or A/B testing. For power users, it's a way to customize app experiences, potentially enable useful but unreleased features, or simply satisfy curiosity about what's lurking in an app's code. It's open-source, so you can audit how the patching works or even contribute your own "patches" for specific apps.

How to Try It

Heads up: This requires a bit of setup, as it needs elevated permissions to interact with other apps.

  1. Get the App: Grab the latest APK from the Morphe Manager GitHub Releases page.
  2. Enable Permissions: You'll need to grant Morphe Manager special permissions via either Shizuku (for non-rooted devices on newer Android versions) or root access. The repository README has detailed instructions for both paths.
  3. Start Exploring: Once set up, open Morphe Manager, grant it the necessary permissions, and browse the list of your installed apps to see what can be tweaked.

Important Note: Use this tool responsibly. Patching certain apps might violate their Terms of Service or cause unexpected instability. It's best used for learning and perso

Did you like this issue?

Join our weekly newsletter

Love discovering amazing projects?

Help us continue bringing you the best open-source discoveries every week.

Back to Projects
Last updated: Mar 4, 2026