This repo hosts Magisk delta related files
This is not an officially supported topjohnwu project.
If you are looking for official Magisk source, you are in the wrong place, please go to this page and download Official Magisk
Yet another crazy custom Magisk by HuskyDG, is always synchronized with official Magisk, including back MagiskHide and some custom features.
If you are fine with official Magisk setup, it is recommended to stay. If you choose to use Magisk Delta, make sure you read all FAQs and changelog before using Magisk Delta.
For most user, Stable build is recommended.
Currently same as Stable channel
⚠ Magisk Canary/Debug might unstable. If you don't know what is DEBUG, please DO NOT use Canary/Debug build.
Some Mediatek devices prevent boot partition from being modified (or kernel doesn't allow to modify boot image) after booting. When directly installing, you might end up with "/dev/xxxx is read-only" error or the installation seems to be successful but actually fails. In this case, please try patching boot image with Magisk app and flash it from Custom Recovery or Fastboot instead.
The fast way to migrate to Magisk Delta or switch back to official Magisk: Just flash magisk app like a module.
- Rename the extension
magisk.apk
tomagisk.zip
- Open Magisk app, click "Modules" tab -> "Install from storage" and choose
magisk.zip
- Reboot your device
Currently, only Magisk Delta support Magisk installation into system partition. Although emulator has ramdisk image, patching ramdisk is not used because ramdisk is stored in seperate partition with very SMALL disk size that is not enough to store Magisk binaries.
- Enable Root access in emulator settings
- Install and open Magisk Delta
- Grant root access to Magisk Delta, click "Install" under Magisk field and use "Direct Install into system partition" option instead of "Direct Install" option. If you don't see this option, close and re-open Magisk Delta app.
- Disable Root access in emulator settings
MagiskHide is still effectively useful to hide root from almost banking apps and games after it was discontinued by the original developer.
The reasons why I restore MagiskHide:
- MagiskHide is removed from official Magisk
- Zygisk is easily detected and there are nearly no complete hiding method for Zygisk.
- The new feature of Magisk called Zygisk is incompatible with Riru
The official Magisk modules repository is dead and no longer maintained. Due to that, add them back is meanless. However, Fox2Code has developed Magisk Modules Manager app which allows you to download Magisk modules online.
Read here to learn more about Zygisk...
Our license obviously is the same as Magisk's license
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/>.