macOS
brew install neovimlocal Homebrew formula metadata
sudo port install neovimMacPorts ports tree · editors/neovim/Portfile · 来源: api.github.com
安装
brew install neovimlocal Homebrew formula metadata
sudo port install neovimMacPorts ports tree · editors/neovim/Portfile · 来源: api.github.com
sudo apk add neovimAlpine Linux edge package indexes · neovim · 来源: dl-cdn.alpinelinux.org
sudo apt install neovimDebian stable package indexes · neovim · 来源: deb.debian.org
sudo dnf install neovimFedora Rawhide package metadata · neovim · 来源: dl.fedoraproject.org
nix profile install nixpkgs#neovimnixpkgs package indexes · neovim · 来源: raw.githubusercontent.com
sudo pacman -S neovimArch Linux sync databases · neovim · 来源: geo.mirror.pkgbuild.com
sudo zypper install neovimopenSUSE Tumbleweed package metadata · neovim · 来源: download.opensuse.org
choco install neovimChocolatey community package catalog · neovim · 来源: community.chocolatey.org
scoop install main/neovimScoop official bucket manifest trees · bucket/neovim.json · 来源: api.github.com
winget install --id Neovim.Neovim -eWindows 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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
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.
Config paths the tool may read or write during local use.
$XDG_CONFIG_HOME/nvim/init.vim$XDG_CONFIG_HOME/nvim/init.lua~/.config/nvim/init.vim~/.config/nvim/init.lua~/AppData/Local/nvim/init.vim~/AppData/Local/nvim/init.lua可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
nvim | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/neovim/neovim
安装元数据
| 软件包键 | 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 |
| Pulse | updated |
| 依赖 | 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 Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | neovim |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
neovim 0.10.4-8
heavily refactored vim fork
sudo apt install neovimneovim-runtime 0.10.4-8
heavily refactored vim fork (runtime files)
sudo apt install neovim-runtimeneovim
nix profile install nixpkgs#neovimneovim 0.9.5-6ubuntu2
heavily refactored vim fork
sudo apt install neovimneovim-runtime 0.9.5-6ubuntu2
heavily refactored vim fork (runtime files)
sudo apt install neovim-runtimeneovim 0.12.2-r0
Vim-fork focused on extensibility and agility
sudo apk add neovimneovim-doc 0.12.2-r0
Vim-fork focused on extensibility and agility (documentation)
sudo apk add neovim-docneovim-lang 0.12.2-r0
Languages for package neovim
sudo apk add neovim-langneovim 0.12.2-2.fc45
Vim-fork focused on extensibility and agility
sudo dnf install neovimneovim 0.12.2-1
Fork of Vim aiming to improve user experience, plugins, and GUIs
sudo pacman -S neovimneovim 0.12.2-4.1
Vim-fork focused on extensibility and agility
sudo zypper install neovimneovim-lang 0.12.2-4.1
Translations for package neovim
sudo zypper install neovim-langneovim
sudo port install neovimneovim
choco install neovimmain/neovim
scoop install main/neovimNeovim.Neovim
winget install --id Neovim.Neovim -e来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.