You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
44 lines
2.2 KiB
Markdown
44 lines
2.2 KiB
Markdown
**English** | [简体中文](/docs/README_CN.md) | [Türkçe](/docs/README_TR.md)
|
|
|
|
# KernelSU Next
|
|
|
|
<img src="/assets/kernelsu_next.png" style="width: 96px;" alt="logo">
|
|
|
|
A Kernel-based root solution for Android devices.
|
|
|
|
[](https://github.com/rifsxd/KernelSU-Next/releases/latest)
|
|
[](https://nightly.link/rifsxd/KernelSU-Next/workflows/build-manager/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 [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.9 upto 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.19) kernels also need to be rebuilt with KernelSU driver.
|
|
|
|
Currently, only `arm64-v8a` is supported.
|
|
|
|
## 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).
|
|
|
|
## 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. |