awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 个仓库

Awesome GitHub RepositoriesAndroid Containerization

The use of container technology to create a runtime environment for Android applications on other operating systems.

Distinct from Android Applications: Distinct from Android Applications: focuses on the containerization layer that enables the apps to run.

Explore 7 awesome GitHub repositories matching mobile development · Android Containerization. Refine with filters or upvote what's useful.

Awesome Android Containerization GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • budtmo/docker-androidbudtmo 的头像

    budtmo/docker-android

    15,322在 GitHub 上查看↗

    Docker-Android runs a full Android emulator inside a Docker container, enabling mobile app testing and automation without requiring a physical device. The emulator uses QEMU-based virtualization with optional KVM acceleration for hardware-backed performance, and supports nested virtualization on cloud VMs from providers like AWS, GCP, and Azure for environments without direct hardware acceleration. The container exposes the Android Debug Bridge over TCP/IP, allowing host-side tools to connect to the emulator as if it were a local device. It provides browser-based interaction with the emulator

    Runs a full Android emulator inside a Docker container using QEMU and optional KVM acceleration.

    Pythonalibabacloudandroidandroid-emulator
    在 GitHub 上查看↗15,322
  • anbox/anboxanbox 的头像

    anbox/anbox

    9,056在 GitHub 上查看↗

    Anbox 是一个 Android 容器环境和运行时,旨在在 Linux 桌面执行 Android 应用程序。它利用基于容器的系统来运行 Android 操作系统,而无需传统硬件虚拟化带来的开销。 该系统具有一个硬件抽象层,通过宿主守护进程路由硬件访问和传感器数据,以提供加速渲染。它通过将单个 Android 应用程序层映射到单独的窗口来与 Linux 桌面集成,允许应用程序作为独立的桌面应用程序运行。 该项目支持引导自定义 Android 镜像以定义系统根文件系统,并提供通过调试桥侧载和管理应用程序包的工作流。它包括一个会话管理器来协调应用程序组件的生命周期和启动。

    Provides a container-based system to execute Android applications on Linux desktops without hardware virtualization overhead.

    C++
    在 GitHub 上查看↗9,056
  • recloudstream/cloudstreamrecloudstream 的头像

    recloudstream/cloudstream

    8,922在 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

    Runs Android applications on Linux systems using a containerized environment to install APKs.

    Kotlinandroidgood-first-issuehome-theater
    在 GitHub 上查看↗8,922
  • ublue-os/bazziteublue-os 的头像

    ublue-os/bazzite

    7,876在 GitHub 上查看↗

    Bazzite is an immutable, atomic-image-based operating system designed for gaming performance and handheld hardware. It utilizes a read-only root filesystem and versioned images to provide atomic updates and instant system rollbacks, ensuring a stable core environment. The system is distinguished by its deep optimization for portable gaming devices, featuring dedicated handheld hardware management for CPU undervolting, fan control, and display refresh rate overclocking. It includes a specialized gaming mode that boots directly into a console-like interface with integrated input mapping and a t

    Includes integrated tools to configure and reset the Android container runtime environment.

    Shelldesktopfedora-kinoitefedora-linux
    在 GitHub 上查看↗7,876
  • remote-android/redroid-docremote-android 的头像

    remote-android/redroid-doc

    6,422在 GitHub 上查看↗

    This project is an Android container runtime that enables the deployment of GPU-accelerated Android instances on Linux hosts across multiple hardware architectures. It provides a cloud-based environment for virtualized Android devices, functioning as a containerized implementation of the Android operating system to support scalable device instances. The system distinguishes itself through a cross-architecture runtime capable of executing ARM-based Android applications on x86 hardware via binary translation layers. It further utilizes host GPU resources to provide high-performance graphics ren

    Offers a Docker-based implementation of the Android OS for scalable virtualization and automated testing.

    Shellandroidcontainerdocker
    在 GitHub 上查看↗6,422
  • aidlearning/aidlearning-frameworkaidlearning 的头像

    aidlearning/AidLearning-FrameWork

    5,780在 GitHub 上查看↗

    AidLearning-Framework is an integrated development platform for building and deploying AI applications on ARM-based devices. It combines Android and Linux operating systems running simultaneously on a single device, providing a unified runtime environment for cross-system AI development. The platform includes hardware acceleration across CPU, GPU, and NPU, with a unified API that automatically selects the optimal compute backend for inference. The framework distinguishes itself by enabling Python-based AI projects to be packaged directly into Android APK files for installation on mobile devic

    Runs Android and Linux in isolated containers sharing the same kernel for seamless cross-system communication.

    Pythonaiosaiotandroid
    在 GitHub 上查看↗5,780
  • hqarroum/docker-androidHQarroum 的头像

    HQarroum/docker-android

    3,639在 GitHub 上查看↗

    This project provides a containerized runtime for Android emulator virtualization, allowing virtual Android devices to run within isolated container environments. It is designed to support headless emulation and device orchestration for use in continuous integration and development pipelines. The system differentiates itself by implementing GPU hardware acceleration via passthrough to improve graphics rendering performance. It also utilizes external SDK mounting and volume-mapped state persistence to reduce image size and maintain emulator data across restarts. The environment supports remot

    Provides a containerized runtime environment for running virtual Android devices on non-Android host operating systems.

    Shellandroidandroid-emulatorci-pipeline
    在 GitHub 上查看↗3,639
  1. Home
  2. Mobile Development
  3. Android Applications
  4. Android Containerization

探索子标签

  • Dockerized Android EmulatorsRuns a full Android emulator inside a Docker container with hardware acceleration for mobile app testing and development. **Distinct from Android Containerization:** Distinct from Android Containerization: focuses on running the full emulator in Docker, not containerizing Android apps.
  • Dual-OS Container RuntimesContainerization that runs Android and Linux simultaneously sharing the same kernel for cross-system communication. **Distinct from Android Containerization:** Distinct from Android Containerization: runs both OSes simultaneously on the same device rather than running Android apps on another OS.