macOS
brew install neovimlocal Homebrew formula metadata
sudo port install neovimMacPorts ports tree · editors/neovim/Portfile · source: api.github.com
brew
Ambitious Vim-fork focused on extensibility and agility. Version 0.12.4 via Homebrew; verified 2026-07-05.
install
brew install neovimlocal Homebrew formula metadata
sudo port install neovimMacPorts ports tree · editors/neovim/Portfile · source: api.github.com
sudo apk add neovimAlpine Linux edge package indexes · neovim · source: dl-cdn.alpinelinux.org
sudo apt install neovimDebian stable package indexes · neovim · source: deb.debian.org
sudo dnf install neovimFedora Rawhide package metadata · neovim · source: dl.fedoraproject.org
nix profile install nixpkgs#neovimnixpkgs package indexes · neovim · source: raw.githubusercontent.com
sudo pacman -S neovimArch Linux sync databases · neovim · source: geo.mirror.pkgbuild.com
sudo zypper install neovimopenSUSE Tumbleweed package metadata · neovim · source: download.opensuse.org
choco install neovimChocolatey community package catalog · neovim · source: community.chocolatey.org
scoop install main/neovimScoop official bucket manifest trees · bucket/neovim.json · source: api.github.com
winget install --id Neovim.Neovim -eWindows Package Manager source index · Neovim.Neovim · source: cdn.winget.microsoft.com
overview
Ambitious Vim-fork focused on extensibility and agility
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.luaexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
nvim | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/neovim/neovim
install metadata
| Package key | brew:neovim |
|---|---|
| Version | 0.12.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/neovim |
| Homepage | https://neovim.io/ |
| Repository | https://github.com/neovim/neovim |
| Upstream docs | https://neovim.io/doc |
| License | Apache-2.0 |
| Source archive | https://github.com/neovim/neovim/archive/refs/tags/v0.12.4.tar.gz |
| Last updated | 2026-07-05T23:07:25Z |
| Pulse | updated |
| Dependencies | gettext, libuv, lpeg, luajit, luv, tree-sitter, unibilium, utf8proc |
| Build dependencies | cmake, gettext |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.