GKRootWire
AI Google Adds 'Preferred Source' Button to Help Publishers Fight AI Traffic LossesGadgets Linkdaze Launches a Smart Calendar Aimed at Running Your Whole HouseholdSecurity Popular Rust Crate arrayref Hijacked to Spread Infostealer MalwareCloud & Sysadmin GitHub Details Cause of August 17 Outage, Outlines Reliability FixesDev Tools Show HN: 'Huzzah' Proposes a Fresh Take on AI-Assisted CodingCloud & Sysadmin The Weird Science of Cooling Data Centers With UrineAI Google Adds 'Preferred Source' Button to Help Publishers Fight AI Traffic LossesGadgets Linkdaze Launches a Smart Calendar Aimed at Running Your Whole HouseholdSecurity Popular Rust Crate arrayref Hijacked to Spread Infostealer MalwareCloud & Sysadmin GitHub Details Cause of August 17 Outage, Outlines Reliability FixesDev Tools Show HN: 'Huzzah' Proposes a Fresh Take on AI-Assisted CodingCloud & Sysadmin The Weird Science of Cooling Data Centers With Urine
Dev Tools

Developers Rebuild Linux MicroVM Stack for Apple Silicon

A new project ports Firecracker-style microVM isolation to Apple's ARM-based Macs, filling a gap for local cloud-native development.

MicroVMs—lightweight virtual machines used by AWS Firecracker and similar tools to run isolated workloads with minimal overhead—have mostly been an x86 Linux affair. A team at Encore has now rebuilt that stack to run natively on Apple Silicon, letting developers spin up fast, isolated Linux environments directly on M-series Macs instead of relying on heavier virtualization layers or remote cloud instances.

The project tackles the architecture differences between Intel-era KVM-based microVM tooling and Apple's Hypervisor.framework, essentially reimplementing the thin virtualization layer that makes microVMs boot in milliseconds rather than seconds.

This matters for local development workflows that mimic production serverless or container isolation, since testing microVM-based architectures previously often meant provisioning cloud infrastructure or nested virtualization tricks.

Why it matters: As more backend tooling assumes Firecracker-like isolation as a baseline, native Apple Silicon support removes a real friction point for developers building serverless or multi-tenant systems on Macs. It also signals growing investment in treating ARM Macs as first-class citizens for cloud-native infrastructure development, not just app coding.

Sources: Hacker News