Virtualization

Lima

20.4k

Run Linux VMs on macOS with automatic file sharing and port forwarding.

macOS

Install

Get started

brew install lima
limactl start   # Start the default Ubuntu VM

Usage

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 ```