AI Weekly Malaysia

Back to items Summaries

Run macOS Software on Linux

ID
20140
Status
summarized
Published
01 Sep 2026, 6:53 AM
Fetched
03 Sep 2026, 6:47 AM
Provider
Hacker News
Category
dev-community
Original URL
https://www.darlinghq.org/
Source URL
https://hnrss.org/best

Summary

Score
5.5
Created
03 Sep 2026, 7:52 AM
Tags
Audience
developersvibe_coders

What happened

Darling is a free, open-source translation layer that runs macOS software directly on Linux without hardware emulation, implementing a complete Darwin environment including Mach, dyld, and launchd. It now has basic experimental GUI app support and can even run under WSL 2 on Windows. The project is built on Apple's open-source Darwin code, The Cocotron, and GNUstep, with long-term ambitions to support iOS apps on ARM devices.

Why it matters

If you build or test cross-platform software and want to run macOS binaries on a Linux CI box or dev machine without a VM or Apple hardware, Darling is now worth a fresh look—especially since GUI support is no longer zero. For Malaysian builders without easy access to Mac hardware, this could lower the barrier to testing macOS builds, though it remains experimental and not production-reliable.

Discussion angle

Where Darling sits between 'curious experiment' and 'usable in CI'—and whether GUI support has crossed the line where it matters for real cross-platform dev workflows.

Top