# neovim-qt を Homebrew, apt, dnf, MacPorts, Nix, pacman, scoop, winget でインストール

neovim-qt のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

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

  証拠: local Homebrew formula metadata

- MacPorts (94%):

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

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:neovim-qt
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/neovim-qt>
- **バージョン:** 0.2.19
- **ソース概要:** Neovim GUI, in Qt
- **ホームページ:** <https://github.com/equalsraf/neovim-qt>
- **リポジトリ:** <https://github.com/equalsraf/neovim-qt>
- **ライセンス:** ISC
- **ソースアーカイブ:** <https://github.com/equalsraf/neovim-qt/archive/refs/tags/v0.2.19.tar.gz>
- **最終更新:** 2026-07-31T18:53:43+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- nvim-qt (cli)
- nvim-qt (エイリアス)

## 依存関係

- msgpack
- neovim
- qtbase
- qtsvg

## ビルド依存関係

- cmake

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.2.19
- マネージャ更新日: 2026-07-31
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/equalsraf/neovim-qt
- 検出された最新: v0.2.19 (最新)
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

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

### ソース

- <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/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **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

## 他のパッケージマネージャ記録

- 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


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [neovim](https://pkg.so/ja/brew/neovim/) - Runtime dependency declared by Homebrew.
- [qtbase](https://pkg.so/ja/brew/qtbase/) - Runtime dependency declared by Homebrew.
- [cmake](https://pkg.so/ja/brew/cmake/) - Build dependency declared by Homebrew.
- [neovide](https://pkg.so/ja/brew/neovide/) - Shares pkgdb curated category or tags: cli, developer-tools, editor, gui, neovim.
- [code-cli](https://pkg.so/ja/brew/code-cli/) - Shares pkgdb curated category or tags: cli, developer-tools, editor.
- [neovim-remote](https://pkg.so/ja/brew/neovim-remote/) - Shares pkgdb curated category or tags: cli, developer-tools, editor, neovim.
- [qt](https://pkg.so/ja/brew/qt/) - Shares pkgdb curated category or tags: cli, developer-tools, gui, qt.
- [qt@5](https://pkg.so/ja/brew/qt-5/) - Shares pkgdb curated category or tags: cli, developer-tools, gui, qt.
- [pyqt](https://pkg.so/ja/brew/pyqt/) - Shares pkgdb curated category or tags: cli, developer-tools, gui, qt.
- [neovim](https://pkg.so/ja/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)


## ソース

- 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
