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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

36 dépôts

Awesome GitHub RepositoriesAndroid Packages

Tools for generating APK or AAB files for Android distribution.

Explore 36 awesome GitHub repositories matching devops & infrastructure · Android Packages. Refine with filters or upvote what's useful.

Awesome Android Packages GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • localsend/localsendAvatar de localsend

    localsend/localsend

    83,448Voir sur GitHub↗

    LocalSend is a cross-platform utility designed for secure, peer-to-peer file transfers between devices on the same local network. By establishing direct, encrypted communication channels, the application enables users to share files without relying on external servers, cloud storage, or active internet connectivity. The project distinguishes itself through a unified codebase that supports native-looking interfaces across desktop and mobile operating systems. It utilizes automated peer discovery to identify available devices on a subnet and employs end-to-end encryption to ensure data integrit

    Compiles and bundles application files into formats ready for Android distribution.

    Dartdartfile-sharingflutter
    Voir sur GitHub↗83,448
  • libgdx/libgdxAvatar de libgdx

    libgdx/libgdx

    24,816Voir sur GitHub↗

    LibGDX is a Java-based framework designed for cross-platform game development, enabling the creation and deployment of 2D and 3D games across desktop, mobile, and web environments from a single codebase. It functions as a comprehensive library that abstracts hardware-accelerated graphics, audio, input, and file system access, providing a unified interface for developers to manage game logic and application lifecycles. The framework distinguishes itself through a high-performance architecture that prioritizes efficiency and native interoperability. It utilizes a batch-oriented graphics pipelin

    Compiles game projects into unsigned APK files for Android distribution.

    Java2d3dandroid
    Voir sur GitHub↗24,816
  • microsoft/onnxruntimeAvatar de microsoft

    microsoft/onnxruntime

    19,347Voir sur GitHub↗

    This project is a cross-platform machine learning inference engine designed to execute pre-trained models across diverse operating systems and hardware environments. It functions as a standardized execution framework that manages the entire lifecycle of model inference, from loading and graph optimization to hardware-accelerated execution and generative sequence management. The runtime distinguishes itself through a highly modular architecture that decouples model logic from hardware-specific kernels. By utilizing an execution provider abstraction, it enables developers to offload computation

    Generates archive files from model definitions to enable direct integration and deployment within mobile development environments.

    C++ai-frameworkdeep-learninghardware-acceleration
    Voir sur GitHub↗19,347
  • kurikomi-labs/komi-storeK

    kurikomi-labs/komi-store

    15,630Voir sur GitHub↗

    Komi Store is an Android app store client designed for discovering and installing applications directly from git repository releases. It functions as a git release manager and APK package manager, allowing users to track software versions and assets hosted on git platforms. The project differentiates itself by integrating deep git repository functionality, such as an OAuth repository browser for managing issues and pull requests, and a system for importing starred repositories. It utilizes a multi-provider aggregation model to normalize release data from various git hosting platforms into a u

    Inspects APK packages for signing fingerprints, permissions, and SDK requirements prior to installation.

    Kotlin
    Voir sur GitHub↗15,630
  • lsposed/magiskonwsalocalAvatar de LSPosed

    LSPosed/MagiskOnWSALocal

    10,535Voir sur GitHub↗

    MagiskOnWSALocal is a toolkit and set of scripts designed to integrate root access and Google Apps into the Windows Subsystem for Android. It functions as a customization utility to provide administrative control over the virtualized Android environment. The project enables the installation of Magisk root binaries and the integration of Google Play Store services. It includes capabilities for removing default application marketplaces and modifying system settings to customize the subsystem. The toolset manages subsystem maintenance through version updates that preserve user data. It also pro

    Uses Android package manager commands to side-load helper applications and administrative tools.

    Shellandroidgoogle-appsmagisk
    Voir sur GitHub↗10,535
  • android/ndk-samplesAvatar de android

    android/ndk-samples

    10,513Voir sur GitHub↗

    The Android NDK samples provide a comprehensive collection of code examples demonstrating how to integrate C and C++ native code into Android applications. This repository serves as a practical guide for developers utilizing the Android Native Development Kit to implement performance-critical application components that require direct hardware access and low-level system interaction. The project highlights the use of the Java Native Interface to bridge managed code with native modules, enabling cross-language function calls and efficient data exchange. It demonstrates how to manage native act

    Bundles validation binaries within application packages to ensure consistent graphics API verification across target devices.

    C++
    Voir sur GitHub↗10,513
  • didi/virtualapkAvatar de didi

    didi/VirtualAPK

    9,055Voir sur GitHub↗

    VirtualAPK is an Android plugin framework and runtime environment designed to load and execute external Android packages dynamically. It functions as a component host that allows a main application to run activities, services, and providers delivered via external modules without requiring system installation or manifest registration. The framework enables dynamic feature delivery by loading external packages at runtime, allowing application functionality to be updated without redeploying the entire app. It provides a mechanism for Android sandbox execution, running isolated components within

    Runs external Android package files and resources within a host application without requiring manifest registration.

    Java
    Voir sur GitHub↗9,055
  • kivy/python-for-androidAvatar de kivy

    kivy/python-for-android

    8,888Voir sur GitHub↗

    python-for-android is a toolchain that compiles Python applications and their dependencies into installable Android APK or AAB packages. It bundles a Python interpreter and standard library into an Android package, enabling Python code to run natively on mobile devices. The project provides a recipe-based build engine that automates dependency resolution, version pinning, and custom compilation steps for Android targets. The system cross-compiles Python and native C-extension libraries for multiple Android CPU architectures, producing separate native binaries for each target and packaging the

    Compiles Python applications and their dependencies into installable Android APK or AAB packages.

    Pythonandroidapkkivy
    Voir sur GitHub↗8,888
  • recloudstream/cloudstreamAvatar de recloudstream

    recloudstream/cloudstream

    8,922Voir sur GitHub↗

    Cloudstream is an Android media streaming client and extensible media player that aggregates video and audio content from external sources. It operates as an Android application container within a Linux-based environment, enabling the installation and execution of Android software packages via APK files. The project utilizes an extension-based provider system that allows for the creation of custom plugins. These extensions define the logic for scraping and retrieving multimedia content and metadata from third-party sources. Additional capabilities include the ability to cast media playback t

    Provides the ability to install and initialize Android software packages via APK files within its containerized environment.

    Kotlinandroidgood-first-issuehome-theater
    Voir sur GitHub↗8,922
  • godotengine/godot-demo-projectsAvatar de godotengine

    godotengine/godot-demo-projects

    8,250Voir sur GitHub↗

    This repository is a comprehensive collection of functional 2D and 3D demo projects and implementation samples for the Godot Game Engine. It serves as an interactive tutorial and reference library, providing a working codebase to demonstrate how to apply engine features in real-world scenarios. The collection focuses on practical implementation guides, covering a wide array of technical capabilities from basic engine fundamentals to advanced rendering and scripting techniques. It allows users to study the application of node-based composition, asset pipelines, and game logic through direct ex

    Implements tools for generating APK and AAB files for distribution on Android devices.

    GDScript
    Voir sur GitHub↗8,250
  • terrycavanagh/vvvvvvAvatar de TerryCavanagh

    TerryCavanagh/VVVVVV

    7,916Voir sur GitHub↗

    This project is a cross-platform game engine framework and build pipeline designed to produce playable executable binaries for desktop and Android devices. It provides a collection of core libraries for game development, including a native Android build system and a C++ build pipeline. The framework features a specialized bitmap font rendering system that displays stylized typography by mapping character indices to image atlases using coordinate and spacing metadata. It also implements a hardware abstraction layer to decouple application logic from graphics and audio drivers, ensuring portabl

    Generates installable Android packages from source code using native build tools and dependency management.

    ActionScript
    Voir sur GitHub↗7,916
  • firerpa/lamdaAvatar de firerpa

    firerpa/lamda

    7,834Voir sur GitHub↗

    This project is an Android RPA framework designed for automating user interfaces and system tasks on rooted Android devices using Python and ADB. It provides a suite of tools for rooted device management, allowing for programmatic control of system settings, application lifecycles, and shell command execution via a remote API. The framework distinguishes itself through a combination of dynamic instrumentation and AI integration. It can inject scripts into running processes to hook Java interfaces and modifies application behavior in real time. Additionally, it supports large language model in

    Retrieves package IDs, version information, launch activities, and currently running processes for APKs.

    Pythonadbagentsai
    Voir sur GitHub↗7,834
  • vladikoff/chromeos-apkAvatar de vladikoff

    vladikoff/chromeos-apk

    7,856Voir sur GitHub↗

    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

    Transforms compressed Android APK files into unpacked directory structures to make them compatible with the host system.

    JavaScript
    Voir sur GitHub↗7,856
  • kenzok8/openwrt-packagesAvatar de kenzok8

    kenzok8/openwrt-packages

    7,132Voir sur GitHub↗

    This project provides a curated collection of OpenWrt plugins and packages, offering a unified ecosystem for extending router functionality. It functions as both a package feed compatible with opkg and apk package managers and a source for custom firmware compilation, integrating directly with the OpenWrt build system through a script-based tool. The repository delivers daily pre-compiled binary packages organized by CPU architecture, enabling direct installation without requiring source compilation. These binaries are served through a globally distributed feed hosted on Cloudflare R2 edge no

    Installs packages from the added feed using standard opkg or apk commands after configuration.

    Shellalistddnstohomeproxy
    Voir sur GitHub↗7,132
  • droid-ify/clientAvatar de Droid-ify

    Droid-ify/client

    7,010Voir sur GitHub↗

    Ce projet est un gestionnaire de paquets Android et un client de boutique d'applications conçu pour parcourir, installer et mettre à jour des logiciels open source depuis F-Droid et des dépôts tiers personnalisés. Il fonctionne comme un client de dépôt open source qui permet aux utilisateurs de découvrir des logiciels via un catalogue synchronisé. Le système dispose d'un cache de dépôt local, permettant aux utilisateurs de rechercher et de gérer leur bibliothèque logicielle en mode hors ligne sans connexion internet active. Il prend en charge la gestion de catalogues multi-sources pour agréger les données d'applications provenant de plusieurs URL de dépôt dans un index unique. Le client fournit des chemins d'installation de paquets flexibles, routant les déploiements via des invites basées sur la session, l'accès root ou l'élévation de privilèges spécialisée via Shizuku. Il inclut également une interrogation automatique des mises à jour en arrière-plan pour garder les applications installées à jour.

    Functions as a utility for installing Android application files using multiple permission-based methods.

    Kotlin
    Voir sur GitHub↗7,010
  • droidpluginteam/droidpluginAvatar de DroidPluginTeam

    DroidPluginTeam/DroidPlugin

    6,971Voir sur GitHub↗

    DroidPlugin is an Android plugin framework designed to execute third-party APKs and native binaries without requiring installation or modifications to the host application manifest. It provides a native binary plugin host that allows the loading of C and C++ binaries through native hooks to extend core application functionality. The framework utilizes a component router to direct activities and services to external plugins, bypassing the need for manual registration in the host manifest. It further decouples external activities from the host lifecycle through a proxy-based mechanism. The sys

    Loads and runs external application packages as plugins without requiring repackaging of the original source.

    Javaandroiddroid-pluginhook
    Voir sur GitHub↗6,971
  • meituan-dianping/walleAvatar de Meituan-Dianping

    Meituan-Dianping/walle

    6,852Voir sur GitHub↗

    Walle is a tooling system for automating the injection of distribution channel identifiers and metadata into signed Android application binaries. It functions as a command-line utility and build pipeline extension that reads and writes custom metadata directly into the Android application signing block. The tool specifically modifies the Android Signature V2 block to embed channel identifiers and key-value pairs without re-signing the binary. This approach enables the generation of multiple channel-specific application packages without requiring a full binary rebuild or repeated signing opera

    Creates multiple versions of an Android app for different distribution channels without rebuilding the project.

    Javaandroidapk-signature-scheme-v2gradle
    Voir sur GitHub↗6,852
  • sulinggg/openwrt-rpiAvatar de SuLingGG

    SuLingGG/OpenWrt-Rpi

    6,354Voir sur GitHub↗

    OpenWrt-Rpi is a firmware builder and embedded Linux build toolset designed to compile custom router operating system images for Raspberry Pi and NanoPi hardware. It utilizes a GitHub Actions CI pipeline to automate the generation of fresh firmware images from the latest source code via daily updates. The project maintains a custom package repository and local software sources for managing community plugins and kernel modules. This infrastructure is used to ensure version consistency and prevent dependency conflicts during the installation of network drivers and system extensions. The build

    Utilizes OpenWrt package management to install community plugins and network drivers during the build process.

    Shellg-dockgithub-actionsnanopi-r2s
    Voir sur GitHub↗6,354
  • facebook/redexAvatar de facebook

    facebook/redex

    6,292Voir sur GitHub↗

    A bytecode optimizer for Android apps

    Removing unused code and resources from compiled Android bytecode to produce a smaller application package.

    C++
    Voir sur GitHub↗6,292
  • codinggay/blackdexAvatar de CodingGay

    CodingGay/BlackDex

    6,266Voir sur 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

    Extracts DEX bytecode directly from uninstalled APK files stored on disk.

    C++androidandroid-unpackblackbox
    Voir sur GitHub↗6,266
