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 is an Android container environment and runtime designed to execute Android applications on Linux desktops. It utilizes a container-based system to run the Android operating system without the overhead associated with traditional hardware virtualization. The system features a hardware abstraction layer that routes hardware access and sensor data through a host daemon to provide accelerated rendering. It integrates with the Linux desktop by mapping individual Android application layers to separate windows, allowing apps to function as distinct desktop applications. The project supports
Boots a full Android system within a container on a Linux host to run software without virtualization overhead.