📥 Downloads: You can download the compiled patches (
.mppfile) or the pre-compiled, fully patched APK file directly from the GitHub Releases page.
v1.32.0 •
main• 3 patches total
📦 Microsoft Edge • 3 patches
🎯 Supported versions:
| 148.0.3967.97 | 149.0.4022.53 |
|---|
| 💊 Patch | 📜 Description |
|---|---|
| Copilot feature toggle | Disables all Copilot and Bing Chat feature flags by forcing boolean feature evaluation methods to return false. |
| Disable Play Store updates | Disables Play Store updates by setting the version code to the maximum allowed. This patch does not work if the app is installed by mounting and may cause unexpected issues with some apps. |
| Telemetry elimination | Eliminates Microsoft Edge telemetry by redirecting data collection endpoints to localhost and short-circuiting OneDS Logger event methods. |
This repository contains a helper script to build patches, clean temporary cache, patch the base APK, sign it, install it, and launch it on your connected device in one step:
./run_pipeline.shIf you replace edge_base.apk in the root directory with a newer version of Edge:
- Compatibility Verification: The patcher automatically checks the version of the new APK against the compatibility definitions in the patches.
- Troubleshooting Version Mismatch:
- If the version of the new base APK is not declared in the patch files,
morphe-cliwill fail. - You can force the application of patches without compatibility checks by running the script with the
--force(or-f) flag:./run_pipeline.sh --force
- To add permanent compatibility, edit the target versions list in the patches source code (e.g.
Constants.ktor the patch files) to include the new package version.
- If the version of the new base APK is not declared in the patch files,
Contributions are welcome! If you'd like to improve existing patches or propose new ones for Microsoft Edge, feel free to open a pull request. See the Patches template for guidance on creating new patches.
Morphe Patches are licensed under the GNU General Public License v3.0, with additional conditions under GPLv3 Section 7:
-
Attribution (7b): Any use of this code, including derivatives, must preserve all notices.
-
Name Restriction (7c): The name "Morphe" may not be used for derivative works.
Derivatives must adopt a distinct identity unrelated to "Morphe".
See the LICENSE file for the full GPLv3 terms and the NOTICE file for full conditions of GPLv3 Section 7