YukiSU
July 16, 2026 · View on GitHub
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 Notice
YukiSU 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.
Features
- Kernel-based
suand root access management - External MetaModule lifecycle and script integration for user-supplied module mounting backends
Note: YukiSU does not bundle SUSFS or any built-in mounting backend. Install a compatible external MetaModule when system-module mounting is required.
- App Profile and per-app non-root profile controls
- Dynamic manager support for trusted manager apps beyond the built-in package signature path
- APatch-style SuperKey authentication, with compile-time keys or keys patched into the LKM by
ksud - ADB root, sulog, SELinux hide, module
init.rcinjection, and current KernelSU userspace behavior synced into the C++ksudstack - TSR-based sucompat/syscall hook infrastructure with arm64 LKM support
- Manager updates including SuperUser swipe actions, log viewing, soft reboot, and WebUI fixes
Compatibility Status
-
YukiSU currently supports only the loadable kernel module path (
CONFIG_KSU=m). Built-inCONFIG_KSU=yis no longer supported. -
YukiSU officially supports Android GKI 2.0 devices (kernel 5.10+) in LKM mode. Legacy and non-GKI kernels may require device-specific source integration.
-
All shipped YukiSU components target
arm64-v8a. YukiZygisk reserves inertarmeabi-v7aplaceholder DSOs for a futurezygote32implementation; they do not provide 32-bit injection yet.
Installation
Integration
Troubleshooting
- Device stuck upon manager app uninstallation? Uninstall com.sony.playmemories.mobile
Sponsor
License
- 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.
Credit
- KernelSU: upstream
- Module mounting: supplied by a user-installed external MetaModule
- 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.