Difference between revisions of "Anbox"

From Emulation General Wiki
Jump to navigation Jump to search
m
(Formatting, added categories)
Line 1: Line 1:
 +
{{WIP}}
 
{{Infobox emulator
 
{{Infobox emulator
 
|title        = Anbox
 
|title        = Anbox
Line 17: Line 18:
 
|source        = [https://github.com/anbox/anbox GitHub]
 
|source        = [https://github.com/anbox/anbox GitHub]
 
}}
 
}}
{{WIP}}
+
 
 
'''Anbox''' is a free and open-source [[Compatibility layers|compatibility layer]] that aims to allow mobile applications and mobile games developed for Android to run on GNU/Linux distributions.
 
'''Anbox''' is a free and open-source [[Compatibility layers|compatibility layer]] that aims to allow mobile applications and mobile games developed for Android to run on GNU/Linux distributions.
  
Line 25: Line 26:
 
* [[Wine]] - A Windows compatibility layer for Unix-like systems.
 
* [[Wine]] - A Windows compatibility layer for Unix-like systems.
  
 
+
[[Category:Emulators]]
 
+
[[Category:Mobiles emulators]]
 +
[[Category:Android emulators]]
 
[[Category:Compatibility layers]]
 
[[Category:Compatibility layers]]
 
[[Category:Linux emulation software]]
 
[[Category:Linux emulation software]]
[[Category:Android emulators]]
 

Revision as of 19:32, 17 July 2021

Anbox
px
Developer(s) Marius Gripsgard, Ricardo Mendoza, Simon Fels, Thomas Voß
Latest version
Active Yes
Platform(s) Linux
Architecture(s) x86-64, ARM
Emulates Android
Website anbox.io
Programmed in C++
License GNU GPL 3.0
Source code GitHub

Anbox is a free and open-source compatibility layer that aims to allow mobile applications and mobile games developed for Android to run on GNU/Linux distributions.

It executes the Android runtime environment by using LXC (Linux Containers), recreating the directory structure of Android as a mountable loop image, whilst using the native Linux kernel to execute applications.

See also

  • Wine - A Windows compatibility layer for Unix-like systems.