pkg.soopen package index

brew / 排名 902

使用 Homebrew, apk, chocolatey, dnf, MacPorts, Nix, pacman, zypper, scoop, winget, apt 安装 helix

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install helix

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install helix

MacPorts ports tree · editors/helix/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add helix

Alpine Linux edge package indexes · helix · 来源: dl-cdn.alpinelinux.org

Fedora dnf已验证 · 92%
sudo dnf install helix

Fedora Rawhide package metadata · helix · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#helix

nixpkgs package indexes · pkgs/by-name/he/helix/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S helix

Arch Linux sync databases · helix · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install helix

openSUSE Tumbleweed package metadata · helix · 来源: download.opensuse.org

Debian apt已验证 · 92%
sudo apt install hx

Debian stable package indexes · hx · 来源: deb.debian.org

Windows

Chocolatey已验证 · 92%
choco install helix

Chocolatey community package catalog · helix · 来源: community.chocolatey.org

Scoop已验证 · 92%
scoop install main/helix

Scoop official bucket manifest trees · bucket/helix.json · 来源: api.github.com

Windows Package Manager已验证 · 92%
winget install --id Helix.Helix -e

Windows Package Manager source index · Helix.Helix · 来源: cdn.winget.microsoft.com

概览

软件包摘要

Post-modern modal text editor

命令和别名

  • hx

历史

项目历史与用法

Helix is a terminal-first modal editor written in Rust. Its own README frames it as a Kakoune- and Neovim-inspired editor with Vim-like modal editing, multiple selections, built-in Language Server Protocol support, and Tree-sitter-based syntax features.

For package-manager users, Helix matters because it is a modern editor packaged as a single `hx` command while still shipping a large runtime of grammars, themes, language configuration, and editor documentation.

项目历史

The public GitHub repository was created in June 2020. The project developed around a Rust codebase split into editor core, terminal UI, LSP, DAP, loader, runtime, and query assets, which made the editor feel more like a self-contained toolchain than a thin terminal frontend.

Helix's editing model comes from Kakoune's selection-first approach, while its ecosystem position naturally invites comparison with Neovim. The project made built-in LSP and Tree-sitter support part of the editor's baseline rather than optional plugin work.

采用历史

The project moved quickly from source builds and GitHub releases into operating-system package channels. The supplied package metadata lists Homebrew, Chocolatey, Debian, Fedora, MacPorts, Nix, Arch, Scoop, winget, and openSUSE packaging, which is broad coverage for a comparatively young terminal editor.

Its adoption has been helped by an easy executable name, `hx`, and by official documentation that covers installation, configuration, language setup, themes, and keymaps in one place.

使用方式

Users run Helix as `hx` to edit files in a modal terminal interface. Normal package-manager installs must provide the binary plus the runtime assets that power highlighting, indentation queries, themes, and language definitions.

Helix configuration is conventionally stored in `config.toml` under the user config directory, with per-project overrides in `.helix/config.toml`; this makes it friendly to dotfile managers and repository-local editor policy.

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

Helix is interesting to package nerds because it compresses several editor-era trends into one package: Rust terminal UI, Tree-sitter grammars, LSP integration, modal editing, and runtime data that must be installed in the right place.

It also provides a useful contrast with plugin-heavy editor packaging. A Helix package has to get runtime paths and grammar assets right, but it does not require bootstrapping a large external plugin manager just to provide language-aware editing.

时间线

  • 2020: Public GitHub repository created.
  • 2021: Early public GitHub releases begin with the 0.0.x series.
  • 2021: Helix documentation and installation guidance become part of the official project site.
  • 2025: The 25.x release series appears on the official GitHub release page.

Related projects

  • Kakoune supplies the strongest editing-model influence.
  • Neovim is the closest modal-editor ecosystem comparison.
  • Tree-sitter and the Language Server Protocol are core technologies in Helix's default feature set.
  • Nix, Homebrew, Chocolatey, Scoop, winget, Debian, Fedora, Arch, MacPorts, and openSUSE appear in the supplied package metadata as distribution channels.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

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

