Automic VaultAutomic Vault

brew

Installer neovim avec Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de neovim pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install neovim

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install neovim

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

Linux

Alpine Linux apkvérifié · 92%
sudo apk add neovim

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

Debian aptvérifié · 92%
sudo apt install neovim

Debian stable package indexes · neovim · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install neovim

Fedora Rawhide package metadata · neovim · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#neovim

nixpkgs package indexes · neovim · Source: raw.githubusercontent.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S neovim

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

openSUSE zyppervérifié · 92%
sudo zypper install neovim

openSUSE Tumbleweed package metadata · neovim · Source: download.opensuse.org

Windows

Chocolateyvérifié · 92%
choco install neovim

Chocolatey community package catalog · neovim · Source: community.chocolatey.org

Scoopvérifié · 92%
scoop install main/neovim

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

Windows Package Managervérifié · 92%
winget install --id Neovim.Neovim -e

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

aperçu

Résumé du paquet

Ambitious Vim-fork focused on extensibility and agility

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

  • {'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

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 8 dépendances d’exécution.
  • Les métadonnées de compilation listent 2 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

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

exécutables

Exécutables installés

CommandeTypeExpositionNote
nvimcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-10
version du gestionnaire0.12.4
gestionnaire mis à jour2026-07-05
données localesOK
amontà jour
dernière version détectéev0.12.4

https://github.com/neovim/neovim

  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:neovim
Version0.12.4
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/neovim
Page d'accueilhttps://neovim.io/
Dépôthttps://github.com/neovim/neovim
Docs amonthttps://neovim.io/doc
LicenceApache-2.0
Archive sourcehttps://github.com/neovim/neovim/archive/refs/tags/v0.12.4.tar.gz
Dernière mise à jour2026-07-05T23:07:25Z
Pulseupdated
Dépendancesgettext, libuv, lpeg, luajit, luv, tree-sitter, unibilium, utf8proc
Dépendances de compilationcmake, gettext
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

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

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

neovim 0.10.4-8

heavily refactored vim fork

https://neovim.io/

sudo apt install neovim
  • Section: editors
  • Architecture: amd64
  • 10 Dépendances
  • 1 fournit
  • 7 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • 7 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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
  • Correspondance par : 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 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 2 fournit
  • 4 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 4 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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
  • Correspondance par : 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
  • Correspondance par : 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
  • Correspondance par : 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

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • 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