Fetching from the wire…
Public story · 2026-08-03 · high
The maintainers say full curl support, Security.framework, and git aren't working yet, even though 7zz and threaded workloads already run.
Why now: The project's Show HN post on August 2 pulled 225 points and 58 comments within a day, signaling real interest in a macOS-on-Linux runtime.
Kakehashi translates BSD syscalls instead of emulating the CPU, so unmodified macOS ARM64 binaries run natively on Linux. The project posted to Show HN on August 2, per its GitHub page.
That's a different approach than the emulation layers most cross-platform tools rely on. It matters for anyone stuck running Mac-only build tools in Linux CI, or trying to build macOS-flavored agent sandboxes without buying Apple hardware.
It's a Rust userspace layer that loads Darwin Mach-O executables directly and maps a freestanding libSystem for aarch64-apple-darwin. BSD syscalls get translated at that boundary, but guest code otherwise runs on the real CPU the whole time. Overhead only shows up when a syscall crosses over.
The repo has pulled 268 stars and 68 commits. The Show HN post drew 225 points and 58 comments in its first day.
Per the maintainers, working as of the August 2 post includes multi-threaded 7zz with compression and curl over HTTP and HTTPS. Clang test probes and general threading work too.
The repo doesn't yet claim full curl compatibility, Security.framework support, or working git, calling those "not a product claim (yet)."
Each link below shares sources, entities, or timing with this story.
Hmbown/CodeWhale (40,828 stars, Rust) released v0.9.8 on August 16, formally deprecating the legacy deepseek-tui npm package with a REBRAND.md migration path for v0.8.x users (GitHub). It ships identical runtimes under both codewhale and codew across npm, Homebrew, GHCR, archi...
Running untrusted agent code safely has been a persistent headache. Docker adds startup latency and configuration overhead. VMs are heavier. Most developers, myself included, end up running agents with their real credentials on their real filesystem because the friction of san...
Most coding agents run on JavaScript runtimes and eat 300MB of RAM just sitting idle. Zerostack is built in pure Rust, uses ~8MB on idle, ~12MB while working, and posts 0.0% idle CPU. It hit 1.0 on crates.io this week with 474 points and 252 comments on Hacker News. The archit...
+7,546 stars this week for an "Application Development Environment" running each concurrent agent in its own worktree. Works with any terminal CLI agent — Claude Code, Codex, OpenCode, Pi, Cursor, Copilot, Grok, 30+ others — across macOS, Windows, Linux, iOS via App Store/Test...
The most quotable line in a Linux kernel commit this year: "a debug session from hell, enormously helped by an AI doing much of the grunt-work." Torvalds landed drm/xe: Don't hand out the flat CCS storage as usable VRAM on August 22. The commit message is the artifact. He note...
Three things happened this month that only make sense together. Agent Plugins 1.0 shipped co-signed by six competitors: AWS, Anysphere, Microsoft, OpenAI, Vercel and Google (GitHub Changelog). It makes skills-plus-MCP bundles portable across clients. OpenAI's August 11 Codex c...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.