MagiskSuper A personal fork of Magisk, maintained by @IvanIsOK MagiskSuper is my personal fork of the original Magisk.
I use this fork for experimenting, learning, and testing custom changes. This project is not meant to replace official Magisk — it is simply my own maintained version.
About This Fork Based on the latest upstream Magisk Includes my own tweaks, changes, and experiments
Fully open-source and free to use
GPL-3.0 licensed (same as original Magisk) If you're looking for stable releases, use the official Magisk. If you're exploring or forking — welcome. Building From Source Run the build script: ./build.py You may need: Python 3 Android NDK Git Standard build tools used by Magisk For more detailed instructions, see the upstream Magisk documentation. Project Structure MagiskSuper/ ├── app/ # Magisk app source code ├── native/ # Native libraries and components ├── scripts/ # Helper and build scripts └── tools/ # Build and development tools
License MagiskSuper is licensed under GPL-3.0, inherited from the original Magisk. You must follow the GPL-3.0 terms when modifying or redistributing this fork. This fork includes changes made by @IvanIsOK.
Credits topjohnwu — creator and maintainer of Magisk All contributors to the original project Anyone experimenting with or contributing to this fork For all problems please report them to me.
Sorry if the README.MD is confusing i couldnt seperate the lines.