awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
opengapps avatar

opengapps/opengapps

0
View on GitHub↗
5,964 stars·978 forks·Shell·13 viewsopengapps.org↗

Opengapps

The main repository of the Open GApps Project

Features

  • GApps Package Builders - Selects a platform, Android version, and variant to generate a flashable ZIP of Google apps and services.
  • GApps - Selects a pre-configured set of Google apps based on a variant name like nano or stock.
  • File-List-Driven Packaging - Builds the final flashable ZIP by reading a manifest of files and directories to include.
  • Recovery-Mode Script Installers - Installs by executing a shell script that copies files and sets permissions during recovery mode.
  • Google Apps Binary Repositories - Stores pre-compiled Google app APKs and libraries organized by architecture and Android version.
  • Custom ROM Support Utilities - Adds Google apps and services to a custom Android ROM after installation.
  • Architecture-Specific APK Packaging - Generates a GApps package tailored to a specific device architecture such as ARM, ARM64, or x86.
  • GApps Variant Generators - Produces different package sizes such as nano, micro, or full of Google applications for Android system integration.
  • GApps Variant Selection - Chooses a pre-configured set of Google apps such as nano, stock, or full to match user needs and device storage.
  • Flashable ZIP Creators - An archive builder that packages Google apps into recovery-flashable ZIP files for Android devices.
  • Google Apps Package Builders - Assembles custom flashable ZIP archives of Google mobile services and applications for Android devices.
  • Android Version Range Support - Ensures Google apps and services work with a particular Android OS version such as 9.0 or 10.0.
  • Architecture Detection - Detects the target device's CPU architecture and Android version to select compatible binaries.
  • Recovery-Mode Installers - Designed to run from custom recovery environments like TWRP using standard recovery scripting commands.
  • Signature Spoofing Utilities - Patches system files to allow microG or other replacements to pretend to be Google apps for compatibility.

Star history

Star history chart for opengapps/opengappsStar history chart for opengapps/opengapps

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Opengapps

Similar open-source projects, ranked by how many features they share with Opengapps.
  • microg/gmscoremicrog avatar

    microg/GmsCore

    13,682View on GitHub↗

    GmsCore is an open-source Android framework component that functions as a compatibility layer for mobile devices. It acts as a middleware service, providing an implementation of proprietary mobile service interfaces to ensure that applications requiring these components can function on devices where they are not natively installed. The project distinguishes itself by enabling the use of standard mobile applications on devices that lack official proprietary background services. By intercepting and redirecting application requests to local open-source implementations, it allows users to maintai

    Javaandroidauthcloud-messaging
    View on GitHub↗13,682
  • google/bundletoolgoogle avatar

    google/bundletool

    3,941View on GitHub↗

    Bundletool is a command line toolkit for manipulating Android App Bundles and generating optimized APKs tailored to specific device configurations. It serves as a utility for converting bundles into monolithic or split installation files and validating the integrity and size of these packages before publishing. The tool differentiates itself through the ability to analyze device hardware specifications to extract only the required resource sets, reducing application download sizes. It also provides specialized capabilities for creating and exporting distribution archives for runtime-enabled s

    Javaandroidandroid-app-bundleandroid-development
    View on GitHub↗3,941
  • fongmi/releaseFongMi avatar

    FongMi/Release

    5,536View on GitHub↗

    Release is an Android APK distribution system and build pipeline designed to compile and publish versioned application packages. It functions as a specialized compiler for Android media player applications targeting both mobile and TV devices. The system uses a multi-architecture build tool to generate separate binaries for various CPU instruction sets, such as arm64-v8a and armeabi-v7a, ensuring compatibility across different hardware types. This is achieved through a GitHub Actions pipeline that employs a matrix-based build strategy to execute concurrent compilation jobs. The workflow auto

    Batchfile
    View on GitHub↗5,536
  • codinggay/blackdexCodingGay avatar

    CodingGay/BlackDex

    6,266View on GitHub↗

    BlackDex is an Android runtime-level DEX extraction tool that recovers bytecode from protected APK files across Android versions 5 through 12 without requiring root access. It operates by hooking system APIs, reading DexFile cookies, and repairing obfuscated method bodies from memory, supporting both 32-bit and 64-bit architectures for installed and uninstalled applications. The tool distinguishes itself through a multi-method approach that combines cookie-based dumping, API hooking, and memory-based instruction repair to handle first through third generation packers. It reconstructs method b

    C++androidandroid-unpackblackbox
    View on GitHub↗6,266
See all 9 alternatives to Opengapps→

Frequently asked questions

What does opengapps/opengapps do?

The main repository of the Open GApps Project

What are the main features of opengapps/opengapps?

The main features of opengapps/opengapps are: GApps Package Builders, GApps, File-List-Driven Packaging, Recovery-Mode Script Installers, Google Apps Binary Repositories, Custom ROM Support Utilities, Architecture-Specific APK Packaging, GApps Variant Generators.

What are some open-source alternatives to opengapps/opengapps?

Open-source alternatives to opengapps/opengapps include: microg/gmscore — GmsCore is an open-source Android framework component that functions as a compatibility layer for mobile devices. It… google/bundletool — Bundletool is a command line toolkit for manipulating Android App Bundles and generating optimized APKs tailored to… revanced/gmscore — GmsCore is an Android app compatibility layer and system service mock designed to enable third-party applications to… fongmi/release — Release is an Android APK distribution system and build pipeline designed to compile and publish versioned application… codinggay/blackdex — BlackDex is an Android runtime-level DEX extraction tool that recovers bytecode from protected APK files across… windysha/xpatch — Xpatch is a collection of specialized utilities designed for modifying and resigning Android application packages to…