Magic Mount Metamodule
- C 55.6%
- Shell 17.8%
- Svelte 9.2%
- JavaScript 8.3%
- CSS 7%
- Other 2.1%
| src | ||
| template | ||
| webui | ||
| .gitignore | ||
| build.sh | ||
| LICENSE | ||
| module.json | ||
| README.md | ||
Magic Mount Metamodule
Implement systemless modification support for KernelSU.
Support Policy
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.
Build Instructions
To build this project, you must have the following installed:
- Node.js
- pnpm
- Zig
1. Build WebUI
cd webui
pnpm i
pnpm build
2. Build Module
bash build.sh --release
3. Build Output
Build artifacts will be generated under:
build/
Misc
The branch now uses a C implementation.
The previous Rust implementation : 🦀