https://github.com/7a72/meta-magic_mount
Magic Mount Metamodule
https://github.com/7a72/meta-magic_mount
Last synced: 4 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2026-01-11T11:00:29.000Z (about 2 months ago)
- Last Synced: 2026-01-11T15:34:09.583Z (about 2 months ago)
- Language: C
- Homepage: https://codeberg.org/ovo/meta-magic_mount
- Size: 962 KB
- Stars: 271
- Watchers: 1
- Forks: 38
- 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)
- awesome-kernelsu - **meta-magic_mount** - magic_mount)) | Magic Mount implementation in C with WebUI support - Magisk-style mounting, official KSU branch support | [](https://github.com/7a72/meta-magic_mount/releases) | (Modules and Tools / Metamodules (Required for Module Support))
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)