Automic VaultAutomic Vault

brew

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

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install neovim

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install neovim

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

Linux

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

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

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

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

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

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

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

nixpkgs package indexes · neovim · 来源: raw.githubusercontent.com

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

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

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

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

Windows

Chocolatey已验证 · 92%
choco install neovim

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

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

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

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

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

概览

软件包摘要

Ambitious Vim-fork focused on extensibility and agility

历史

项目历史与用法

Neovim is a Vim fork focused on extensibility, usability, maintainability, and embeddable/editor-as-engine architecture. It is the significant package in this batch: the other Neovim-related packages exist largely because Neovim exposed APIs, RPC, and UI surfaces that support external clients and workflow tools.

项目历史

The `neovim/neovim` repository was created on 2014-01-31, and the project's wiki introduction existed by 2014-03-07. The README describes Neovim as an effort to aggressively refactor Vim in order to simplify maintenance, distribute work across contributors, enable advanced UIs without core changes, and maximize extensibility.

Neovim v0.1.0 was tagged on 2015-11-01. Later milestone lines made the fork feel less like a cleanup project and more like a modern editor platform: embedded terminal support, job control, MessagePack RPC, external UIs, Lua scripting and configuration, LSP, Tree-sitter, and a growing package/plugin ecosystem.

采用历史

By 2026-07-01, GitHub metadata showed about 100,837 stars and 6,942 forks. Homebrew analytics listed 41,028 installs in 30 days, 137,631 in 90 days, and 513,070 in 365 days, far beyond the satellite GUI/helper packages in this batch.

Adoption is visible across package managers and operating systems: the README points to managed packages in Homebrew, Debian, Ubuntu, Fedora, Arch, Void, Gentoo, and more, while the input record also lists Chocolatey, Scoop, winget, MacPorts, Nix, apk, pacman, dnf, and zypper package names.

The ecosystem role changed over time. Early adopters cared about async jobs, remote plugins, terminal integration, and a cleaned-up codebase. Later adopters often arrive through Lua-first configuration, built-in LSP, Tree-sitter-driven editing, plugin managers, and distributions/configurations that use Neovim as a programmable editor platform.

使用方式

Users run `nvim` directly in terminals, set it as `$EDITOR`, embed it into GUIs or IDEs, run it headless for scripting, or configure it through `init.vim` and `init.lua` under the XDG config directory. The project keeps Vim's editing model and Vimscript compatibility while exposing newer Lua and API workflows.

Package nerds tend to care about Neovim's build and runtime boundaries: it is a standalone editor package, a shared dependency for GUI clients such as Neovide and Neovim Qt, and a target process for helpers such as `nvr`. Its package freshness matters because plugins and external clients often depend on relatively new API behavior.

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

Neovim is one of the clearest examples of a Unix-y tool becoming a platform through stable APIs instead of a single monolithic GUI. In package databases, it should be enriched not just as an editor, but as an ecosystem root for Lua plugins, LSP workflows, external UIs, headless automation, and Vim-compatible terminal editing.

时间线

  • {'date': '2014-01-31', 'event': 'The `neovim/neovim` GitHub repository was created.'}
  • {'date': '2014-03-07', 'event': 'The Neovim wiki Introduction page was created.'}
  • {'date': '2015-11-01', 'event': 'Neovim v0.1.0 was tagged.'}
  • {'date': '2021-07-02', 'event': 'Neovim v0.5.0 was tagged, a major milestone for Lua-era configuration and plugin development.'}
  • {'date': '2024-05-16', 'event': 'Neovim v0.10.0 was tagged.'}
  • {'date': '2026-06-10', 'event': 'Neovim v0.12.3 was published as the stable release line represented in Homebrew on 2026-07-01.'}

Related projects

  • Vim
  • Neovide
  • Neovim Qt
  • neovim-remote
  • vscode-neovim
  • Firenvim
  • Tree-sitter
  • LuaJIT
  • libuv

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

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

建议审查

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

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
$XDG_CONFIG_HOME/nvim/init.vim$XDG_CONFIG_HOME/nvim/init.lua~/.config/nvim/init.vim~/.config/nvim/init.lua
Windows
~/AppData/Local/nvim/init.vim~/AppData/Local/nvim/init.lua

可执行文件

已安装的可执行文件

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

新鲜度

版本和新鲜度

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

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

https://github.com/neovim/neovim

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

安装元数据

软件包元数据

