Analysis updated 2026-05-18
Run containerized applications on Mac without Docker Desktop by using containerd and nerdctl.
Develop and test Kubernetes workloads locally on a Mac with automatic file syncing.
Use Podman or Docker inside a lightweight Linux VM for cloud-native development.
Build tools like Rancher Desktop or Finch on top of Lima for simplified container management.
| lima-vm/lima | vitessio/vitess | navidrome/navidrome | |
|---|---|---|---|
| Stars | 20,954 | 20,941 | 20,932 |
| Language | Go | Go | Go |
| Setup difficulty | moderate | hard | moderate |
| Complexity | 3/5 | 5/5 | 2/5 |
| Audience | developer | ops devops | general |
Figures from each repo's GitHub metadata at analysis time.
Requires macOS with virtualization support and downloading/installing the VM runtime binary.
Lima is a tool for running Linux virtual machines on a Mac, written in Go. It provides automatic file sharing between your Mac and the Linux VM, and port forwarding, similar to how WSL2 works on Windows. The original purpose was to make it easy for Mac users to run containerd and nerdctl (container tools popular in the cloud-native ecosystem), but Lima works for any Linux workload, not just containers. Beyond containerd, Lima supports other container runtimes including Docker, Podman, and Kubernetes, and it also runs on Linux and NetBSD hosts. Starting a VM is just brew install lima and limactl start. It is an incubating project under the Cloud Native Computing Foundation (CNCF). Several popular tools are built on top of Lima, including Rancher Desktop, Colima, Finch, and Podman Desktop.
Run Linux VMs on Mac with automatic file sharing and port forwarding, designed for container tools but works for any Linux workload.
Mainly Go. The stack also includes Go, containerd, nerdctl.
Use freely for any purpose including commercial. Keep the notice and disclose changes to the patent grant.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.