Magisk Next is a Work-In-Progress (WIP) community-driven fork of Magisk, the suite of open-source software for customizing Android (supporting Android 6.0+).
Magisk Next aims to modernize the root management and module ecosystem, baking advanced stealth, stability watchdog safeguards, and visual refinement directly into the core system.
- Native Stealth & DenyList: Dynamic process isolation and partition unmounting built directly into the core
magiskddaemon. Stealth is achieved natively without needing Zygisk/Shamiko module stacking. - Advanced Bootloop Protector: A built-in startup watchdog that monitors the system booting process. If a system crash or module bootloop is detected within 90 seconds, Magisk Next automatically disables active modules and reboots into Safe Mode.
- Ultimate Setup Wizard: A premium, highly polished onboarding experience featuring dynamic Xiaomi-style morphing icons, an expanding circular reveal on completion, and a custom setup profile selector (Standard, Developer, or Module Creator) to configure app defaults.
- Bouncy Overscroll Animations: Beautiful, native iOS-like rubber-banding stretch transitions on lists and scrollable screens using non-clipping
graphicsLayeroverlay rendering, keeping AppBars and bottom menus static. - Developer Settings (AdminMainActivity): Deep diagnostics controls protected by a secure password (
MagiskNext2026). Attempts to bypass or launch it via third-party Activity Launchers while developer settings are locked will cause an instantSecurityExceptioncrash. - Action Scripts: Quick Settings tile support to run custom root shell scripts directly from your quick settings panel.
- Module Hub: A built-in discovery page to search, sort (by Name or Author), and install community-created modules online.
- Toolbox Utilities: Integrated device utilities including App Systemizer, Native App Downgrader, Private App Data Backup/Restore, and Module Backup/Restore packaging.
- MagiskSU: Robust root access control for applications.
- MagiskBoot: The most complete tool for unpacking and repacking Android boot images.
Get updates and releases on the Magisk Next Releases.
For full guides on how to implement the Module Hub, WebUI Bridge, Action Scripts, and Banners into your modules, or to learn about all the user-facing tools, please see our dedicated Documentation Website.
Alternatively, you can run the documentation locally:
cd docs
npm install
npm run docs:devOnly bug reports from Debug builds will be accepted.
For installation issues, upload both boot image and install logs.
For Magisk issues, upload boot logcat or dmesg.
For Magisk app crashes, record and upload the logcat when the crash occurs.
Default string resources for the Magisk app and its stub APK are located here:
app/core/src/main/res/values/strings.xmlapp/stub-res/src/main/res/values/strings.xml
Translate each and place them in the respective locations ([module]/src/main/res/values-[lang]/strings.xml).
Magisk, including all git submodules are free software:
you can redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
