https://github.com/KernelSU-Next/KPatch-Next-Module
Standalone implementation of KPM support for Magisk/KernelSU
https://github.com/KernelSU-Next/KPatch-Next-Module
kernel-patch kernelsu kernelsu-next kpatch-next kpm ksu ksunext magisk module webui
Last synced: 8 days ago
JSON representation
Standalone implementation of KPM support for Magisk/KernelSU
- Host: GitHub
- URL: https://github.com/KernelSU-Next/KPatch-Next-Module
- Owner: KernelSU-Next
- License: gpl-3.0
- Created: 2025-12-30T05:59:35.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-02-11T20:53:15.000Z (26 days ago)
- Last Synced: 2026-02-12T04:38:21.521Z (25 days ago)
- Topics: kernel-patch, kernelsu, kernelsu-next, kpatch-next, kpm, ksu, ksunext, magisk, module, webui
- Language: JavaScript
- Homepage:
- Size: 353 KB
- Stars: 265
- Watchers: 4
- Forks: 67
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-root - KPatch Next Module - Standalone implementation of KPM (KernelSU Patch Module) support for Magisk/KernelSU with WebUI. `FOSS` `[M]` `[K]` (Root Management / Module Managers)
README
# KPatch Next Module
Standalone implementation of KPM support for Magisk/KernelSU
---
## Credits
- Patch scripts from [APatch](https://github.com/bmax121/APatch)
- KPatch-Next binaries from [KernelSU-Next/KPatch-Next](https://github.com/KernelSU-Next/KPatch-Next)
- magiskboot binary from [Magisk](https://github.com/topjohnwu/Magisk)
## License
- KPatch-Next-Module is licensed under GNU General Public License v3 [GPL-3.0](/LICENSE)
- KPatch-Next binaries is licensed under GNU General Public License v2 [GPL-2.0](https://www.gnu.org/licenses/gpl-2.0.html)
- magiskboot binary from Magisk is licenced under GNU General Public License v3 [GPL-3.0](https://github.com/topjohnwu/Magisk/blob/master/LICENSE)
- WebUI is licensed under MIT License [MIT](/webui/LICENSE)