Remix.run Logo
ThatPlayer 5 days ago

There is Box86/box64/box32. A bit confusing but it's box86 for x86 > ARM32. Box64 for x86_64 > ARM64. And Box32 for x86 > ARM64.

I think they mention games because a lot of other software for Linux is generally open source. So a lot of times it's pretty easy to get an ARM build.

It also does a neat performance trick where it intercepts library calls and redirects them to native versions of the same library.

http://github.com/ptitSeb/box64