# helm-ls を Homebrew, apk, MacPorts, Nix, scoop でインストール

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install helm-ls
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install helm-ls
```

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

### Linux

- apk (92%):

```sh
sudo apk add helm-ls
```

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

- Nix (92%):

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

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

### Windows

- Scoop (92%):

```sh
scoop install extras/helm-ls
```

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

## パッケージ情報

- **パッケージキー:** brew:helm-ls
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.5.4
- **ソース概要:** Language server for Helm
- **ホームページ:** <https://github.com/mrjosh/helm-ls>
- **リポジトリ:** <https://github.com/mrjosh/helm-ls>
- **最終更新:** 2026-07-27T14:32:24+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- helm_ls (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

helm-ls is a language server for Helm chart development. Its README describes it as a Helm Language Server Protocol implementation, with editor setup examples and integration with yaml-language-server for additional YAML capabilities.

The project reflects a shift in Kubernetes packaging from command-line-only chart authoring toward editor-assisted workflows with completion, hover, diagnostics, references, and values-file awareness.

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

The public repository was created in April 2022. GitHub release metadata shows the first tagged releases in March 2023, with the executable named `helm_ls`.

The README shows a design centered on Helm template files, values files, chart dependencies, `helm lint`, and optional yaml-language-server integration. That puts the tool between Helm's chart semantics and general-purpose editor LSP clients.

### 採用の歴史

helm-ls entered editor and package-manager workflows through Homebrew, mise, Nix, Arch/AUR, Scoop, Mason for Neovim, manual downloads, and editor-specific integrations documented in the README.

The project is especially visible to Neovim, VS Code, Zed, and Emacs users because Helm templates are hard to edit well as plain YAML: Go template syntax, chart objects, values files, and generated Kubernetes resources all overlap.

### 使われ方

Users install the `helm_ls` binary and configure an editor LSP client to run it, often with `helm_ls serve`. For some editors, the README provides filetype detection and client configuration examples.

helm-ls can use yaml-language-server to process rendered or converted template content, generate schemas for values files, expose completion and hover data, run diagnostics from `helm lint`, and process dependency charts after `helm dependency build`.

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

helm-ls is packaging infrastructure for people who package Kubernetes applications. It makes charts feel like typed, navigable source code instead of loosely connected YAML, Go templates, and values files.

For package managers, it is also a clean example of an LSP server distributed as a standalone CLI: the binary is useful only when editors can find it, so package names, executable names, and editor integration docs matter.

### タイムライン

- 2022: Public GitHub repository created.
- 2023: v0.0.1 release published.
- 2023: Early v0.0.x releases establish the standalone `helm_ls` binary.
- 2020s: README documents package-manager installs, yaml-language-server integration, and editor configuration examples.

### Related projects

- Helm supplies the chart and template model.
- yaml-language-server provides optional YAML diagnostics, hover, completion, and schema support.
- Neovim LSP clients, coc.nvim, VS Code, Zed, and Emacs Eglot are documented editor integration targets.
- helm-docs is a neighboring chart-authoring tool focused on generated README documentation rather than live editor assistance.

### ソース

- <https://api.github.com/repos/mrjosh/helm-ls>
- <https://github.com/mrjosh/helm-ls>
- <https://github.com/mrjosh/helm-ls/releases>


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal

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

- Nix - helm-ls: normalized package name match | nixpkgs package indexes: pkgs/by-name/he/helm-ls/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - helm-ls - 0.5.4-r7: normalized package name match | Alpine Linux edge package indexes: helm-ls from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Language server for Helm | https://github.com/mrjosh/helm-ls
- apk - helm-ls-doc - 0.5.4-r7: normalized package name match | Alpine Linux edge package indexes: helm-ls-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Language server for Helm (documentation) | https://github.com/mrjosh/helm-ls
- MacPorts - helm-ls: normalized package name match | MacPorts ports tree: devel/helm-ls/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - extras/helm-ls: normalized package name match | Scoop official bucket manifest trees: bucket/helm-ls.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## Combined YAML source

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