You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Fox2Code 60360fb325 Initial commit 3 years ago
.github/ISSUE_TEMPLATE Initial commit 3 years ago
app Initial commit 3 years ago
example_module Initial commit 3 years ago
gradle/wrapper Initial commit 3 years ago
.gitignore Initial commit 3 years ago
DEVELOPERS.md Initial commit 3 years ago
LICENCE Initial commit 3 years ago
README.md Initial commit 3 years ago
build.gradle Initial commit 3 years ago
example_module.zip Initial commit 3 years ago
gradle.properties Initial commit 3 years ago
gradlew Initial commit 3 years ago
gradlew.bat Initial commit 3 years ago
settings.gradle Initial commit 3 years ago

README.md

Fox's Magisk Module Manager

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

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

For users

Related commits:

The app currently use these two repo as their modules sources: https://github.com/Magisk-Modules-Alt-Repo https://github.com/Magisk-Modules-Repo

As the main repo may shutting down due to the main app no longer supporting it, I recommend submitting your modules here instead

If a module is in both repo, the manager will just pick the most up to date version of the module

For developers

The manager add and read new meta keys to modules

It use module.prop the minApi and minMagisk properties to detect compatibility
And use the support and donate key to detect module related links

It also add new ways to control the installer ui via a new command system

For more information please check the developer documentation