{"id":26099212,"url":"https://github.com/KernelSU-Next/KernelSU-Next","last_synced_at":"2025-03-09T16:01:54.166Z","repository":{"id":272781895,"uuid":"915203368","full_name":"KernelSU-Next/KernelSU-Next","owner":"KernelSU-Next","description":"A Kernel based root solution for Android","archived":false,"fork":false,"pushed_at":"2025-03-03T11:15:09.000Z","size":14465,"stargazers_count":874,"open_issues_count":6,"forks_count":201,"subscribers_count":9,"default_branch":"next","last_synced_at":"2025-03-03T12:26:38.735Z","etag":null,"topics":["android","kernel","kernelsu","kernelsu-next","root","su"],"latest_commit_sha":null,"homepage":"https://KernelSU-Next.github.io/KernelSU-Next","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KernelSU-Next.png","metadata":{"files":{"readme":"docs/README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-11T08:30:02.000Z","updated_at":"2025-03-03T08:16:34.000Z","dependencies_parsed_at":"2025-01-16T16:35:27.229Z","dependency_job_id":"a295ad97-0727-4ff4-815c-66564e771ead","html_url":"https://github.com/KernelSU-Next/KernelSU-Next","commit_stats":null,"previous_names":["rifsxd/kernelsu-next","kernelsu-next/kernelsu-next"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernelSU-Next%2FKernelSU-Next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernelSU-Next%2FKernelSU-Next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernelSU-Next%2FKernelSU-Next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernelSU-Next%2FKernelSU-Next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KernelSU-Next","download_url":"https://codeload.github.com/KernelSU-Next/KernelSU-Next/tar.gz/refs/heads/next","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242714048,"owners_count":20173583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","kernel","kernelsu","kernelsu-next","root","su"],"created_at":"2025-03-09T16:01:28.089Z","updated_at":"2025-03-09T16:01:54.161Z","avatar_url":"https://github.com/KernelSU-Next.png","language":"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)\n\n# KernelSU Next\n\n\u003cimg src=\"/assets/kernelsu_next.png\" style=\"width: 96px;\" alt=\"logo\"\u003e\n\nA kernel-based root solution for Android devices.\n\n[![Latest Release](https://img.shields.io/github/v/release/KernelSU-Next/KernelSU-Next?label=Release\u0026logo=github)](https://github.com/KernelSU-Next/KernelSU-Next/releases/latest)\n[![Nightly Release](https://img.shields.io/badge/Nightly%20Release-gray?logo=hackthebox\u0026logoColor=fff)](https://nightly.link/KernelSU-Next/KernelSU-Next/workflows/build-manager-ci/next/Manager)\n[![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)\n[![GitHub License](https://img.shields.io/github/license/KernelSU-Next/KernelSU-Next?logo=gnu)](/LICENSE)\n\n## Features\n\n1. Kernel-based `su` and root access management.\n2. 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).\n3. [App Profile](https://kernelsu.org/guide/app-profile.html): Lock up the root power in a cage.\n\n## Compatibility state\n\nKernelSU Next officially supports most Android kernels starting from 4.4 up to 6.6.\n - GKI 2.0 (5.10+) kernels can run pre-built images and LKM/KMI.\n - GKI 1.0 (4.19 - 5.4) kernels need to rebuilt with KernelSU driver.\n - EOL (\u003c4.14) kernels also need to be rebuilt with KernelSU driver (3.18+ is experimental and may need some function backports).\n\nCurrently, only the `arm64-v8a` architecture is supported.\n\n## Usage\n\n- [Installation instruction](https://KernelSU-Next.github.io/KernelSU-Next/)\n\n## Security\n\nFor information on reporting security vulnerabilities in KernelSU, see [SECURITY.md](/SECURITY.md).\n\n## License\n\n- Files under the `kernel` directory are [GPL-2.0-only](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html).\n- All other parts except the `kernel` directory are [GPL-3.0-or-later](https://www.gnu.org/licenses/gpl-3.0.html).\n\n## Donations\n\n- 0x12b5224b7aca0121c2f003240a901e1d064371c1 [ USDT BEP20 ]\n\n- TYUVMWGTcnR5svnDoX85DWHyqUAeyQcdjh [ USDT TRC20 ]\n\n- 0x12b5224b7aca0121c2f003240a901e1d064371c1 [ USDT ERC20 ]\n\n- 0x12b5224b7aca0121c2f003240a901e1d064371c1 [ ETH ERC20 ]\n\n- Ld238uYBuRQdZB5YwdbkuU6ektBAAUByoL [ LTC ]\n\n- 19QgifcjMjSr1wB2DJcea5cxitvWVcXMT6 [ BTC ]\n\n## Credits\n\n- [Kernel-Assisted Superuser](https://git.zx2c4.com/kernel-assisted-superuser/about/): The KernelSU idea.\n- [Magisk](https://github.com/topjohnwu/Magisk): The powerful root tool.\n- [genuine](https://github.com/brevent/genuine/): APK v2 signature validation.\n- [Diamorphine](https://github.com/m0nad/Diamorphine): Some rootkit skills.\n- [KernelSU](https://github.com/tiann/KernelSU): Thanks to tiann, or else KernelSU Next wouldn't even exist.\n- [Magic Mount Port](https://github.com/5ec1cff/KernelSU/blob/main/userspace/ksud/src/magic_mount.rs): 💜 5ec1cff for saving KernelSU!\n","funding_links":[],"categories":["Kotlin","🛠️ Building from Source","🔐 Root Management","android"],"sub_categories":["Kernel Source Repositories","Root Managers"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKernelSU-Next%2FKernelSU-Next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKernelSU-Next%2FKernelSU-Next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKernelSU-Next%2FKernelSU-Next/lists"}