Config paths the tool may read or write during local use.

Unix
~/.config/helix/config.toml.helix/config.toml
Windows
%AppData%\helix\config.toml

可执行文件

已安装的可执行文件

命令类型暴露范围备注
hx可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本25.07.1
管理器更新时间
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:helix
版本25.07.1
软件包管理器Homebrew
主页https://helix-editor.com
仓库https://github.com/helix-editor/helix
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

helix

nix profile install nixpkgs#helix
  • normalized package name match
  • 匹配方式:Helix
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/he/helix/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

helix 25.07.1-r3

A post-modern modal text editor

https://helix-editor.com/

sudo apk add helix
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: helix
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Helix
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: helix from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

helix-bash-completion 25.07.1-r3

Bash completions for helix

https://helix-editor.com/

sudo apk add helix-bash-completion
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: helix
  • normalized package name match
  • 匹配方式:Helix
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: helix-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

helix-fish-completion 25.07.1-r3

Fish completions for helix

https://helix-editor.com/

sudo apk add helix-fish-completion
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: helix
  • normalized package name match
  • 匹配方式:Helix
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: helix-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

helix-tree-sitter-system 25.07.1-r3

A post-modern modal text editor

https://helix-editor.com/

sudo apk add helix-tree-sitter-system
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: helix
  • 1 提供
  • normalized package name match
  • 匹配方式:Helix
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: helix-tree-sitter-system from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

helix-tree-sitter-vendor 25.07.1-r3

A post-modern modal text editor

https://helix-editor.com/

sudo apk add helix-tree-sitter-vendor
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: helix
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Helix
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: helix-tree-sitter-vendor from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

helix-zsh-completion 25.07.1-r3

Zsh completions for helix

https://helix-editor.com/

sudo apk add helix-zsh-completion
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: helix
  • normalized package name match
  • 匹配方式:Helix
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: helix-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

helix 25.07.1-12.fc45

A post-modern modal text editor written in Rust

https://helix-editor.com/

sudo dnf install helix
  • License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND Unicode-DFS-2016 AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: helix
  • 5 依赖
  • 4 提供
  • normalized package name match
  • 匹配方式:Helix
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: helix from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

helix-parsers 25.07.1-12.fc45

Prebuilt tree-sitter parsers for Helix

https://helix-editor.com/

sudo dnf install helix-parsers
  • License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND Unicode-DFS-2016 AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: helix
  • 6 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Helix
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: helix-parsers from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

helix-themes 25.07.1-12.fc45

Helix themes

https://helix-editor.com/

sudo dnf install helix-themes
  • License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND Unicode-DFS-2016 AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: helix
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Helix
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: helix-themes from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

helix 25.07.1-2

A post-modern modal text editor

https://helix-editor.com

sudo pacman -S helix
  • License: MPL-2.0
  • Architecture: x86_64
  • 4 依赖
  • 29 可选依赖
  • normalized package name match
  • 匹配方式:Helix
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: helix from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

helix 25.07.1-1.5

A post-modern modal text editor written in Rust

https://github.com/helix-editor/helix

sudo zypper install helix
  • License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: helix
  • 5 依赖
  • 4 提供
  • normalized package name match
  • 匹配方式:Helix
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: helix from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

helix-bash-completion 25.07.1-1.5

Bash Completion for helix

https://github.com/helix-editor/helix

sudo zypper install helix-bash-completion
  • License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: helix
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Helix
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: helix-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

helix-fish-completion 25.07.1-1.5

Fish Completion for helix

https://github.com/helix-editor/helix

sudo zypper install helix-fish-completion
  • License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: helix
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Helix
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: helix-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

helix-runtime 25.07.1-1.5

Runtime files for helix

https://github.com/helix-editor/helix

sudo zypper install helix-runtime
  • License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: helix
  • 3 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Helix
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: helix-runtime from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

helix-zsh-completion 25.07.1-1.5

Zsh Completion for helix

https://github.com/helix-editor/helix

sudo zypper install helix-zsh-completion
  • License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: helix
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Helix
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: helix-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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