Fork targeting Raspberry Pi with SDL2 framebuffer/KMS — no X11, no desktop required. It includes ARM64 JIT implementations for both emulators: Basilisk II for 68K Macs and SheepShaver for PowerPC Macs. Pre-built arm64 .deb packages are available in releases.
SDL2 is compiled without OpenGL, Wayland, and X11 to reduce dependencies and startup time. The framebuffer/KMS backend writes directly to the display without a compositor. The key addition is ARM64 JIT support in both emulator cores, translating 68K code in Basilisk II and PowerPC code in SheepShaver to native ARM64 at runtime. Pre-built .deb packages install with dpkg -i. Used as the emulation layer in the Maclock project.
SDL2 framebuffer/KMS, no X11. Pi Zero through Pi 5.
arm64 .deb in GitHub Releases. dpkg -i and run.
Native ARM64 JIT backend for emulating 68K Macs.
Native ARM64 JIT backend for emulating PowerPC Macs.
Lower latency than X11.