https://github.com/KernelSU-Next/KernelSU-Next
A Kernel based root solution for Android
https://github.com/KernelSU-Next/KernelSU-Next
android kernel kernelsu kernelsu-next root su
Last synced: about 2 months ago
JSON representation
A Kernel based root solution for Android
- Host: GitHub
- URL: https://github.com/KernelSU-Next/KernelSU-Next
- Owner: KernelSU-Next
- License: gpl-3.0
- Created: 2025-01-11T08:30:02.000Z (4 months ago)
- Default Branch: next
- Last Pushed: 2025-03-03T11:15:09.000Z (about 2 months ago)
- Last Synced: 2025-03-03T12:26:38.735Z (about 2 months ago)
- Topics: android, kernel, kernelsu, kernelsu-next, root, su
- Language: Kotlin
- Homepage: https://KernelSU-Next.github.io/KernelSU-Next
- Size: 13.8 MB
- Stars: 874
- Watchers: 9
- Forks: 201
- Open Issues: 6
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-starred - KernelSU-Next/KernelSU-Next - An advanced Kernel based root solution for Android (Kotlin)
README
**English** | [简体中文](README_CN.md) | [繁體中文](README_TW.md) | [Türkçe](README_TR.md) | [Português (Brasil)](README_PT-BR.md) | [한국어](README_KO.md) | [Français](README_FR.md) | [Bahasa Indonesia](README_ID.md) | [Русский](README_RU.md) | [ภาษาไทย](README_TH.md) | [Tiếng Việt](README_VI.md)
# KernelSU Next
A kernel-based root solution for Android devices.
[](https://github.com/KernelSU-Next/KernelSU-Next/releases/latest)
[](https://nightly.link/KernelSU-Next/KernelSU-Next/workflows/build-manager-ci/next/Manager)
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
[](/LICENSE)## Features
1. Kernel-based `su` and root access management.
2. Module system based on dynamic mount system [Magic Mount](https://topjohnwu.github.io/Magisk/details.html#magic-mount) / [OverlayFS](https://en.wikipedia.org/wiki/OverlayFS).
3. [App Profile](https://kernelsu.org/guide/app-profile.html): Lock up the root power in a cage.## Compatibility state
KernelSU Next officially supports most Android kernels starting from 4.4 up to 6.6.
- GKI 2.0 (5.10+) kernels can run pre-built images and LKM/KMI.
- GKI 1.0 (4.19 - 5.4) kernels need to rebuilt with KernelSU driver.
- EOL (<4.14) kernels also need to be rebuilt with KernelSU driver (3.18+ is experimental and may need some function backports).Currently, only the `arm64-v8a` architecture is supported.
## Usage
- [Installation instruction](https://KernelSU-Next.github.io/KernelSU-Next/)
## Security
For information on reporting security vulnerabilities in KernelSU, see [SECURITY.md](/SECURITY.md).
## License
- Files under the `kernel` directory are [GPL-2.0-only](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html).
- All other parts except the `kernel` directory are [GPL-3.0-or-later](https://www.gnu.org/licenses/gpl-3.0.html).## Donations
- 0x12b5224b7aca0121c2f003240a901e1d064371c1 [ USDT BEP20 ]
- TYUVMWGTcnR5svnDoX85DWHyqUAeyQcdjh [ USDT TRC20 ]
- 0x12b5224b7aca0121c2f003240a901e1d064371c1 [ USDT ERC20 ]
- 0x12b5224b7aca0121c2f003240a901e1d064371c1 [ ETH ERC20 ]
- Ld238uYBuRQdZB5YwdbkuU6ektBAAUByoL [ LTC ]
- 19QgifcjMjSr1wB2DJcea5cxitvWVcXMT6 [ BTC ]
## Credits
- [Kernel-Assisted Superuser](https://git.zx2c4.com/kernel-assisted-superuser/about/): The KernelSU idea.
- [Magisk](https://github.com/topjohnwu/Magisk): The powerful root tool.
- [genuine](https://github.com/brevent/genuine/): APK v2 signature validation.
- [Diamorphine](https://github.com/m0nad/Diamorphine): Some rootkit skills.
- [KernelSU](https://github.com/tiann/KernelSU): Thanks to tiann, or else KernelSU Next wouldn't even exist.
- [Magic Mount Port](https://github.com/5ec1cff/KernelSU/blob/main/userspace/ksud/src/magic_mount.rs): 💜 5ec1cff for saving KernelSU!