Box64

x64 emulator for arm64

Box64

Introduction

Box64 is a x64 ISA compatibility layer for 64bit platforms. Box64 has GPU accelerated OpenGL, OpenGLES, EGL, and Vulkan

Source code is available here

Prebuilt APT repo

Installing Box64 via the L4T-Megascript or Pi-Apps will add an apt repository with optimized Box64 built daily.

Compiling from Source (for Box64 development)

Full compiling instructions are available here.

git clone https://github.com/ptitSeb/box64
cd box64
mkdir build; cd build; cmake .. -DTEGRAX1=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo
make -j4
sudo make install

If it's the first install, you also need:

sudo systemctl restart systemd-binfmt

Last updated