1 रिपॉजिटरी
Virtualizing the Android runtime to execute apps without the overhead of full hardware emulation.
Distinct from Application Instance Virtualization: Focuses on container-based app execution specifically for Android on Linux, not general instance virtualization.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Android Application Virtualization. Refine with filters or upvote what's useful.
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.