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 c010d7bf0c Release 0.1.1
- Improve the reading of invalid `module.prop` files
  (Should fix Substratum not appearing in the module list)
- Add fallback support link for substratum
- Update Libraries
3 years ago
.github Improve wording, add funding 3 years ago
app Release 0.1.1 3 years ago
example_module Initial commit 3 years ago
gradle/wrapper Release 0.1.0 3 years ago
.gitignore Initial commit 3 years ago
DEVELOPERS.md Release 0.1.0 3 years ago
LICENCE Initial commit 3 years ago
README.md Release 0.1.0 3 years ago
build.gradle Release 0.1.1 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
screenshot.jpg Improve readme files, and add screenshot 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! :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 canary, beta, or release yet.

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 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: