Overview of Box64
mainBox64 is an x86_64 Linux userspace emulator designed to run x86_64 Linux programs (such as games) on non-x86_64 Linux systems, such as ARM (provided the host system has a 64-bit endianness).
Key features:
- Uses native versions of system libraries (e.g.,
libc,libm,SDL, andOpenGL) for high performance and easy integration. - Integrates with DynaRec (a dynamic recompiler) on ARM64 and RV64 platforms, providing a 5-10x speed increase over pure interpretation.
- Supports Wine64 and Proton.