|
1 | | -**English** | [Español](README_ES.md) | [简体中文](README_CN.md) | [繁體中文](README_TW.md) | [日本語](README_JP.md) | [한국어](README_KR.md) | [Polski](README_PL.md) | [Português (Brasil)](README_PT-BR.md) | [Türkçe](README_TR.md) | [Русский](README_RU.md) | [Tiếng Việt](README_VI.md) | [Indonesia](README_ID.md) | [עברית](README_IW.md) | [हिंदी](README_IN.md) | [Italiano](README_IT.md) |
2 | | - |
3 | 1 | # KernelSU |
4 | 2 |
|
5 | 3 | <img src="https://kernelsu.org/logo.png" style="width: 96px;" alt="logo"> |
6 | 4 |
|
7 | | -A kernel-based root solution for Android devices. |
8 | | - |
9 | | -[](https://github.com/tiann/KernelSU/releases/latest) |
10 | | -[](https://hosted.weblate.org/engage/kernelsu) |
11 | | -[](https://t.me/KernelSU) |
12 | | -[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) |
13 | | -[](/LICENSE) |
14 | | - |
15 | | -## Features |
16 | | - |
17 | | -1. Kernel-based `su` and root access management. |
18 | | -2. Module system based on [metamodules](https://kernelsu.org/guide/metamodule.html): Pluggable infrastructure for systemless modifications. |
19 | | -3. [App Profile](https://kernelsu.org/guide/app-profile.html): Lock up the root power in a cage. |
20 | | - |
21 | | -## Compatibility state |
22 | | - |
23 | | -KernelSU officially supports Android GKI 2.0 devices (kernel 5.10+). Older kernels (4.14+) are also supported, but the kernel will need to be built manually. |
24 | | - |
25 | | -With this, WSA, ChromeOS, and container-based Android are all supported. |
26 | | - |
27 | | -Currently, only the `arm64-v8a` and `x86_64` architectures are supported. |
28 | | - |
29 | | -## Usage |
30 | | - |
31 | | -- [Installation](https://kernelsu.org/guide/installation.html) |
32 | | -- [How to build](https://kernelsu.org/guide/how-to-build.html) |
33 | | -- [Official website](https://kernelsu.org/) |
34 | | - |
35 | | -## Translation |
36 | | - |
37 | | -To help translate KernelSU or improve existing translations, please use [Weblate](https://hosted.weblate.org/engage/kernelsu/). PR of Manager's translation is no longer accepted, because it will conflict with Weblate. |
38 | | - |
39 | | -## Discussion |
40 | | - |
41 | | -- Telegram: [@KernelSU](https://t.me/KernelSU) |
42 | | - |
43 | | -## Security |
44 | | - |
45 | | -For information on reporting security vulnerabilities in KernelSU, see [SECURITY.md](/SECURITY.md). |
46 | | - |
47 | | -## License |
48 | | - |
49 | | -- Files under the `kernel` directory are [GPL-2.0-only](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html). |
50 | | -- All other parts except the `kernel` directory are [GPL-3.0-or-later](https://www.gnu.org/licenses/gpl-3.0.html). |
51 | | - |
52 | | -## Credits |
53 | | - |
54 | | -- [Kernel-Assisted Superuser](https://git.zx2c4.com/kernel-assisted-superuser/about/): The KernelSU idea. |
55 | | -- [Magisk](https://github.com/topjohnwu/Magisk): The powerful root tool. |
56 | | -- [genuine](https://github.com/brevent/genuine/): APK v2 signature validation. |
57 | | -- [Diamorphine](https://github.com/m0nad/Diamorphine): Some rootkit skills. |
| 5 | +A fork of KernelSU that aims to keep releasing newer ARCVM kernels for ChromeOS. |
0 commit comments