# kumactl を Homebrew, apk, Nix, zypper でインストール

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

## インストール

```sh
sudo av install brew:kumactl
```

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

### macOS

- Homebrew (100%):

```sh
brew install kumactl
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add kumactl
```

  証拠: Alpine Linux edge package indexes: kumactl from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#kumactl
```

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

- zypper (92%):

```sh
sudo zypper install kumactl
```

  証拠: openSUSE Tumbleweed package metadata: kumactl from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:kumactl
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.14.2
- **ソース概要:** Kuma control plane command-line utility
- **ホームページ:** <https://kuma.io/>
- **リポジトリ:** <https://github.com/kumahq/kuma>
- **最終更新:** 2026-08-01T18:11:45Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- kumactl (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.14.2
## プロジェクトの歴史と使われ方

kumactl is the user-facing command-line client for Kuma, the Envoy-based service mesh originally created by Kong and accepted into the CNCF Sandbox in 2020.

### プロジェクトの歴史

Kong open-sourced Kuma on September 10, 2019 as a universal service-mesh control plane based on Envoy. The project was designed to manage service connectivity across Kubernetes, virtual machines, and multi-zone deployments rather than being limited to one Kubernetes cluster model.

kumactl ships from the Kuma repository as part of that control-plane distribution. Kuma's own README describes the project as configurable through Kubernetes CRDs in Kubernetes environments and through a RESTful HTTP API in other environments; kumactl is the CLI layer for users who need to inspect, configure, and operate those resources.

### 採用の歴史

Kuma was accepted into the CNCF Sandbox on June 25, 2020. The CNCF proposal noted an initial Kuma 0.1 release on September 10, 2019, more than ten releases by April 2020, and open governance work before donation. That foundation context gives kumactl more institutional significance than a standalone vendor CLI.

Kuma is also the open-source base for Kong Mesh. As a result, kumactl appears both in open-source Kuma workflows and in enterprise service-mesh operations where users need a consistent CLI for control-plane and mesh state.

### 使われ方

The Kuma CLI documentation groups kumactl with the other executables in a Kuma distribution, including kuma-cp, kuma-dp, and Envoy. Operators use kumactl to interact with the Kuma control plane and its resources, while Kubernetes users can also work through CRDs and non-Kubernetes users can work through the REST API.

### パッケージ好きにとっての重要性

kumactl is notable as a package because it is a small binary attached to a broad service-mesh system. Installing `kumactl` through Homebrew gives an operator the client surface for a CNCF-hosted Envoy control plane without installing the full control-plane stack locally.

### タイムライン

- 2019: Kong open-sourced Kuma 0.1 as an Envoy-based universal service mesh.
- 2020: Kuma was accepted into the CNCF Sandbox on June 25.
- 2020s: Kuma documentation describes kumactl as the CLI client bundled with the service-mesh distribution.
- 2020s: Kuma formalized a minor-release cycle and documented multi-zone, multi-mesh, Kubernetes, VM, and REST API operating modes.

### Related projects

- kumactl is related to Kuma, Envoy, Kong Mesh, Kubernetes CRDs, service mesh policy APIs, Linkerd, Istio, and CNCF service-mesh infrastructure.

### ソース

- <https://github.com/cncf/toc/issues/436>
- <https://github.com/kumahq/kuma>
- <https://konghq.com/company/press-room/press-release/kong-open-sources-kuma>
- <https://kuma.io/docs/latest/explore/cli/>
- <https://www.cncf.io/projects/kuma/>


## セキュリティノート

kumactl に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


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

- Nix - kumactl: normalized package name match | nixpkgs package indexes: pkgs/by-name/ku/kumactl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - kuma-cp - 2.10.1-r12: normalized package name match | Alpine Linux edge package indexes: kuma-cp from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Control plane program for the multi-zone service mesh Kuma | https://kuma.io/
- apk - kuma-cp-openrc - 2.10.1-r12: normalized package name match | Alpine Linux edge package indexes: kuma-cp-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Control plane program for the multi-zone service mesh Kuma (OpenRC init scripts) | https://kuma.io/
- apk - kuma-dp - 2.10.1-r12: normalized package name match | Alpine Linux edge package indexes: kuma-dp from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Data plane program for the multi-zone service mesh Kuma | https://kuma.io/
- apk - kuma-dp-openrc - 2.10.1-r12: normalized package name match | Alpine Linux edge package indexes: kuma-dp-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Data plane program for the multi-zone service mesh Kuma (OpenRC init scripts) | https://kuma.io/
- apk - kumactl - 2.10.1-r12: normalized package name match | Alpine Linux edge package indexes: kumactl from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | CLI for the multi-zone service mesh Kuma | https://kuma.io/
- apk - kumactl-bash-completion - 2.10.1-r12: normalized package name match | Alpine Linux edge package indexes: kumactl-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Bash completions for kumactl | https://kuma.io/
- apk - kumactl-fish-completion - 2.10.1-r12: normalized package name match | Alpine Linux edge package indexes: kumactl-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Fish completions for kumactl | https://kuma.io/
- apk - kumactl-zsh-completion - 2.10.1-r12: normalized package name match | Alpine Linux edge package indexes: kumactl-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Zsh completions for kumactl | https://kuma.io/
- zypper - kumactl - 2.14.1-1.2: normalized package name match | openSUSE Tumbleweed package metadata: kumactl from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | CLI for the Kuma service mesh | https://github.com/kumahq/kuma
- zypper - kumactl-bash-completion - 2.14.1-1.2: normalized package name match | openSUSE Tumbleweed package metadata: kumactl-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Bash Completion for kumactl | https://github.com/kumahq/kuma
- zypper - kumactl-fish-completion - 2.14.1-1.2: normalized package name match | openSUSE Tumbleweed package metadata: kumactl-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Fish Completion for kumactl | https://github.com/kumahq/kuma
- zypper - kumactl-zsh-completion - 2.14.1-1.2: normalized package name match | openSUSE Tumbleweed package metadata: kumactl-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Zsh Completion for kumactl | https://github.com/kumahq/kuma


## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
