Running macOS binaries on Linux ARM gets a serious attempt
Kakehashi is an experimental project aiming to run macOS CLI binaries natively on Linux ARM machines. It already has working prototypes for 7-Zip and a few others. The thread immediately drew comparisons to WINE and Proton, which took years to go from toy to production-grade, and to the Darling project, which has been attempting the same thing for longer with mixed results.
The demand signal here is real. Apple Silicon has locked a lot of developer tooling, particularly CLI utilities and build tools, into macOS. As Linux ARM machines proliferate, especially for CI and cloud workloads, the gap between 'runs on my M-series Mac' and 'runs in my build pipeline' is a genuine friction point.
This is early, experimental work. But the fact that it is getting serious traction on HN suggests the pain is widespread enough that people will watch and contribute.
So what?
If your build or deployment pipeline depends on macOS-specific tooling, Kakehashi is worth watching as a potential unlock for ARM Linux CI. More immediately, it is a reminder to audit your toolchain for macOS-only dependencies before they become a portability bottleneck.