{"id":19176360,"url":"https://github.com/MMRLApp/MMRL-CLI","last_synced_at":"2025-08-21T11:32:23.043Z","repository":{"id":201040519,"uuid":"705530193","full_name":"MMRLApp/MMRL-CLI","owner":"MMRLApp","description":"MMRL Command Line Interface is a free tool to install Magisk/KernelSU modules","archived":false,"fork":false,"pushed_at":"2024-08-18T14:46:27.000Z","size":3341,"stargazers_count":64,"open_issues_count":7,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-18T05:42:58.232Z","etag":null,"topics":["android","kernelsu","kernelsu-module","magisk","magisk-module","manager","mmrl","package-manager","root","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MMRLApp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-16T07:38:00.000Z","updated_at":"2025-08-17T00:51:22.000Z","dependencies_parsed_at":"2023-10-21T14:22:05.718Z","dependency_job_id":"15abd285-d77d-4e72-8b78-57c7dd2c75e0","html_url":"https://github.com/MMRLApp/MMRL-CLI","commit_stats":null,"previous_names":["dergoogler/mmrl-cli","mmrlapp/mmrl-cli"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/MMRLApp/MMRL-CLI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMRLApp%2FMMRL-CLI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMRLApp%2FMMRL-CLI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMRLApp%2FMMRL-CLI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMRLApp%2FMMRL-CLI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MMRLApp","download_url":"https://codeload.github.com/MMRLApp/MMRL-CLI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMRLApp%2FMMRL-CLI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271470226,"owners_count":24765352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","kernelsu","kernelsu-module","magisk","magisk-module","manager","mmrl","package-manager","root","rust"],"created_at":"2024-11-09T10:28:12.790Z","updated_at":"2025-08-21T11:32:22.609Z","avatar_url":"https://github.com/MMRLApp.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Magisk Module Repo Loader CLI\n\nMMRL comes now as command line interface, with multi module install support!\n\n\u003cimg alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/DerGoogler/MMRL-CLI/total\"\u003e\n\n\u003ca href=\"https://mmrl.dergoogler.com/?module=mmrl\"\u003e\u003cimg height=\"45px\" alt=\"Get it on MMRL\" src=\"https://mmrl.dergoogler.com/assets/MMRL-Badge.svg\"\u003e\u003c/a\u003e\n\n## Repositoreis\n\nYou can use any repo you want, the only requirement it that the repo supports the [MRepo-Format](https://github.com/ya0211/magisk-modules-repo-util)\n\n```shell\nmmrl repo add \"https://apt.izzysoft.de/magisk/json/modules.json\" \"https://...\" # ...\n```\n\nInstall a module with it\n\n```shell\n# Install aliases are \"add\" and \"get\"\nmmrl install app-data-file-exec data_isolation_support\n```\n\n## Get informations\n\nThe MMRL CLI also supports getting infos of the module\n\njust run\n\n```shell\nmmrl info mkshrc node_on_android\n```\n\n## Searching\n\nWanna search some module? You can do it.\n\n```shell\nmmrl search id node # mmrl lookup all \"hide user\"\n```\n\nGet all filter\n\n```shell\nmmrl search\n```\n\n## Downloading\n\nDownloading just the module is also posible\n\n```shell\nmmrl download mkshrc node_on_android # --version 152\n```\n\n## Installing modules\n\nMaybe simple...\n\n```shell\nmmrl install mkshrc@1.3.4 node_on_android\n```\n\n## Install Viper4Android\n\n\u003e Requires version `0.1.1`\n\n```shell\nmmrl 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\"\n```\n\n# Screenshots\n\n\u003cp\u003e\n  \u003cimg src=\"assets/store_ready/1.png\" width=\"32%\" /\u003e\n  \u003cimg src=\"assets/store_ready/2.png\" width=\"32%\" /\u003e\n  \u003cimg src=\"assets/store_ready/3.png\" width=\"32%\" /\u003e\n  \u003cimg src=\"assets/store_ready/4.png\" width=\"32%\" /\u003e\n\u003c/p\u003e\n\n\n# Dev\n\n## Error code\n\n```properties\n\nM_INS_SUCCESS = 0\nM_INS_FAILURE = 1\nM_DWL_FAILURE = 2\nFILE_CRA_ERRO = 3\nTERM_INTR_ERR = 500\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMMRLApp%2FMMRL-CLI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMMRLApp%2FMMRL-CLI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMMRLApp%2FMMRL-CLI/lists"}