AI & Tech
Kakehashi Runs macOS Binaries on Linux ARM in Userspace
Kakehashi reached 208 points and 47 comments on Hacker News as an experimental userspace layer for running macOS binaries on Linux ARM. It is the Wine-shaped problem pointed in an unusual direction: Apple silicon made ARM the default developer architecture, but the Mach-O binaries and Darwin syscall surface remain locked to macOS. Doing this in userspace rather than via a kernel module keeps it installable and debuggable, at the cost of translation overhead on every boundary crossing. Treat it as a research artefact rather than a deployment target, but it is worth reading closely if you work on ABI translation or syscall shims.