ELSEIF
Your brief EB
183 stories from 71 feeds 32 clusters Refreshed 9 minutes ago next pull 13:20

INFRA Signal 411

Show HN: Kakehashi – Experimental userspace to run macOS binaries on Linux ARM

WHY IT MATTERS

Engineers working on Linux ARM hardware, including Asahi-class machines with 16 KiB pages, can run select macOS CLI tools without a full VM or emulator. The project runs guest code natively on the CPU, so overhead comes only from syscall translation rather than instruction emulation, though the supported surface is currently narrow.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

Guest code executes natively on the CPU with BSD syscalls translated to Linux equivalents, avoiding the performance penalty of instruction-level emulation.

02

Verified working programs include 7-Zip with multi-threaded compression, curl with HTTPS via a seeded CA bundle, and clang probe fixtures, all running on Docker/Colima and UTM with Linux aarch64.

03

The project explicitly disclaims product readiness, noting missing support for Apple frameworks (Security, CoreFoundation), GUI applications, git, codesigning, and full curl features like HTTP/3 and proxies.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
Hacker News Show HN: Kakehashi – Experimental userspace to run macOS binaries on Linux ARM Open ↗