Microg Magisk Module Link Portable
This article was last updated in May 2026. Module links and Magisk requirements change frequently; always check the "Issues" tab on GitHub before installation.
module_id/ ├── module.prop # Metadata (ID, version, author) ├── common/ │ └── post-fs-data.sh # Script executed after filesystem mounted ├── system/ │ └── priv-app/ │ ├── GmsCore/ # The microG Core APK │ ├── GsfProxy/ # GSF Proxy APK │ └── Phonesky/ # FakeStore APK └── sepolicy.rule # SELinux policy modifications microg magisk module link
📌
Note: This is the successor to the old "MinMicroG" project. "FriendlyNeighborhoodShane" is the current maintainer trusted by the XDA Developers community. This article was last updated in May 2026
Many modules include "poking" or patches to allow signature spoofing, which is required for microG to "pretend" it is Google Play Services. microg magisk module link