Container runtimes on macOS (and Linux) with minimal setup.

No hidden charges
No license fees
No subscription fees
Colima demo showing container operations

Quick Start

Install with Homebrew (macOS / Linux)

brew install colima

Docker

colima start
docker run hello-world
docker ps

Kubernetes

colima start --kubernetes
kubectl run nginx --image=nginx
kubectl get pods

Containerd

colima start --runtime containerd
nerdctl run hello-world
nerdctl ps

Incus

colima start --runtime incus
incus launch images:alpine/edge
incus list

Documentation

Features

Brand logos are trademarks of their respective owners

Docker Compatible

Full Docker compatibility. Use your existing Docker workflows and tools without any changes.

Containerd Runtime

Native containerd support with nerdctl for a Docker-like CLI experience.

Kubernetes

Built-in Kubernetes support. Start a local k3s cluster with a single command.

Incus Support

Run system containers and VMs with Incus.

Lightweight

Runs with sensible defaults without becoming a burden on the CPU.

Apple Silicon

Native support for Apple Silicon Macs with Rosetta 2 for x86 containers.

Resource Control

Customize CPU, memory, and disk allocation for your instances.

Multiple Profiles

Run multiple isolated instances with different configurations simultaneously.

Sponsors

Colima is supported by these organizations and people

Become a Sponsor