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

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

## インストール

```sh
sudo av install brew:kconf
```

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

### macOS

- Homebrew (100%):

```sh
brew install kconf
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#kconf
```

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

## パッケージ情報

- **パッケージキー:** brew:kconf
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.0.0
- **ソース概要:** CLI for managing multiple kubeconfigs
- **ホームページ:** <https://github.com/particledecay/kconf>
- **リポジトリ:** <https://github.com/particledecay/kconf>
- **最終更新:** 2026-07-27T21:58:38+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- kconf (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

kconf is an opinionated command-line tool for managing multiple kubeconfig entries in the default Kubernetes config file.

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

The repository was created in January 2020. Its README explains the motivation as replacing shell automation around the KUBECONFIG environment variable with commands that merge, list, view, remove, and switch contexts in $HOME/.kube/config.

### 採用の歴史

The batch input records Homebrew and Nix packages. Upstream release history shows rapid 1.x releases during 2020 and a 2.0.0 release on November 17, 2023.

### 使われ方

kconf is used to add kubeconfig files, optionally rename contexts on import, list contexts, print one context's config, switch contexts, and set namespaces while leaving kubectl pointed at its default config path.

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

kconf is a small example of Kubernetes CLI tooling that wraps a common dotfile workflow instead of introducing a new service or database. Its package value is convenience: one executable for a task many operators otherwise solve with shell snippets.

### タイムライン

- 2020-01-14: GitHub repository created.
- 2020-01-21: v1.0.0 first stable release published.
- 2020-04-03: v1.1.2 added a view command for extracting a single kubeconfig.
- 2023-11-17: v2.0.0 release published.

### Related projects

- kconf's workflow is built around kubectl's default use of $HOME/.kube/config and the Kubernetes kubeconfig format.

### ソース

- <https://github.com/particledecay/kconf>
- <https://github.com/particledecay/kconf/releases>
- <https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/>


## セキュリティノート

narrow executable package without higher-risk signals.

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


## 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: ~/.kube/config

## Credential files

- Unix: ~/.kube/config
## 他のパッケージマネージャ記録

- Nix - kconf: normalized package name match | nixpkgs package indexes: pkgs/by-name/kc/kconf/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## ソース

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