Hacker News new | ask | show | jobs
by codetheory 890 days ago
Just use lima. https://lima-vm.io/

You have an option to use Native or QEMU.

3 comments

Or, if you're doing containers (like Tart/Virt): colima. (which uses lima, of course).

https://github.com/abiosoft/colima

From a quick look at Lima, I don't think it's exactly the same thing. Tart allows running macOS and Linux VMs, while Lima seems focused on Linux VMs only. I don't use Tart, but having infrastructure-as-code-like tooling that can be used to define macOS environments (and store the VMs in container registries) sounds useful and I'm not aware of another solution that does it.
Does Lima only support Linux guests? The page seems to suggest so. Tart supports macOS guests too.