macOS
brew install neovim-remotelocal Homebrew formula metadata
sudo port install neovim-remoteMacPorts ports tree · sysutils/neovim-remote/Portfile · source: api.github.com
brew / rank 3519
Control nvim processes using nvr command-line tool. Version 2.5.1 via Homebrew; verified 2026-07-15. Also installable with nix: nix profile install nixpkgs#neovim-remote.
install
brew install neovim-remotelocal Homebrew formula metadata
sudo port install neovim-remoteMacPorts ports tree · sysutils/neovim-remote/Portfile · source: api.github.com
nix profile install nixpkgs#neovim-remotenixpkgs package indexes · pkgs/by-name/ne/neovim-remote/package.nix · source: api.github.com
overview
Control nvim processes using nvr command-line tool
history
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.
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.
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.
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.
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
nvr | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:neovim-remote |
|---|---|
| Version | 2.5.1 |
| Package manager | Homebrew |
| Homepage | https://github.com/mhinz/neovim-remote |
| Repository | https://github.com/mhinz/neovim-remote |
| Last updated | 2026-07-15T12:00:17Z |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
neovim-remote
nix profile install nixpkgs#neovim-remoteneovim-remote
sudo port install neovim-remotesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.