Would be nice if they also support Intel based macs, what prevents?
[flagged]
macOS Container Machines
81–90 of 457 posts
Re: macOS Container Machines
#82OrbStack works really well for me. I wonder how it’s compared to this performance wise
(OrbStack dev here.) Instead of Virtualization.framework, we have a custom Rust virtualization stack with custom devices and protocols for things like filesystem sharing. It's a highly optimized vertically integrated stack specifically for running our Linux machines and containers. Our biggest perf/resource gain is dynamic memory, which reduces memory usage a lot by releasing unused memory back to macOS. Nothing else…
> I gave Container Machines a try and it seems to be much closer to OCI containers with a default bind mount than OrbStack machines. It has fewer integrations and doesn't run systemd or any other normal init system, so it's hard to run services.
The linked md document says:
> Real Linux services for testing. Run a database or whatever your stack needs as a system service — systemctl start postgresql works on images with systemd installed.
Was that not the case when you used container machines?
Re: macOS Container Machines
#83OrbStack works really well for me. I wonder how it’s compared to this performance wise
The Containerization framework is a library that sits as a layer on top of the virtualization framework. So each container is its own VM.
Machine is tooling above the containerization framework to run multiple things in a container in a vm.
Re: macOS Container Machines
#84Would be cool if you can redirect USB devices to the VM.
Agreed! There's some good improvements around Accessory Access in virtualization framework this year also - checkout: https://developer.apple.com/videos/play/wwdc2026/224/?time=2...
Re: macOS Container Machines
#85Re: macOS Container Machines
#86Re: macOS Container Machines
#87BSD actually has this already.
Re: macOS Container Machines
#88I'm surprised they cared enough to do this. I'd still rather use Linux but MacBook value is incredible.
Re: macOS Container Machines
#89Re: macOS Container Machines
#90Earlier quoted context omitted.
Only WSL2; WSL1 was an actual subsystem.
WSL1 was so cool, WSL2 made it boring and isolated.