{"id":45911537,"url":"https://github.com/ReSukiSU/ReSukiSU","last_synced_at":"2026-04-27T10:00:56.224Z","repository":{"id":331231284,"uuid":"1119492074","full_name":"ReSukiSU/ReSukiSU","owner":"ReSukiSU","description":"Kernel-based Android Root Solution,Forked from SukiSU(Currently support 3.4~6.12)","archived":false,"fork":false,"pushed_at":"2026-04-24T12:47:33.000Z","size":57149,"stargazers_count":595,"open_issues_count":7,"forks_count":179,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-04-24T13:26:59.390Z","etag":null,"topics":["kernelsu","resukisu","root","root-solution","sukisu"],"latest_commit_sha":null,"homepage":"https://resukisu.github.io","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/ReSukiSU.png","metadata":{"files":{"readme":"docs/README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"tiann","patreon":"weishu","open_collective":"sukisu-ultra"}},"created_at":"2025-12-19T11:01:43.000Z","updated_at":"2026-04-24T12:47:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ReSukiSU/ReSukiSU","commit_stats":null,"previous_names":["resukisu/resukisu"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/ReSukiSU/ReSukiSU","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReSukiSU%2FReSukiSU","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReSukiSU%2FReSukiSU/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReSukiSU%2FReSukiSU/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReSukiSU%2FReSukiSU/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ReSukiSU","download_url":"https://codeload.github.com/ReSukiSU/ReSukiSU/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReSukiSU%2FReSukiSU/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32331305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["kernelsu","resukisu","root","root-solution","sukisu"],"created_at":"2026-02-28T07:00:27.283Z","updated_at":"2026-04-27T10:00:56.207Z","avatar_url":"https://github.com/ReSukiSU.png","language":"Kotlin","funding_links":["https://github.com/sponsors/tiann","https://patreon.com/weishu","https://opencollective.com/sukisu-ultra"],"categories":["Android","others","Root Management","🛠️ Building from Source","未分类"],"sub_categories":["Root Managers","Kernel Source Repositories"],"readme":"# ReSukiSU\n\u003cimg align='right' src='ReSukiSU_blue.svg' width='220px' alt=\"ReSukiSU Icon\"\u003e\n\n\n**English** | [简体中文](./zh/README.md)\n\nA based-on [`SukiSU-Ultra/SukiSU-Ultra`](https://github.com/SukiSU-Ultra/SukiSU-Ultra) fork, added some interesting changes, also make it more stable and build easily.\n\n[![Latest release](https://img.shields.io/github/v/release/ReSukiSU/ReSukiSU?label=Release\u0026logo=github)](https://github.com/ReSukiSU/ReSukiSU/releases/latest)\n[![Channel](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/ReSukisu)\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/tiann/KernelSU?logo=gnu)](/LICENSE)\n\n## Features\n\n1. Kernel-based `su` and root access management\n2. Module system based on [Magic Mount](https://github.com/5ec1cff/KernelSU)\n   \u003e **Note:** ReSukiSU now delegates all module mounting to the installed *metamodule*; the core no longer handles mount operations.\n3. [App Profile](https://kernelsu.org/guide/app-profile.html): Lock up the root power in a cage\n4. Support non-GKI and GKI 1.0\n5. KPM Support\n6. Tweaks to the manager theme and the built-in susfs management tool.\n\n## Compatibility Status\n\n- ReSukiSU officially supports Android GKI 2.0 devices (kernel 5.10+).\n\n- Older kernels (3.4+) are also compatible, but the kernel will have to be built manually.\n\n- Currently, only `arm64-v8a`, `armeabi-v7a` and `X86_64`(some) are supported.\n\n## Integration\n\nSee the [documentation](https://ReSukiSU.github.io).\n\n## Translation\n\nIf you need to submit a translation for the manager, please go to [Crowdin](https://crowdin.com/project/ReSukiSU).\n\n## KPM Support\n\n- Based on KernelPatch, we removed features redundant with KSU and retained only KPM support.\n- Work in Progress: Expanding APatch compatibility by integrating additional functions to ensure compatibility across different implementations.\n\n**Open-source repository**: [https://github.com/ShirkNeko/SukiSU_KernelPatch_patch](https://github.com/ShirkNeko/SukiSU_KernelPatch_patch)\n\n**KPM template**: [https://github.com/udochina/KPM-Build-Anywhere](https://github.com/udochina/KPM-Build-Anywhere)\n\n\u003e [!Note]\n\u003e\n\u003e 1. Requires `CONFIG_KPM=y`\n\u003e 2. Non-GKI devices requires `CONFIG_KALLSYMS=y` and `CONFIG_KALLSYMS_ALL=y`\n\u003e 3. For kernels below `4.19`, backporting from `set_memory.h` from `4.19` is required.\n\n## Sponsor\n\n- [ShirkNeko](https://afdian.com/a/shirkneko) (maintainer of SukiSU)\n- [weishu](https://github.com/sponsors/tiann) (author of KernelSU)\n\n\u003cdetails\u003e\n\u003csummary\u003eShirkNeko's sponsorship list\u003c/summary\u003e\n\n- [Ktouls](https://github.com/Ktouls) Thanks so much for bringing me support.\n- [zaoqi123](https://github.com/zaoqi123) Thanks for the milk tea.\n- [wswzgdg](https://github.com/wswzgdg) Many thanks for supporting this project.\n- [yspbwx2010](https://github.com/yspbwx2010) Many thanks.\n- [DARKWWEE](https://github.com/DARKWWEE) 100 USDT\n- [Saksham Singla](https://github.com/TypeFlu) Provide and maintain the website\n- [OukaroMF](https://github.com/OukaroMF) Donation of website domain name\n\u003c/details\u003e\n\n## License\n\n- The file in the “kernel” directory is under [GPL-2.0-only](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) license.\n- The images of the files `ic_launcher(?!.*alt.*).*` with anime character sticker are copyrighted by [怡子曰曰](https://space.bilibili.com/10545509), the Brand Intellectual Property in the images is owned by [明风 OuO](https://space.bilibili.com/274939213), and the vectorization is done by @MiRinChan. Before using these files, in addition to complying with [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode.txt), you also need to comply with the authorization of the two authors to use these artistic contents.\n- Except for the files or directories mentioned above, all other parts are under [GPL-3.0 or later](https://www.gnu.org/licenses/gpl-3.0.html) license.\n\n## Credit\n\n- [SukiSU-Ultra/SukiSU-Ultra](https://github.com/SukiSU-Ultra/SukiSU-Ultra)： upstream\n\n\u003cdetails\u003e\n\u003csummary\u003eSukiSU's credit\u003c/summary\u003e\n\n- [KernelSU](https://github.com/tiann/KernelSU): upstream\n- [MKSU](https://github.com/5ec1cff/KernelSU): Magic Mount\n- [RKSU](https://github.com/rsuntk/KernelsU): support non-GKI\n- [susfs](https://gitlab.com/simonpunk/susfs4ksu): An addon root hiding kernel patches and userspace module for KernelSU.\n- [KernelPatch](https://github.com/bmax121/KernelPatch): KernelPatch is a key part of the APatch implementation of the kernel module\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eKernelSU's credit\u003c/summary\u003e\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\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FReSukiSU%2FReSukiSU","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FReSukiSU%2FReSukiSU","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FReSukiSU%2FReSukiSU/lists"}