# Installer neovim-qt avec Homebrew, apt, dnf, MacPorts, Nix, pacman, scoop, winget

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

## installation

```sh
sudo av install brew:neovim-qt
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install neovim-qt
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install neovim-qt
```

  Preuve: MacPorts ports tree: editors/neovim-qt/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install neovim-qt
```

  Preuve: Debian stable package indexes: neovim-qt from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install neovim-qt
```

  Preuve: Fedora Rawhide package metadata: neovim-qt from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#neovim-qt
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ne/neovim-qt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S neovim-qt
```

  Preuve: Arch Linux sync databases: neovim-qt from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install extras/neovim-qt
```

  Preuve: Scoop official bucket manifest trees: bucket/neovim-qt.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id equalsraf.neovim-qt -e
```

  Preuve: Windows Package Manager source index: equalsraf.neovim-qt from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:neovim-qt
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/neovim-qt>
- **Version:** 0.2.19
- **Résumé source:** Neovim GUI, in Qt
- **Page d'accueil:** <https://github.com/equalsraf/neovim-qt>
- **Dépôt:** <https://github.com/equalsraf/neovim-qt>
- **Licence:** ISC
- **Archive source:** <https://github.com/equalsraf/neovim-qt/archive/refs/tags/v0.2.19.tar.gz>
- **Dernière mise à jour:** 2026-07-31T18:53:43+02:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- nvim-qt (cli)
- nvim-qt (alias)

## Dépendances

- msgpack
- neovim
- qtbase
- qtsvg

## Dépendances de compilation

- cmake

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.2.19
- gestionnaire mis à jour: 2026-07-31
- données locales: OK
- dépôt amont: https://github.com/equalsraf/neovim-qt
- dernière version détectée: v0.2.19 (à jour)
## Historique du projet et usages

Neovim Qt is a lightweight cross-platform Neovim GUI written in C++ with Qt. It is part of the older wave of Neovim GUI clients that demonstrated the editor's external UI model soon after Neovim split from Vim.

### Historique du projet

The `equalsraf/neovim-qt` repository was created on 2014-05-26, only months after the Neovim repository itself. Its README describes a Neovim client library and GUI in Qt5 and frames the application as available wherever Qt is supported.

The project has a long 0.2.x release line: v0.2.0 appeared in 2016, v0.2.18 in 2023, and v0.2.19 in 2025. The README documents an important packaging transition: before Neovim 0.10.0, Neovim Qt was bundled with Neovim releases on Windows; starting with Neovim 0.10.0, users install Neovim and Neovim Qt separately.

### Historique d'adoption

Neovim Qt had 1,995 stars and 181 forks when queried on 2026-07-01. It is listed on Neovim's site among popular GUIs, but its Homebrew analytics are modest: 44 installs in 30 days, 130 in 90 days, and 646 in 365 days.

Its broader adoption story is distribution packaging rather than hype: the README lists Homebrew, Arch, Debian, Ubuntu, Gentoo, OpenSUSE, winget, Chocolatey-era Neovim bundles, and Windows binaries.

### Modes d'utilisation

Users run `nvim-qt`, which starts or points at a Neovim binary. GUI-specific configuration goes in `ginit.vim`, where users set fonts, GUI tabline behavior, popup menu behavior, scrollbar options, and context-menu mappings.

The practical niche is conservative GUI Neovim: Qt widgets, native-ish packaging, stable cross-platform behavior, and a familiar Vim/Neovim configuration model instead of a heavily opinionated editor shell.

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

Neovim Qt matters historically because it arrived early enough to validate Neovim's decoupled UI architecture. Its formula is less fashionable than newer GUI clients, but it remains a useful package-manager marker for the mature Neovim GUI ecosystem.

### Chronologie

- {'date': '2014-05-26', 'event': 'The `equalsraf/neovim-qt` repository was created.'}
- {'date': '2016-05-18', 'event': 'Release v0.2.0 was published.'}
- {'date': '2024-05-16', 'event': 'Neovim v0.10.0 was tagged; Neovim Qt documents separate Windows installation from this Neovim version onward.'}
- {'date': '2025-01-22', 'event': 'Release v0.2.19 was published.'}

### Related projects

- Neovim
- Neovim third-party GUIs
- equalsraf/neovim-gui-shim

### Sources

- <https://api.github.com/repos/equalsraf/neovim-qt>
- <https://api.github.com/repos/equalsraf/neovim-qt/releases?per_page=100>
- <https://formulae.brew.sh/api/formula/neovim-qt.json>
- <https://github.com/equalsraf/neovim-qt>
- <https://github.com/equalsraf/neovim-qt/releases>
- <https://github.com/equalsraf/neovim-qt/wiki>
- <https://neovim.io/>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** neovim-qt
- **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:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - neovim-qt - 0.2.19-1: normalized package name match | Debian stable package indexes: neovim-qt from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | neovim client library and GUI | https://github.com/equalsraf/neovim-qt
- Nix - neovim-qt: normalized package name match | nixpkgs package indexes: pkgs/by-name/ne/neovim-qt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - neovim-qt - 0.2.18-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: neovim-qt from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | neovim client library and GUI | https://github.com/equalsraf/neovim-qt
- dnf - neovim-qt - 0.2.19-4.fc45: normalized package name match | Fedora Rawhide package metadata: neovim-qt from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Qt GUI for Neovim | https://github.com/equalsraf/neovim-qt
- pacman - neovim-qt - 0.2.19-1: normalized package name match | Arch Linux sync databases: neovim-qt from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | GUI for Neovim | https://github.com/equalsraf/neovim-qt
- MacPorts - neovim-qt: normalized package name match | MacPorts ports tree: editors/neovim-qt/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - extras/neovim-qt: normalized package name match | Scoop official bucket manifest trees: bucket/neovim-qt.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
- winget - equalsraf.neovim-qt: normalized package name match | Windows Package Manager source index: equalsraf.neovim-qt from https://cdn.winget.microsoft.com/cache/source.msix


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [neovim](https://pkg.so/fr/brew/neovim/) - Runtime dependency declared by Homebrew.
- [qtbase](https://pkg.so/fr/brew/qtbase/) - Runtime dependency declared by Homebrew.
- [cmake](https://pkg.so/fr/brew/cmake/) - Build dependency declared by Homebrew.
- [neovide](https://pkg.so/fr/brew/neovide/) - Shares pkgdb curated category or tags: cli, developer-tools, editor, gui, neovim.
- [code-cli](https://pkg.so/fr/brew/code-cli/) - Shares pkgdb curated category or tags: cli, developer-tools, editor.
- [neovim-remote](https://pkg.so/fr/brew/neovim-remote/) - Shares pkgdb curated category or tags: cli, developer-tools, editor, neovim.
- [qt](https://pkg.so/fr/brew/qt/) - Shares pkgdb curated category or tags: cli, developer-tools, gui, qt.
- [qt@5](https://pkg.so/fr/brew/qt-5/) - Shares pkgdb curated category or tags: cli, developer-tools, gui, qt.
- [pyqt](https://pkg.so/fr/brew/pyqt/) - Shares pkgdb curated category or tags: cli, developer-tools, gui, qt.
- [neovim](https://pkg.so/fr/npm/neovim/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, editor, msgpack.

## Combined YAML source

View the package source record on GitHub. [combined/neovim-qt.yml](https://github.com/mxcl/pkgdb/blob/main/combined/neovim-qt.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
