# 使用 Homebrew, Nix, zypper 安装 helmify

查看 helmify 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:helmify
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install helmify
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#helmify
```

  证据: nixpkgs package indexes: pkgs/by-name/he/helmify/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install helmify
```

  证据: openSUSE Tumbleweed package metadata: helmify from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## 软件包事实

- **软件包键:** brew:helmify
- **软件包管理器:** Homebrew
- **版本:** 0.4.20
- **来源摘要:** Create Helm chart from Kubernetes yaml
- **主页:** <https://github.com/arttor/helmify>
- **仓库:** <https://github.com/arttor/helmify>
- **最后更新:** 2026-07-27T14:32:24+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- helmify (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.4.20
## 项目历史与用法

helmify is a small CLI that converts Kubernetes YAML manifests into a Helm chart. It reads supported Kubernetes objects from standard input or files, creates chart templates and values, and is especially aimed at generating charts from Operator SDK or Kubebuilder output.

### 项目历史

The `arttor/helmify` repository was created in 2021. Its README frames the project as a converter from existing Kubernetes manifests to Helm charts rather than as a chart authoring framework.

The project grew around practical object processors for common Kubernetes resources: workloads, services, ingress, persistent volume claims, RBAC resources, ConfigMaps, Secrets, webhooks, and CRDs. The README warns that generated templates and values are overwritten on each run, which makes helmify a generator step rather than a safe manual-edit workspace.

### 采用历史

helmify sits in a niche but recognizable adoption path: teams already have Kubernetes manifests, often generated by Kustomize, Operator SDK, or Kubebuilder, and want a Helm chart for distribution or installation. Its Homebrew packaging gives that converter workflow a standard CLI install path on macOS and Linux.

### 使用方式

Common usage pipes manifests into `helmify mychart`, points `helmify -f` at a file or directory, or pipes `kustomize build` output into helmify. Operator projects can add a Makefile target that builds default config and feeds the result to helmify.

The generated chart should usually be reviewed and tested with Helm tooling. The project README describes end-to-end tests that run `helm lint --strict` against generated charts.

### 为什么软件包爱好者会关心

helmify is useful when a package ecosystem needs a bridge from plain Kubernetes YAML into Helm's package shape. It does not replace chart design, but it lowers the cost of producing a first chart skeleton from manifests that already exist.

### 时间线

- 2021: The `arttor/helmify` repository was created.
- 2021: Early public releases appeared, including v0.2.0 in August.
- 2022: The v0.3.x line continued the converter workflow documented in the README.

### Related projects

- Helm is the chart format and lint/install target for helmify output.
- Kustomize, Operator SDK, and Kubebuilder are common manifest sources mentioned by the README.
- cert-manager appears in helmify options through subchart and CRD handling.

### 来源

- <https://api.github.com/repos/arttor/helmify>
- <https://api.github.com/repos/arttor/helmify/releases>
- <https://github.com/arttor/helmify>
- <https://raw.githubusercontent.com/arttor/helmify/master/README.md>


## 安全说明

infrastructure mutation or orchestration signal.

- **Geiger 风险:** orange / 中
- infrastructure mutation or orchestration signal

## 其他软件包管理器记录

- Nix - helmify: normalized package name match | nixpkgs package indexes: pkgs/by-name/he/helmify/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - helmify - 0.4.20-1.4: normalized package name match | openSUSE Tumbleweed package metadata: helmify from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Creates Helm chart from Kubernetes yaml | https://github.com/arttor/helmify


## Combined YAML source

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