Préc.12Suivant
  1. Home
  2. DevOps & Infrastructure
  3. Distribution and Packaging
  4. Software Distribution
  5. Application Packaging
  6. Android Packages

Explorer les sous-tags

  • APK Loaders7 sous-tagsSystems that install and initialize Android Package files within a runtime environment. **Distinct from Android Packages:** Distinct from Android Packages: focuses on the loading/installation process rather than the creation of the APK files.
  • APK SignersTools for applying digital signatures to Android application packages. **Distinct from Android Packages:** Focuses specifically on the act of signing modified APKs for installation, whereas Android Packages is a broader category for package generation.
  • APK to Directory ConversionProcesses of transforming compiled Android package files into unpacked folder structures for host system compatibility. **Distinct from Android Packages:** Distinct from Android Packages: focuses on the transformation from APK to unpacked directory rather than the creation of the APK itself.
  • Channel Package Generation1 sous-tagGenerating multiple versions of Android packages specifically for distribution channel differentiation. **Distinct from Android Packages:** Distinct from Android Packages: focuses specifically on generating channel-specific variants rather than general APK/AAB creation.
  • Python Android PackagersCompiles a Python application and its dependencies into an Android APK, AAB, or AAR binary that runs natively on Android devices. **Distinct from Android Packages:** Distinct from Android Packages: specifically packages Python applications, not general Android package generation.
  • Python-to-Android Package BundlersPackaging Python applications into installable Android APK or AAB files for distribution on mobile devices. **Distinct from Android Packages:** Distinct from Android Packages: specifically bundles Python code and its dependencies into Android packages, not generic APK generation.
  • Validation LayersBundled binaries that provide diagnostic checks and validation for graphics API calls during development. **Distinct from Android Packages:** Distinct from Android Packages: focuses on the specific inclusion of graphics validation binaries rather than general APK/AAB structure.