{"id":29901669,"url":"https://github.com/SukiSU-Ultra/SukiSU-Ultra","last_synced_at":"2025-08-01T15:02:33.266Z","repository":{"id":285097545,"uuid":"957055748","full_name":"SukiSU-Ultra/SukiSU-Ultra","owner":"SukiSU-Ultra","description":"Kernel-based Android Root Solution \u0026 KPM","archived":false,"fork":false,"pushed_at":"2025-07-28T08:41:46.000Z","size":25397,"stargazers_count":1646,"open_issues_count":1,"forks_count":498,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-07-28T08:44:05.017Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://SukiSU.org","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/SukiSU-Ultra.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},"funding":{"github":"tiann","patreon":"weishu","open_collective":"sukisu-ultra"}},"created_at":"2025-03-29T12:56:40.000Z","updated_at":"2025-07-28T08:40:09.000Z","dependencies_parsed_at":"2025-06-03T09:30:50.417Z","dependency_job_id":"24300e7d-a74b-412e-bf95-ac681ad91289","html_url":"https://github.com/SukiSU-Ultra/SukiSU-Ultra","commit_stats":null,"previous_names":["shirkneko/sukisu-ultra","sukisu-ultra/sukisu-ultra"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/SukiSU-Ultra/SukiSU-Ultra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SukiSU-Ultra%2FSukiSU-Ultra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SukiSU-Ultra%2FSukiSU-Ultra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SukiSU-Ultra%2FSukiSU-Ultra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SukiSU-Ultra%2FSukiSU-Ultra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SukiSU-Ultra","download_url":"https://codeload.github.com/SukiSU-Ultra/SukiSU-Ultra/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SukiSU-Ultra%2FSukiSU-Ultra/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267627447,"owners_count":24117733,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"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":[],"created_at":"2025-08-01T15:01:42.435Z","updated_at":"2025-08-01T15:02:33.249Z","avatar_url":"https://github.com/SukiSU-Ultra.png","language":"Kotlin","funding_links":["https://github.com/sponsors/tiann","https://patreon.com/weishu","https://opencollective.com/sukisu-ultra"],"categories":["others","Android","Kotlin","KernelSU Derivatives","🔐 Root Management"],"sub_categories":["SuKiSu-Ultra (Non-GKI Specialized)","Root Managers"],"readme":"\u003cimg align='right' src='zakomonochrome-128.svg' width='100px' alt=\"logo\"\u003e\n\n# SukiSU Ultra\n\n**English** | [简体中文](./zh/README.md) | [日本語](./ja/README.md) | [Türkçe](./tr/README.md)\n\nA kernel-based root solution for Android devices, forked from [`tiann/KernelSU`](https://github.com/tiann/KernelSU), and added some interesting changes.\n\n[![Latest release](https://img.shields.io/github/v/release/SukiSU-Ultra/SukiSU-Ultra?label=Release\u0026logo=github)](https://github.com/tiann/KernelSU/releases/latest)\n[![Channel](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/Sukiksu)\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)\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- KernelSU (before v1.0.0) officially supports Android GKI 2.0 devices (kernel 5.10+).\n\n- Older kernels (4.4+) are also compatible, but the kernel will have to be built manually.\n\n- With more backports, KernelSU can supports 3.x kernel (3.4-3.18).\n\n- Currently, only `arm64-v8a`, `armeabi-v7a (bare)` and `X86_64`(some) are supported.\n\n## Installation\n\nSee [`guide/installation.md`](guide/installation.md)\n\n## Integration\n\nSee [`guide/how-to-integrate.md`](guide/how-to-integrate.md)\n\n## Translation\n\nIf you need to submit a translation for the manager, please go to [Crowdin](https://crowdin.com/project/SukiSU-Ultra).\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## Troubleshooting\n\n1. Device stuck upon manager app uninstallation?\n   Uninstall _com.sony.playmemories.mobile_\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## ShirkNeko's sponsorship list\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\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- [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\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%2FSukiSU-Ultra%2FSukiSU-Ultra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSukiSU-Ultra%2FSukiSU-Ultra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSukiSU-Ultra%2FSukiSU-Ultra/lists"}