Automic VaultAutomic Vault

brew

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

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install helix-db

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install helix

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

Linux

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

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

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

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

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

概览

软件包摘要

Open-source graph-vector database built from scratch in Rust

命令和别名

  • helix

历史

项目历史与用法

HelixDB is a young graph-vector database project built in Rust for knowledge graphs, AI memory, RAG-style retrieval, and agent data workflows. The Homebrew package installs the `helix` CLI, which scaffolds projects, runs local instances, sends dynamic queries, and connects to Helix Cloud.

项目历史

GitHub repository metadata records the HelixDB public repository from November 2024. The README describes HelixDB as a graph-vector database for knowledge graphs and AI memory, built from scratch in Rust, with SDKs and a CLI for local and cloud workflows.

The official documentation describes an architectural shift between the earlier open-source v1 LMDB-based implementation and Helix Cloud's object-storage-backed architecture. The docs present Helix Cloud as combining a property graph engine with approximate vector search and BM25 full-text search, with gateways, a single writer, auto-scaling readers, durable object storage, and cache layers.

The project also launched publicly through Y Combinator's Launch YC in 2025, where the founders positioned it as an open-source graph-vector database for RAG and AI applications. That launch framing matches the repository and docs: reduce the need to stitch together separate vector databases, graph databases, and sync layers.

采用历史

HelixDB's adoption history is early-stage but visible: the repository metadata records thousands of GitHub stars, the README links to docs, Discord, and Launch YC, and GitHub releases show active versioned release packaging. The input facts record Homebrew packaging for `helix-db`, giving developers a package-manager route to the CLI rather than only a shell installer.

Because the project is young, its package-manager significance is more about experimentation and developer onboarding than long-standing distro integration. The CLI is the adoption surface: install it, initialize a project, run a local database, query via SDK-generated JSON, or authenticate to Helix Cloud.

使用方式

The README and docs show the CLI installing via `install.helix-db.com`, then using commands such as `helix init`, `helix start dev`, `helix query`, `helix stop`, and cloud-oriented commands for authentication, workspace/project selection, sync, and querying. Local development can run an in-memory containerized instance, while cloud use pulls endpoint and auth details into project configuration.

Queries are authored through Rust, TypeScript, Go, or Python DSLs or sent as dynamic JSON over HTTP. The docs emphasize graph, vector, text search, dynamic query bundles, serializable snapshot isolation, and a workflow where applications can send query definitions directly to a running instance.

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

For package nerds, HelixDB is interesting because it packages a database workflow as a CLI-first developer experience. The Homebrew formula gives a single `helix` command that can scaffold files such as `helix.toml`, create a `.helix` workspace, run a local database, seed examples, and query a service without manually assembling database binaries and SDKs.

It also shows a broader package trend around AI infrastructure: graph, vector, full-text, cloud auth, local containers, SDK code generation, and agent-oriented project scaffolding are being folded into one command-line tool.

时间线

  • 2024: GitHub repository metadata records the HelixDB source repository.
  • 2025: Launch YC published HelixDB as a database for RAG and AI.
  • 2026: GitHub releases show a v3.0 series and continued CLI/database packaging work.
  • Package-manager era: The input package facts record Homebrew packaging as `helix-db`.

Related projects

  • HelixDB is related to graph databases, vector databases, BM25/full-text engines, RAG infrastructure, knowledge-graph tools, object-storage-backed databases, Docker/Podman local development, and SDK-driven query builders in Rust, TypeScript, Go, and Python.

安全态势

尚未找到受保护工具覆盖

没有找到 helix-db 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 1 个运行时依赖。

建议审查

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

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
helix.toml~/.helix/config

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.helix/credentials

可执行文件

已安装的可执行文件

命令类型暴露范围备注
helixcli全局可执行文件

新鲜度

版本和新鲜度

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

页面生成时间2026-07-10
管理器版本3.0.8
管理器更新时间2026-07-05
本地数据OK
上游当前
检测到的最新版本v3.0.8

https://github.com/HelixDB/helix-db

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:helix-db
版本3.0.8
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/helix-db
主页https://helix-db.com
仓库https://github.com/HelixDB/helix-db
上游文档https://docs.helix-db.com/
许可证Apache-2.0
源码归档https://github.com/HelixDB/helix-db/archive/refs/tags/v3.0.8.tar.gz
最后更新2026-07-05T23:54:57Z
Pulseupdated
依赖rust
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namehelix-db
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

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

Nix95%

helix-db

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

helix

sudo port install helix
  • installed executable or alias match
  • 匹配方式:Helix
MacPorts ports tree · api.github.com · MacPorts ports tree: editors/helix/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Nix92%

helix

nix profile install nixpkgs#helix
  • installed executable or alias 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
apk92%

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 提供
  • installed executable or alias 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
apk92%

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
  • installed executable or alias 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
apk92%

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
  • installed executable or alias 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
apk92%

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 提供
  • installed executable or alias 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
apk92%

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 提供
  • installed executable or alias 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
apk92%

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
  • installed executable or alias 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
dnf92%

helix 25.07.1-10.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 提供
  • installed executable or alias 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/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

helix-parsers 25.07.1-10.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 提供
  • installed executable or alias 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/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

helix-themes 25.07.1-10.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 提供
  • installed executable or alias 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/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman92%

helix 25.07.1-1

A post-modern modal text editor

https://helix-editor.com

sudo pacman -S helix
  • License: MPL-2.0
  • Architecture: x86_64
  • 3 依赖
  • 26 可选依赖
  • installed executable or alias 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
zypper92%

helix 25.07.1-1.3

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 提供
  • installed executable or alias match
  • 匹配方式:Helix
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: helix from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper92%

helix-bash-completion 25.07.1-1.3

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 提供
  • installed executable or alias 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/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper92%

helix-fish-completion 25.07.1-1.3

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 提供
  • installed executable or alias 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/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

来源线索

由仓库数据生成

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

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment