Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rifsxd/kernelsu-next
A Kernel based root solution for Android
https://github.com/rifsxd/kernelsu-next
android kernel kernelsu kernelsu-next next root su superuser
Last synced: about 3 hours ago
JSON representation
A Kernel based root solution for Android
- Host: GitHub
- URL: https://github.com/rifsxd/kernelsu-next
- Owner: rifsxd
- License: gpl-3.0
- Created: 2025-01-09T02:24:34.000Z (4 days ago)
- Default Branch: next
- Last Pushed: 2025-01-09T13:46:40.000Z (4 days ago)
- Last Synced: 2025-01-09T14:53:01.390Z (4 days ago)
- Topics: android, kernel, kernelsu, kernelsu-next, next, root, su, superuser
- Language: Kotlin
- Homepage: https://rifsxd.github.io/KernelSU-Next
- Size: 20.1 MB
- Stars: 92
- Watchers: 1
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
**English** | [简体中文](README_CN.md) | [繁體中文](README_TW.md) | [Türkçe](README_TR.md) | [Português (Brasil)](README_PT-BR.md) | [한국어](README_KO.md)
# KernelSU Next
A Kernel-based root solution for Android devices.
[![Latest Release](https://img.shields.io/github/v/release/rifsxd/KernelSU-Next?label=Release&logo=github)](https://github.com/rifsxd/KernelSU-Next/releases/latest)
[![Nightly Release](https://img.shields.io/badge/Nightly%20Release-gray?logo=hackthebox&logoColor=fff)](https://nightly.link/rifsxd/KernelSU-Next/workflows/build-manager/next/manager)
[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-orange.svg?logo=gnu)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
[![GitHub License](https://img.shields.io/github/license/rifsxd/KernelSU-Next?logo=gnu)](/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 `arm64-v8a` is supported.
## Usage
- [Installation instruction](https://rifsxd.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).## 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!