awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
opengapps avatar

opengapps/opengapps

0
View on GitHub↗
5,964 نجوم·978 تفرعات·Shell·5 مشاهداتopengapps.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.

سجل النجوم

مخطط تاريخ النجوم لـ opengapps/opengappsمخطط تاريخ النجوم لـ opengapps/opengapps

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Opengapps

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Opengapps.
  • microg/gmscoreالصورة الرمزية لـ microg

    microg/GmsCore

    13,682عرض على 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
    عرض على GitHub↗13,682
  • google/bundletoolالصورة الرمزية لـ google

    google/bundletool

    3,941عرض على 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
    عرض على GitHub↗3,941
  • fongmi/releaseالصورة الرمزية لـ FongMi

    FongMi/Release

    5,536عرض على 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
    عرض على GitHub↗5,536
  • codinggay/blackdexالصورة الرمزية لـ CodingGay

    CodingGay/BlackDex

    6,266عرض على 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
    عرض على GitHub↗6,266
عرض جميع البدائل الـ 9 لـ Opengapps→

الأسئلة الشائعة

ما هي وظيفة opengapps/opengapps؟

The main repository of the Open GApps Project

ما هي الميزات الرئيسية لـ opengapps/opengapps؟

الميزات الرئيسية لـ opengapps/opengapps هي: 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.

ما هي البدائل مفتوحة المصدر لـ opengapps/opengapps؟

تشمل البدائل مفتوحة المصدر لـ opengapps/opengapps: 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…