# kubecolor を Homebrew, apt, MacPorts, Nix, zypper, scoop, winget でインストール

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

## インストール

```sh
sudo av install brew:kubecolor
```

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

### macOS

- Homebrew (100%):

```sh
brew install kubecolor
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install kubecolor
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install kubecolor
```

  証拠: Debian stable package indexes: kubecolor from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#kubecolor
```

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

- zypper (92%):

```sh
sudo zypper install kubecolor
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/kubecolor
```

  証拠: Scoop official bucket manifest trees: bucket/kubecolor.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Kubecolor.kubecolor -e
```

  証拠: Windows Package Manager source index: Kubecolor.kubecolor from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:kubecolor
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.6.0
- **ソース概要:** Colorize your kubectl output
- **ホームページ:** <https://kubecolor.github.io/>
- **リポジトリ:** <https://github.com/kubecolor/kubecolor>
- **最終更新:** 2026-07-27T21:58:43+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- kubecolor (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

kubecolor is a kubectl wrapper that runs kubectl and colorizes its output. Its aim is intentionally narrow: make common Kubernetes terminal output easier to scan while preserving kubectl's command shape.

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

The kubecolor/kubecolor repository was created on 2022-09-23, and the first GitHub release in that repository's releases feed, v0.0.21, was published on 2022-09-28. The README states that this project is a heavily modified version of the original kubecolor archived at hidetatz/kubecolor.

The project grew from a simple colorizing wrapper into a maintained CLI with documentation, custom themes, autocompletion, dynamic TTY detection, and colorblind-adjusted themes.

### 採用の歴史

kubecolor's adoption follows a terminal-tool route: users alias kubectl to kubecolor, or use the KUBECTL_COMMAND environment variable to wrap compatible commands such as oc. Its official site presents it as compatible with any kubectl version because it delegates command execution to kubectl.

### 使われ方

A common setup is alias kubectl="kubecolor", after which ordinary kubectl commands produce colorized output. The tool detects non-interactive output and can leave plaintext for scripts and pipes, avoiding a common failure mode for terminal color wrappers.

Because kubecolor is a visual wrapper rather than a Kubernetes API client, it does not manage configuration or credentials itself; it depends on kubectl and the user's existing kubeconfig setup.

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

kubecolor is the package-manager version of a shell customization: small, optional, and immediately visible. It is the kind of tool that spreads through dotfiles, Homebrew installs, and team recommendations because it improves the default Kubernetes CLI experience without changing Kubernetes itself.

Its package interest also comes from restraint. Instead of building a replacement client, it composes with kubectl, which keeps the binary easy to reason about and easy to remove if a workflow needs plain output.

### タイムライン

- 2022-09-23: kubecolor/kubecolor GitHub repository created.
- 2022-09-28: GitHub release v0.0.21 published.
- 2023-12-15: GitHub release v0.1.0 published.
- 2026-04-12: GitHub release v0.6.0 published.

### Related projects

- kubectl is the command kubecolor wraps.
- hidetatz/kubecolor is the archived original project named by the README.
- OpenShift's oc command can be wrapped through KUBECTL_COMMAND according to the README.
- kubecolor.github.io hosts the project documentation.

### ソース

- <https://api.github.com/repos/kubecolor/kubecolor>
- <https://api.github.com/repos/kubecolor/kubecolor/releases>
- <https://formulae.brew.sh/formula/kubecolor>
- <https://github.com/hidetatz/kubecolor>
- <https://github.com/kubecolor/kubecolor>
- <https://kubecolor.github.io/>
- <https://kubecolor.github.io/usage/getting-started>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

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

- Debian apt - kubecolor - 0.0.20-2+b17: normalized package name match | Debian stable package indexes: kubecolor from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | colorizes kubectl output | https://github.com/dty1er/kubecolor
- Nix - kubecolor: normalized package name match | nixpkgs package indexes: pkgs/by-name/ku/kubecolor/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - kubecolor - 0.0.20-2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: kubecolor from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | colorizes kubectl output | https://github.com/dty1er/kubecolor
- zypper - kubecolor - 0.6.0-1.4: normalized package name match | openSUSE Tumbleweed package metadata: kubecolor from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Colorize your kubectl output | https://kubecolor.github.io/
- MacPorts - kubecolor: normalized package name match | MacPorts ports tree: devel/kubecolor/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/kubecolor: normalized package name match | Scoop official bucket manifest trees: bucket/kubecolor.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Kubecolor.kubecolor: normalized package name match | Windows Package Manager source index: Kubecolor.kubecolor from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/kubecolor.yml](https://github.com/mxcl/pkgdb/blob/main/combined/kubecolor.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
