Magic Mount Metamodule
  • C 55.6%
  • Shell 17.8%
  • Svelte 9.2%
  • JavaScript 8.3%
  • CSS 7%
  • Other 2.1%
Find a file
2026-01-11 10:53:01 +00:00
src chore: bump version to v1.0.0 2025-12-03 08:21:44 +08:00
template feat: add Apatch support 2026-01-11 10:53:01 +00:00
webui feat: add Apatch support 2026-01-11 10:53:01 +00:00
.gitignore Add: Webui Support 2025-11-21 02:16:09 +08:00
build.sh fix: ksu install 2025-12-03 08:19:33 +08:00
LICENSE Add LICENSE 2025-11-20 16:49:59 +08:00
module.json chore: add module.json 2025-11-29 21:36:40 +08:00
README.md docs: modify the reference to the rust branch under maintenance 2025-11-29 18:18:20 +08:00

Magic Mount Metamodule

Latest Release Latest CI

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 : 🦀