English | 简体中文 | 日本語 | Türkçe | Русский
A kernel-based root solution for Android devices, forked from SukiSU-Ultra, removed some useless stuff, and added some interesting changes.
⚠️ Important NoticeYukiSU has been completely rewritten in C++ (previously Rust-based). This rewrite means that YukiSU may behave differently from other KernelSU forks. If you encounter any issues, please report them to us rather than to upstream projects.
The classic Rust version is preserved in the
classicbranch.
- Kernel-based
suand root access management - A Hybrid Mounting Module system based on hymo
Note: You can also use other metamodules instead of built-in hymo.
- App Profile: Lock up the root power in a cage
- Tweaks to the manager theme
-
YukiSU officially supports Android GKI 2.0 devices (kernel 5.10+).
-
Currently, only
arm64-v8a,armeabi-v7a (bare)andX86_64(some) are supported.
If you need to submit a translation for the manager, please go to Crowdin.
- Device stuck upon manager app uninstallation? Uninstall com.sony.playmemories.mobile
- The file in the “kernel” directory is under GPL-2.0-only license.
- Except for the files or directories mentioned above, all other parts are under GPL-3.0 or later license.
- KernelSU: upstream
- MKSU: Magic Mount
- RKSU: support non-GKI
- KernelPatch: KernelPatch is a key part of the APatch implementation of the kernel module
KernelSU's credit
- Kernel-Assisted Superuser: The KernelSU idea.
- Magisk: The powerful root tool.
- genuine: APK v2 signature validation.
- Diamorphine: Some rootkit skills.