@jonathangrahl: By experience, getting Firecracker to run well on M-series macs is quite the undertaking. I'm not at all surprised Enco…

X AI KOLs Following News

Summary

The tweet discusses the challenges of running Firecracker on M-series Macs and references Encore's blog post about rebuilding their Linux microVM stack for Apple Silicon, sharing their own experience with nested virtualization.

By experience, getting Firecracker to run well on M-series macs is quite the undertaking. I'm not at all surprised Encore decided to take this path considering their customer base! At Lovable we decided to spend ~1 engineering month getting our sandbox infrastructure to be 100% runnable on Mac and on Linux with predictable builds using Bazel etc. But we actively decided to take a different route than Encore and run nested virtualization, which on macOS means vfkit -> QEMU -> Kind + Firecracker vm(s). It's been invaluable to get the same development and testing tools on both platforms tbh.
Original Article
View Cached Full Text

Cached at: 08/22/26, 09:35 PM

By experience, getting Firecracker to run well on M-series macs is quite the undertaking. I’m not at all surprised Encore decided to take this path considering their customer base!

At Lovable we decided to spend ~1 engineering month getting our sandbox infrastructure to be 100% runnable on Mac and on Linux with predictable builds using Bazel etc.

But we actively decided to take a different route than Encore and run nested virtualization, which on macOS means vfkit -> QEMU -> Kind + Firecracker vm(s). It’s been invaluable to get the same development and testing tools on both platforms tbh.


We rebuilt the Linux microVM stack on Apple Silicon

Source: https://encore.dev/blog/firecracker-apple-silicon EncoreStay in touch

Product updates and engineering deep-dives.

https://x.com/encoredotdevhttps://www.linkedin.com/company/encoredev/DiscordGitHubYouTube

©2026Encore

Similar Articles

@ghumare64: https://x.com/ghumare64/status/2055329887431393309

X AI KOLs Timeline

A deep dive into why local coding agents like Claude Code and Codex are converging on libkrun instead of Firecracker for sandboxing, as Firecracker cannot run natively on macOS. The article also introduces iii-sandbox, an open-source hardware-isolated execution layer built on libkrun.

@sitinme: There's a pretty interesting open-source project called Cider, specifically designed to accelerate local AI inference on Macs with Apple Silicon chips. Many people buy a Mac mini or MacBook Pro and want to run models locally, but often encounter issues like insufficient speed and high memory usage. Actually...

X AI KOLs Timeline

Cider is an open-source project designed for Apple Silicon Macs, accelerating local AI inference by fully leveraging the computing power of M-series chips. It is compatible with the MLX ecosystem, supports models like Qwen and Llama, and is easy to install.