# colima を Homebrew, MacPorts, Nix でインストール

colima のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:colima
```

## エージェント安全性の回答

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.

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install colima
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install colima
```

  証拠: MacPorts ports tree: sysutils/colima/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#colima
```

  証拠: nixpkgs package indexes: pkgs/by-name/co/colima/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:colima
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/colima>
- **バージョン:** 0.10.3
- **ソース概要:** Container runtimes on MacOS (and Linux) with minimal setup
- **ホームページ:** <https://colima.run>
- **リポジトリ:** <https://github.com/abiosoft/colima>
- **上流ドキュメント:** <https://colima.run>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/abiosoft/colima.git>
- **最終更新:** 2026-07-27T22:04:03+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- colima (cli)
- colima (エイリアス)

## 依存関係

- lima

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- サービス: declared
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.10.3
- マネージャ更新日: 2026-07-27
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/abiosoft/colima
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2020s: Colima emerges as Containers on Lima for macOS container runtimes.
- v0.7.0: Official README documents Incus runtime support.
- v0.10.0: Official README documents GPU-accelerated AI workload support using krunkit.
- 2020s: Official install docs list Homebrew, MacPorts, Nix, Mise, Arch/AUR, binaries, and source builds.

### Related projects

- Official docs directly relate Colima to Lima, Docker, containerd, Kubernetes, nerdctl, Incus, and krunkit.

### ソース

- <https://colima.run/docs>
- <https://github.com/abiosoft/colima>
- <https://github.com/abiosoft/colima/blob/main/docs/INSTALL.md>
- <https://github.com/abiosoft/colima/blob/main/docs/FAQ.md>


## セキュリティノート

container and virtual machine infrastructure.

- **Geiger リスク:** orange / 高
- container and virtual machine infrastructure


## Configuration and credential file locations

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.


## Configuration files

- Unix: ~/.colima/default/colima.yaml, ~/.colima/<profile-name>/colima.yaml, ~/.colima/_templates/default.yaml
## ソースデータベース詳細

- **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:** head, stable

## 他のパッケージマネージャ記録

- Nix - colima: normalized package name match | nixpkgs package indexes: pkgs/by-name/co/colima/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - colima: normalized package name match | MacPorts ports tree: sysutils/colima/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Cloud CLI packages](https://pkg.so/ja/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/ja/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [lima](https://pkg.so/ja/brew/lima/) - Runtime dependency declared by Homebrew.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [container](https://pkg.so/ja/brew/container/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, containers, macos, runtime.
- [containerd](https://pkg.so/ja/brew/containerd/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, containers, kubernetes, runtime.
- [container-canary](https://pkg.so/ja/brew/container-canary/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, containers, docker, kubernetes.
- [dcp](https://pkg.so/ja/brew/dcp/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, containers, docker, kubernetes.
- [lxc](https://pkg.so/ja/brew/lxc/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, containers, linux.
- [ko](https://pkg.so/ja/brew/ko/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, containers, kubernetes.
- [mintoolkit](https://pkg.so/ja/brew/mintoolkit/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, containers, docker.
- [rootlesskit](https://pkg.so/ja/brew/rootlesskit/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, containers, linux.

## Combined YAML source

View the package source record on GitHub. [combined/colima.yml](https://github.com/mxcl/pkgdb/blob/main/combined/colima.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
- curated agent safety answer
