Implement systemless modification support for KernelSU.
This project only provides support for the official KSU branch. No compatibility guarantees or technical support will be offered for unofficial forks, third-party modifications, or derivative versions.
To build this project, you must have the following installed:
- Node.js
- pnpm
- Zig
cd webui
pnpm i
pnpm buildbash build.sh --releaseBuild artifacts will be generated under:
build/
The branch now uses a C implementation.
The previous Rust implementation : 🦀