# helm-docs を Homebrew, Nix, zypper, scoop でインストール

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

## インストール

```sh
sudo av install brew:helm-docs
```

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

### macOS

- Homebrew (100%):

```sh
brew install helm-docs
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#helm-docs
```

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

- zypper (92%):

```sh
sudo zypper install helm-docs
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/helm-docs
```

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

## パッケージ情報

- **パッケージキー:** brew:helm-docs
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.14.2
- **ソース概要:** Tool for automatically generating markdown documentation for helm charts
- **ホームページ:** <https://github.com/norwoodj/helm-docs>
- **リポジトリ:** <https://github.com/norwoodj/helm-docs>
- **最終更新:** 2026-07-27T14:32:24+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- helm-docs (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

helm-docs is a Go command-line tool that auto-generates Markdown documentation from Helm charts. Its README describes generated files that include chart metadata and tables of values, defaults, and descriptions parsed from comments.

The project sits in the practical layer around Helm: once charts became a common packaging format for Kubernetes applications, teams needed generated, reviewable README files that stayed synchronized with `Chart.yaml`, `values.yaml`, and template conventions.

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

The public repository was created in September 2018, during the period when Helm charts were becoming a standard way to distribute Kubernetes applications. GitHub release metadata shows a v0.1.0 release in July 2019.

The tool evolved around Go templates and chart parsing. Its default workflow searches recursively for `Chart.yaml`, reads values files and chart metadata, and renders Markdown through either a default internal template or user-supplied `README.md.gotmpl` files.

### 採用の歴史

helm-docs became part of chart-authoring workflows because it is easy to run locally, in containers, and as a pre-commit hook. The README includes pre-commit hook configurations and direct binary usage for regenerating READMEs.

The README documents Homebrew, Scoop, mise, source builds, and container usage, while the supplied package metadata also lists Homebrew, Nix, Scoop, and openSUSE packaging.

### 使われ方

A chart maintainer runs `helm-docs` in a repository, optionally with `--chart-search-root`, `--template-files`, or `--dry-run`. The tool finds charts, parses metadata and values, and writes generated Markdown back into chart README files.

Comment conventions in `values.yaml` let maintainers document fields next to the defaults they control. That makes the generated table useful for reviewers and users who need to understand chart configuration without reading every template.

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

helm-docs is package-nerd glue: it turns Helm charts from installable bundles into better documented packages. In chart repositories with many values, generated documentation prevents README drift and makes package review less painful.

It is also a good example of a packaging-adjacent CLI that belongs in package managers because teams run it in hooks, CI, release pipelines, and local chart authoring environments.

### タイムライン

- 2018: Public GitHub repository created.
- 2019: v0.1.0 release published.
- 2019: Early 0.x releases iterate on generated chart documentation.
- 2020s: README documents Homebrew, Scoop, mise, source, container, and pre-commit workflows.

### Related projects

- Helm is the chart format and command-line ecosystem that helm-docs documents.
- Go templates drive the Markdown rendering model.
- pre-commit is a common workflow integration documented by the project.
- Chart.yaml, values.yaml, and README.md.gotmpl are the main chart files touched by the tool.

### ソース

- <https://api.github.com/repos/norwoodj/helm-docs>
- <https://github.com/norwoodj/helm-docs>
- <https://github.com/norwoodj/helm-docs/releases>


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

- Nix - helm-docs: normalized package name match | nixpkgs package indexes: pkgs/by-name/he/helm-docs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - helm-docs - 1.14.2-1.9: normalized package name match | openSUSE Tumbleweed package metadata: helm-docs from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A tool for automatically generating markdown documentation for helm charts | https://github.com/norwoodj/helm-docs
- Scoop - main/helm-docs: normalized package name match | Scoop official bucket manifest trees: bucket/helm-docs.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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