# Installer neovim-remote avec Homebrew, MacPorts, Nix

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install neovim-remote
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install neovim-remote
```

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

### Linux

- Nix (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:neovim-remote
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/neovim-remote>
- **Version:** 2.5.1
- **Résumé source:** Control nvim processes using nvr command-line tool
- **Page d'accueil:** <https://github.com/mhinz/neovim-remote>
- **Dépôt:** <https://github.com/mhinz/neovim-remote>
- **Licence:** MIT
- **Archive source:** <https://files.pythonhosted.org/packages/69/50/4fe9ef6fd794929ceae73e476ac8a4ddbf3b0913fa248d834c9bb72978b7/neovim-remote-2.5.1.tar.gz>
- **Dernière mise à jour:** 2026-07-15T12:00:17Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- nvr (cli)
- nvr (alias)

## Dépendances

- neovim
- python@3.14

## 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: 2.5.1
- gestionnaire mis à jour: 2026-07-15
- données locales: OK
- dépôt amont: https://github.com/mhinz/neovim-remote
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

neovim-remote provides the `nvr` command, a small Python client for controlling Neovim server processes from the shell. Its core value is restoring Vim-style remote workflows around Neovim's RPC/listen-address model.

### Historique du projet

The `mhinz/neovim-remote` repository was created on 2015-12-04. Its README explains the context directly: Neovim always starts a server, exposes an address such as `v:servername`, and can be started with `nvim --listen /tmp/nvimsocket`; `nvr` then sends commands to that server.

The project released v1.4.0 in 2016 and v1.7.0 in 2017, then continued through tags such as v2.5.1. It fills a precise compatibility gap around `--remote` and friends, especially for users moving Vim workflows into Neovim.

### Historique d'adoption

The repository had 1,894 stars and 83 forks when queried on 2026-07-01. Homebrew analytics showed 210 installs in 30 days, 359 in 90 days, and 1,130 in 365 days, which is healthy for a narrow workflow helper.

The package also exists on PyPI as `neovim-remote`, so Homebrew is one install route rather than the original distribution channel. The adoption audience is shell-heavy Neovim users, tmux users, plugin authors, and people who use Neovim as `$EDITOR` or Git editor.

### Modes d'utilisation

Typical commands include `nvr file`, `nvr --remote file1 file2`, `nvr --remote-send`, `nvr --remote-expr`, `nvr -cc split file`, and `git config --global core.editor 'nvr --remote-wait-silent'`.

The canonical use case is avoiding nested Neovim inside Neovim's `:terminal`: a Git commit launched from a terminal buffer can open a commit-message buffer in the existing Neovim session and block until that buffer is closed.

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

This is a classic tiny-package-with-real-leverage entry. It does not compete with Neovim; it packages a missing bit of client/server ergonomics around Neovim's API, similar in spirit to `emacsclient` workflows.

### Chronologie

- {'date': '2015-12-04', 'event': 'The `mhinz/neovim-remote` repository was created.'}
- {'date': '2016-12-06', 'event': 'Release v1.4.0 was published.'}
- {'date': '2017-06-23', 'event': 'Release v1.7.0 was published with README/use-case updates.'}

### Related projects

- Neovim
- PyPI neovim-remote
- vimtex
- tmux workflows

### Sources

- <https://api.github.com/repos/mhinz/neovim-remote>
- <https://api.github.com/repos/mhinz/neovim-remote/releases?per_page=8>
- <https://formulae.brew.sh/api/formula/neovim-remote.json>
- <https://github.com/mhinz/neovim-remote>
- <https://github.com/mhinz/neovim-remote/blob/master/INSTALLATION.md>
- <https://pypi.org/project/neovim-remote/>


## 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-remote
- **Aliases:** nvr
- **Version Scheme:** 0
- **Revision:** 5
- **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

- Nix - neovim-remote: normalized package name match | nixpkgs package indexes: pkgs/by-name/ne/neovim-remote/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - neovim-remote: normalized package name match | MacPorts ports tree: sysutils/neovim-remote/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 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.
- [python@3.14](https://pkg.so/fr/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [neovim](https://pkg.so/fr/brew/neovim/) - Runtime dependency declared by Homebrew.
- [neovide](https://pkg.so/fr/brew/neovide/) - Shares pkgdb curated category or tags: cli, developer-tools, editor, neovim.
- [neovim-qt](https://pkg.so/fr/brew/neovim-qt/) - Shares pkgdb curated category or tags: cli, developer-tools, editor, neovim.
- [code-cli](https://pkg.so/fr/brew/code-cli/) - Shares pkgdb curated category or tags: cli, developer-tools, editor.
- [poke](https://pkg.so/fr/brew/poke/) - Shares pkgdb curated category or tags: cli, developer-tools, editor.
- [bob](https://pkg.so/fr/brew/bob/) - Shares pkgdb curated category or tags: cli, developer-tools, neovim.
- [cornelis](https://pkg.so/fr/brew/cornelis/) - Shares pkgdb curated category or tags: cli, developer-tools, neovim.
- [macvim](https://pkg.so/fr/brew/macvim/) - Shares pkgdb curated category or tags: cli, developer-tools, editor.
- [neovim](https://pkg.so/fr/npm/neovim/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, editor, neovim.
- [eg-examples](https://pkg.so/fr/brew/eg-examples/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, command-line, developer, developer-tools, line.

## Combined YAML source

View the package source record on GitHub. [combined/neovim-remote.yml](https://github.com/mxcl/pkgdb/blob/main/combined/neovim-remote.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
