MMRL Command Line Interface is a free tool to install Magisk/KernelSU modules
90
stars
80
commits
Rust
primary language
Aug 18, 2024
updated
MMRL comes now as command line interface, with multi module install support!
You can use any repo you want, the only requirement it that the repo supports the MRepo-Format
mmrl repo add "https://apt.izzysoft.de/magisk/json/modules.json" "https://..." # ...
Install a module with it
# Install aliases are "add" and "get"
mmrl install app-data-file-exec data_isolation_support
The MMRL CLI also supports getting infos of the module
just run
mmrl info mkshrc node_on_android
Wanna search some module? You can do it.
mmrl search id node # mmrl lookup all "hide user"
Get all filter
mmrl search
Downloading just the module is also posible
mmrl download mkshrc node_on_android # --version 152
Maybe simple...
mmrl install mkshrc@1.3.4 node_on_android
Requires version
0.1.1
mmrl install -y "https://zackptg5.com/downloads/Audio-Modification-Library_v5.1.zip" "https://john-fawkes.com/Downloads/acp.zip" "https://github.com/AndroidAudioMods/ViPER4Android/releases/download/v0.5.0/V4A_Magisk_Module_0.5.0.zip"
M_INS_SUCCESS = 0
M_INS_FAILURE = 1
M_DWL_FAILURE = 2
FILE_CRA_ERRO = 3
TERM_INTR_ERR = 500
75 commits
5 commits
Rust
80.0%
JavaScript
11.4%
Shell
8.0%
MMRL Command Line Interface is a free tool to install Magisk/KernelSU modules
90
stars
80
commits
Rust
primary language
Aug 18, 2024
updated
MMRL comes now as command line interface, with multi module install support!
You can use any repo you want, the only requirement it that the repo supports the MRepo-Format
mmrl repo add "https://apt.izzysoft.de/magisk/json/modules.json" "https://..." # ...
Install a module with it
# Install aliases are "add" and "get"
mmrl install app-data-file-exec data_isolation_support
The MMRL CLI also supports getting infos of the module
just run
mmrl info mkshrc node_on_android
Wanna search some module? You can do it.
mmrl search id node # mmrl lookup all "hide user"
Get all filter
mmrl search
Downloading just the module is also posible
mmrl download mkshrc node_on_android # --version 152
Maybe simple...
mmrl install mkshrc@1.3.4 node_on_android
Requires version
0.1.1
mmrl install -y "https://zackptg5.com/downloads/Audio-Modification-Library_v5.1.zip" "https://john-fawkes.com/Downloads/acp.zip" "https://github.com/AndroidAudioMods/ViPER4Android/releases/download/v0.5.0/V4A_Magisk_Module_0.5.0.zip"
M_INS_SUCCESS = 0
M_INS_FAILURE = 1
M_DWL_FAILURE = 2
FILE_CRA_ERRO = 3
TERM_INTR_ERR = 500
75 commits
5 commits
Rust
80.0%
JavaScript
11.4%
Shell
8.0%