https://github.com/7a72/meta-magic_mount
Magic Mount Metamodule
https://github.com/7a72/meta-magic_mount
Last synced: 11 days ago
JSON representation
Magic Mount Metamodule
- Host: GitHub
- URL: https://github.com/7a72/meta-magic_mount
- Owner: 7a72
- License: gpl-3.0
- Created: 2025-11-20T08:41:05.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-11-26T01:22:53.000Z (about 2 months ago)
- Last Synced: 2025-11-28T05:04:53.128Z (about 1 month ago)
- Language: C
- Size: 779 KB
- Stars: 163
- Watchers: 0
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-root - Meta-magic_mount - magic_mount)) - Magic Mount implementation in C with WebUI support for Magisk-style mounting. `FOSS` `[K]` (Root Management / Module Managers)
README
# Magic Mount Metamodule
[](https://github.com/7a72/meta-magic_mount/releases/latest)
[](https://nightly.link/7a72/meta-magic_mount/workflows/compile/main)
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
```bash
cd webui
pnpm i
pnpm build
```
### 2. Build Module
```bash
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** : [🦀](https://github.com/Tools-cx-app/meta-magic_mount)