MicroG is a framework that provides a set of free and open-source libraries and tools aimed at enhancing privacy and security on Android devices. It is primarily designed to offer a lightweight alternative to Google Services, thereby reducing the dependency on Google's proprietary apps and services.

Android’s architecture relies heavily on Google Play Services (GMS) for API calls regarding location, notifications, and app verification. However, GMS is proprietary and closed-source. The microG Project (originally NOGAPPS) aims to provide a free, open-source implementation of these libraries.

Historically, installing microG on a standard Android device was impossible due to Google’s proprietary code and signature requirements. The advent of Magisk—a "systemless" rooting solution—enabled the injection of microG into the system partition without permanently altering system partitions. This paper details the link between the microG application suite and the Magisk module delivery mechanism.

To recap, bookmark this:

Current working microG Magisk module link: https://github.com/FriendlyNeighborhoodShane/MinMicroG_releases/releases Look for the file ending in -Magisk.zip

Do not trust "auto-updater" apps or third-party mod stores. Always pull the module directly from GitHub.

By using this link and following the guide above, you can successfully de-Google your phone without losing push notifications, all while staying systemless and safe with Magisk.


This article was last updated in May 2026. Module links and Magisk requirements change frequently; always check the "Issues" tab on GitHub before installation.

To install microG systemlessly using Magisk, you must use a compatible module that handles the placement of system apps and permissions. This guide provides links and steps for the most reliable community-maintained modules. Primary MicroG Magisk Modules

The following modules are popular choices for installing microG via Magisk:

microG Installer Revived: A widely used, systemless installer that includes microG GmsCore, GsfProxy, and DroidGuard Helper.

MinMicroG: Offers various "flavors" (Minimal, Standard, NoGoolag) depending on whether you want a patched Play Store or just the bare minimum for location services.

microG Installer Reborn: A maintained fork of the "Revived" version, designed for newer Android versions. Step-by-Step Installation Guide 1. Prepare Your Device

Root with Magisk: Ensure you have Magisk installed and working correctly.

Enable Signature Spoofing: microG requires your ROM to support "Signature Spoofing." If your ROM doesn't support it natively, you may need a separate Magisk module like FakeGApps or LSPosed with the FakeGApps module. 2. Download and Flash the Module topjohnwu/Magisk: The Magic Mask for Android - GitHub

Github is the only source where you can get official Magisk information and downloads. Installation | Magisk - GitHub Pages

For users seeking to replace Google Play Services with on a rooted Android device, the most reliable and widely used Magisk modules are provided below. These modules allow for a systemless installation, meaning your system partition remains untouched. en.wikipedia.org Top Recommended microG Magisk Modules

The following modules are popular for their ease of use and active community support: microG Installer Revived

: Developed by nift4 (based on Hieu Van's original work), this module installs essential components like microG GmsCore, GsfProxy, and DroidGuard Helper directly to /system/priv-app Highlights

: Automatically handles the installation of microG as a system app and includes support for a patched Google Play Store if installed before the module.

: A customizable module that offers various editions ranging from "Minimal" to "Standard". Highlights

: Highly flexible, allowing you to choose between a bare-bones setup or a more feature-rich experience including Aurora Services or a patched Play Store. noogle-magisk

: A streamlined module designed for a "Google-free" experience. Highlights : Specifically guides users through and LSPosed to ensure signature spoofing works correctly on most ROMs. github.com Essential Pre-Installation Checklist Before installing any microG module through , ensure your device meets these requirements: github.com

The microG Magisk module—specifically the popular microG Installer Revived—is a systemless tool designed to replace proprietary Google Play Services with microG, an open-source alternative. It is highly regarded by privacy-conscious users for reducing data transmission to Google while maintaining app functionality. Core Features & Benefits

Privacy & Anonymization: Replaces Google's tracking-heavy background processes with a lightweight compatibility layer, adding an anonymization layer between you and Google’s infrastructure.

Battery Efficiency: By eliminating constant Google background syncing and telemetry, it frequently improves battery life, especially on older hardware.

Systemless Installation: Because it is a Magisk module, it modifies your device systemlessly, meaning it can be easily toggled or removed without permanently altering core system files.

App Compatibility: Restores critical features like push notifications and location services for apps that normally depend on Google Play Services (e.g., YouTube ReVanced). Critical Prerequisites

Understanding Magisk and the Shamiko Module | Blog - Digital.ai

Several Magisk modules exist to install , as there is no single "official" module from the microG team itself. These modules typically bundle core components like GmsCore, GsfProxy, and Mapv1. Popular microG Magisk Modules microG Installer Revived

: One of the most widely used community modules. It installs GmsCore, GsfProxy, and DroidGuard Helper as system apps. GitHub Link nift4/microg_installer_revived Stable Alt-Repo Magisk-Modules-Alt-Repo/microg_installer microG Installer Reborn

: An updated fork of the "Revived" version, designed for newer Android versions and compatible with Magisk, KernelSU, and APatch. GitHub Link Bakoubak/microg_installer_reborn

: A modular project offering several "variants" (Minimal, Standard, NoGoolag) that can be installed via Magisk or recovery. GitHub Link FriendlyNeighborhoodShane/MinMicroG MinMicroG Releases on GitHub Key Installation Requirements Magisk-Modules-Alt-Repo/microG-GApps - GitHub