Automic VaultAutomic Vault

brew

neovim mit Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für neovim in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install neovim

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install neovim

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

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add neovim

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

Debian aptverifiziert · 92%
sudo apt install neovim

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

Fedora dnfverifiziert · 92%
sudo dnf install neovim

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

Nixverifiziert · 92%
nix profile install nixpkgs#neovim

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

Arch Linux pacmanverifiziert · 92%
sudo pacman -S neovim

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

openSUSE zypperverifiziert · 92%
sudo zypper install neovim

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

Windows

Chocolateyverifiziert · 92%
choco install neovim

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

Scoopverifiziert · 92%
scoop install main/neovim

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

Windows Package Managerverifiziert · 92%
winget install --id Neovim.Neovim -e

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

Überblick

Paketzusammenfassung

Ambitious Vim-fork focused on extensibility and agility

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

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

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Installiert mit 8 Laufzeitabhängigkeiten.
  • Build-Metadaten listen 2 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

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

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
nvimcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-10
Manager-Version0.12.4
Manager aktualisiert2026-07-05
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv0.12.4

https://github.com/neovim/neovim

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:neovim
Version0.12.4
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/neovim
Homepagehttps://neovim.io/
Repositoryhttps://github.com/neovim/neovim
Upstream-Dokumentationhttps://neovim.io/doc
LizenzApache-2.0
Quellarchivhttps://github.com/neovim/neovim/archive/refs/tags/v0.12.4.tar.gz
Zuletzt aktualisiert2026-07-05T23:07:25Z
Pulseupdated
Abhängigkeitengettext, libuv, lpeg, luajit, luv, tree-sitter, unibilium, utf8proc
Build-Abhängigkeitencmake, gettext
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

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

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

neovim 0.10.4-8

heavily refactored vim fork

https://neovim.io/

sudo apt install neovim
  • Section: editors
  • Architecture: amd64
  • 10 Abhängigkeiten
  • 1 stellt bereit
  • 7 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • 7 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 2 stellt bereit
  • 4 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 4 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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