←back to thread

944 points 6a74 | 1 comments | | HN request time: 0s | source
Show context
Thaxll ◴[] No.41803996[source]
I see that they're using FEX, what about box86? Is it comparable in term of performance?
replies(1): >>41804053 #
58028641 ◴[] No.41804053[source]
box86 does ARM32 which isn’t supported by Apple Silicon
replies(1): >>41804071 #
Thaxll ◴[] No.41804071[source]
box64 if you prefer.

https://box86.org/2022/03/box86-box64-vs-qemu-vs-fex-vs-rose...

replies(1): >>41804742 #
1. ThatPlayer ◴[] No.41804742[source]
Box64 only does 64-bit binary translations. So for example Steam cannot run on box64 alone because it's a hybrid with both 32-bit and 64-bit binaries: https://github.com/ptitSeb/box64/?tab=readme-ov-file#notes-a...

Wine has beta support for 32-bit Windows applications on 64-bit-only wine, but it's not default.

They also address it: https://docs.fedoraproject.org/en-US/fedora-asahi-remix/x86-...