Credential access
Can expose mounted files, container credentials, and runtime config.
brew
Container runtimes on MacOS (and Linux) with minimal setup. Version 0.10.3 via Homebrew; verified 2026-06-04.
agent safety
colima controls local container and Kubernetes runtimes used by developer workflows.
Can expose mounted files, container credentials, and runtime config.
Primarily local, but containers can call remote services.
Can affect containerized build artifacts and local cluster state.
Gate privileged runtime changes, mounts, and Kubernetes enablement.
Allow status checks; require approval for start options exposing host paths or privileged runtimes.
install
brew install colimalocal Homebrew formula metadata
sudo port install colimaMacPorts ports tree · sysutils/colima/Portfile · source: api.github.com
nix profile install nixpkgs#colimanixpkgs package indexes · pkgs/by-name/co/colima/package.nix · source: api.github.com
overview
Container runtimes on MacOS (and Linux) with minimal setup
history
Colima is a command-line tool for running container runtimes on macOS and Linux with minimal setup, built around Lima virtual machines.
The official README states the project goal as providing container runtimes on macOS with minimal setup and explains the name as Containers on Lima. It also notes the transitive meaning Containers on Linux Machines because Lima is also described as Linux Machines.
Colima grew from a Docker-oriented local runtime into a multi-runtime tool supporting Docker, containerd, Kubernetes, Incus, and newer GPU-accelerated AI workload support.
Colima became popular in package-manager culture as a lightweight alternative path for local Docker-compatible development on macOS, especially after Docker Desktop licensing and resource-use concerns made VM-backed open tooling more attractive.
The official installation docs list Homebrew, MacPorts, Nix, Mise, Arch/AUR, release binaries, and source builds, reflecting broad distribution across developer package ecosystems.
Typical usage is brew install colima followed by colima start, after which Docker, containerd/nerdctl, Kubernetes, or Incus clients can target the VM-backed runtime. Configuration is normally edited with colima start --edit or the colima template command.
Colima is packaging-significant because it coordinates several separately packaged tools: Lima for virtual machines, Docker or containerd clients, kubectl for Kubernetes, and optional Incus or AI workload tooling.
security posture
container and virtual machine infrastructure.
orange risk · high confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.colima/default/colima.yaml~/.colima/<profile-name>/colima.yaml~/.colima/_templates/default.yamlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
colima | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/abiosoft/colima
install metadata
| Package key | brew:colima |
|---|---|
| Version | 0.10.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/colima |
| Homepage | https://colima.run |
| Repository | https://github.com/abiosoft/colima |
| Upstream docs | https://colima.run/docs |
| License | MIT |
| Source archive | https://github.com/abiosoft/colima.git |
| Last updated | 2026-06-04T18:20:36Z |
| Pulse | updated |
| Dependencies | lima |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | colima |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
colima
nix profile install nixpkgs#colimacolima
sudo port install colimasource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.