Go to file
2021-11-25 01:42:01 +01:00
.github Improve wording, add funding 2021-10-01 23:21:05 +02:00
app Update 0.2.0-pre1 2021-11-25 01:42:01 +01:00
example_module Initial commit 2021-10-01 22:19:42 +02:00
gradle/wrapper Release 0.1.0 2021-10-23 18:14:40 +02:00
.gitignore Initial commit 2021-10-01 22:19:42 +02:00
build.gradle Release 0.1.1 2021-10-24 16:35:29 +02:00
DEVELOPERS.md Clarify Magisk Module Repo situation. 2021-11-19 23:40:18 +01:00
example_module.zip Initial commit 2021-10-01 22:19:42 +02:00
gradle.properties Initial commit 2021-10-01 22:19:42 +02:00
gradlew Initial commit 2021-10-01 22:19:42 +02:00
gradlew.bat Initial commit 2021-10-01 22:19:42 +02:00
LICENCE Initial commit 2021-10-01 22:19:42 +02:00
README.md Fix markdown formatting. 2021-11-19 23:44:41 +01:00
screenshot.jpg Improve readme files, and add screenshot 2021-10-01 22:48:43 +02:00
settings.gradle Initial commit 2021-10-01 22:19:42 +02:00

Fox's Magisk Module Manager

The official Magisk is dropping support to download online modules...
So I made my own app to do that! :3

This app is not officially supported by Magisk or it's developers

Requirements

Minimum:

  • Android 5.0+
  • Magisk 19.0+

Recommended:

  • Android 6.0+
  • Magisk 21.2+

For users

Related commits:

Note: These changes didn't hit beta, or release yet, but are already live on canary builds.

The app currently use these two repo as it's module sources, with it's benefits and drawback:
https://github.com/Magisk-Modules-Alt-Repo

  • Accepting new modules here
  • Less restrictive than the original repo
  • Officially supported by Fox's mmm

https://github.com/Magisk-Modules-Repo

  • No longer accept new modules
  • May be shut down at any moment
  • Official app dropped support for it
  • Officially supported by Fox's mmm

As the main repo may shutting down due to the main app no longer supporting it, and also stopped accepting new modules, it is recommended to submit your modules here

If a module is in both repo, the manager will just pick the most up to date version of the module, allowing developers to switch repo at their own pace if they want to.

For developers

The manager can read new meta keys to allow modules to customize their own entry

It also use minApi, maxApi and minMagisk in the module.prop to detect compatibility
And support the support and donate properties to allow them to add their own support links
(Note: the manager use fallback values for some modules, see developer documentation for more info)

It also add new ways to control the installer ui via a new #! command system
It allow module developers to have a more customizable install experience

For more information please check the developer documentation

Screenshots

Main activity: