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.
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
This project is a tool for sideloading Android applications onto desktop systems by converting APK files into unpacked browser extensions. It functions as a runtime wrapper that allows Android applications to execute within a specialized web browser environment. The system transforms compressed application packages into unpacked directory structures and generates the necessary manifests to make them compatible with the host operating system. It includes an asset-injection layer to provide required external dependencies and data assets during execution. The tool provides configuration for app
MicroG-RE is an Android app modifier and compatibility layer designed to patch mobile applications. It functions as a system for removing advertisements, skipping sponsored content, and replacing proprietary service dependencies with open-source alternatives to maintain account authentication and app compatibility. The project provides a MicroG compatibility layer that enables applications to function without closed-source frameworks. It further implements notification restoration by spoofing application signatures, ensuring that push messages are delivered correctly after a binary has been p
f-stack is a kernel-bypass framework and user-space TCP/IP stack designed to increase packet processing speeds and overall throughput. It utilizes DPDK to route network traffic directly to user space and integrates a transplanted FreeBSD network stack to handle transport and network layer protocols outside of the host operating system. The project provides a socket API compatibility layer that allows standard network applications to run on a high-performance backend without requiring code changes. It also features a coroutine-based network API and micro-threading interface to manage asynchron
GmsCore is an Android app compatibility layer and system service mock designed to enable third-party applications to function on non-standard Android distributions. It serves as a background service that simulates proprietary Google APIs and emulates the necessary system environment for devices where official services are not installed.
The main features of revanced/gmscore are: Mobile Service Emulators, System Service Mocks, Service Emulators, Android App Execution, Compatibility Environments, Custom ROM Support Utilities, API Compatibility, API Compatibility Layers.
Open-source alternatives to revanced/gmscore include: microg/gmscore — GmsCore is an open-source Android framework component that functions as a compatibility layer for mobile devices. It… morpheapp/microg-re — MicroG-RE is an Android app modifier and compatibility layer designed to patch mobile applications. It functions as a… vladikoff/chromeos-apk — This project is a tool for sideloading Android applications onto desktop systems by converting APK files into unpacked… lerist/fakelocation — FakeLocation is a set of developer utilities for Android designed to override system-level location data, simulate… jakewharton/nineoldandroids — NineOldAndroids is an Android animation backport library and UI compatibility layer. It brings the Honeycomb animation… aslody/virtualapp — VirtualApp is an Android application virtualization engine and user-space sandbox that enables the execution of…