# 使用 Homebrew, apk, MacPorts, Nix, scoop 安装 helm-ls

查看 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
