Virtualization
Lima
20.4kRun Linux VMs on macOS with automatic file sharing and port forwarding.
macOS
Install
Get started
brew install lima
limactl start # Start the default Ubuntu VMUsage
How to use
```bash
lima uname -a # Run a Linux command inside the VM
lima nerdctl run --rm hello-world # Run a container with containerd
limactl list # List VMs
limactl stop default # Stop the default VM
```