软件包键brew:neovim
版本0.12.4
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/neovim
主页https://neovim.io/
仓库https://github.com/neovim/neovim
上游文档https://neovim.io/doc
许可证Apache-2.0
源码归档https://github.com/neovim/neovim/archive/refs/tags/v0.12.4.tar.gz
最后更新2026-07-05T23:07:25Z
Pulseupdated
依赖gettext, libuv, lpeg, luajit, luv, tree-sitter, unibilium, utf8proc
构建依赖cmake, gettext
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameneovim
Aliases
  • nvim
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

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

Debian apt95%

neovim 0.10.4-8

heavily refactored vim fork

https://neovim.io/

sudo apt install neovim
  • Section: editors
  • Architecture: amd64
  • 10 依赖
  • 1 提供
  • 7 可选依赖
  • normalized package name match
  • 匹配方式:Neovim
Debian stable package indexes · deb.debian.org · Debian stable package indexes: neovim from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

neovim-runtime 0.10.4-8

heavily refactored vim fork (runtime files)

https://neovim.io/

sudo apt install neovim-runtime
  • Section: editors
  • Architecture: all
  • Source Package: neovim
  • normalized package name match
  • 匹配方式:Neovim
Debian stable package indexes · deb.debian.org · Debian stable package indexes: neovim-runtime from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

neovim

nix profile install nixpkgs#neovim
  • normalized package name match
  • 匹配方式:Neovim
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: neovim from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

neovim 0.9.5-6ubuntu2

heavily refactored vim fork

https://neovim.io/

sudo apt install neovim
  • Section: universe/editors
  • Architecture: amd64
  • 11 依赖
  • 1 提供
  • 7 可选依赖
  • normalized package name match
  • 匹配方式:Neovim
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: neovim from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

neovim-runtime 0.9.5-6ubuntu2

heavily refactored vim fork (runtime files)

https://neovim.io/

sudo apt install neovim-runtime
  • Section: universe/editors
  • Architecture: all
  • Source Package: neovim
  • normalized package name match
  • 匹配方式:Neovim
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: neovim-runtime from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

neovim 0.12.2-r0

Vim-fork focused on extensibility and agility

https://neovim.io/

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

neovim-doc 0.12.2-r0

Vim-fork focused on extensibility and agility (documentation)

https://neovim.io/

sudo apk add neovim-doc
  • License: Apache-2.0 AND Vim
  • Architecture: x86_64
  • Source Package: neovim
  • normalized package name match
  • 匹配方式:Neovim
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: neovim-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

neovim-lang 0.12.2-r0

Languages for package neovim

https://neovim.io/

sudo apk add neovim-lang
  • License: Apache-2.0 AND Vim
  • Architecture: x86_64
  • Source Package: neovim
  • normalized package name match
  • 匹配方式:Neovim
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: neovim-lang from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

neovim 0.12.2-2.fc45

Vim-fork focused on extensibility and agility

https://neovim.io

sudo dnf install neovim
  • License: Apache-2.0 AND Vim AND MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: neovim
  • 16 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Neovim
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: neovim from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

neovim 0.12.2-1

Fork of Vim aiming to improve user experience, plugins, and GUIs

https://neovim.io

sudo pacman -S neovim
  • License: Apache-2.0 AND LicenseRef-vim
  • Architecture: x86_64
  • 19 依赖
  • 2 提供
  • 4 可选依赖
  • normalized package name match
  • 匹配方式:Neovim
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: neovim from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

neovim 0.12.2-4.1

Vim-fork focused on extensibility and agility

https://neovim.io/

sudo zypper install neovim
  • License: Apache-2.0 AND Vim AND GPL-3.0-or-later AND CC-BY-3.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: neovim
  • 25 依赖
  • 4 提供
  • normalized package name match
  • 匹配方式:Neovim
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: neovim from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

neovim-lang 0.12.2-4.1

Translations for package neovim

https://neovim.io/

sudo zypper install neovim-lang
  • License: Apache-2.0 AND Vim AND GPL-3.0-or-later AND CC-BY-3.0
  • Category: System/Localization
  • Architecture: noarch
  • Source Package: neovim
  • 1 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Neovim
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: neovim-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

neovim

sudo port install neovim
  • normalized package name match
  • 匹配方式:Neovim
MacPorts ports tree · api.github.com · MacPorts ports tree: editors/neovim/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

neovim

choco install neovim
  • normalized package name match
  • 匹配方式:Neovim
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: neovim from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','naps2'
Scoop95%

main/neovim

scoop install main/neovim
  • normalized package name match
  • 匹配方式:Neovim
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/neovim.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Neovim.Neovim

winget install --id Neovim.Neovim -e
  • normalized package name match
  • 匹配方式:Neovim
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Neovim.Neovim from https://cdn.winget.microsoft.com/cache/source.msix

来源线索

由仓库数据生成

此页面由 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