2 个仓库
Runtimes and engines that enable running multiple isolated instances of a single application on one device.
Distinct from Multi-Instance Execution: Closest candidates focus on AI editors or monitoring services; this is a general-purpose Android application virtualization capability.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Application Instance Virtualization. Refine with filters or upvote what's useful.
VirtualApp is an Android application virtualization engine and user-space sandbox that enables the execution of applications within an isolated environment. It allows for the running of multiple independent instances of the same application on a single device and supports private application installation without requiring system-level root access. The project features a comprehensive hooking framework for intercepting Java and native layer functions to modify application behavior. It includes tools for hardware simulation to spoof device models and system information, as well as a non-root pr
Implements a virtualization engine allowing multiple independent instances of the same Android application to run simultaneously.
Anbox 是一个 Android 容器环境和运行时,旨在在 Linux 桌面执行 Android 应用程序。它利用基于容器的系统来运行 Android 操作系统,而无需传统硬件虚拟化带来的开销。 该系统具有一个硬件抽象层,通过宿主守护进程路由硬件访问和传感器数据,以提供加速渲染。它通过将单个 Android 应用程序层映射到单独的窗口来与 Linux 桌面集成,允许应用程序作为独立的桌面应用程序运行。 该项目支持引导自定义 Android 镜像以定义系统根文件系统,并提供通过调试桥侧载和管理应用程序包的工作流。它包括一个会话管理器来协调应用程序组件的生命周期和启动。
Boots a full Android system within a container on a Linux host to run software without virtualization overhead.