# 使用 Homebrew, MacPorts, Nix 安装 neovim-remote

查看 neovim-remote 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

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

  证据: local Homebrew formula metadata

- MacPorts (94%):

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

  证据: 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
```

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

## 软件包事实

- **软件包键:** brew:neovim-remote
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/neovim-remote>
- **版本:** 2.5.1
- **来源摘要:** Control nvim processes using nvr command-line tool
- **主页:** <https://github.com/mhinz/neovim-remote>
- **仓库:** <https://github.com/mhinz/neovim-remote>
- **许可证:** MIT
- **源码归档:** <https://files.pythonhosted.org/packages/69/50/4fe9ef6fd794929ceae73e476ac8a4ddbf3b0913fa248d834c9bb72978b7/neovim-remote-2.5.1.tar.gz>
- **最后更新:** 2026-07-15T12:00:17Z
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- nvr (cli)
- nvr (别名)

## 依赖

- neovim
- python@3.14

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 2.5.1
- 管理器更新时间: 2026-07-15
- 本地数据: OK
- 上游仓库: https://github.com/mhinz/neovim-remote
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

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.

### 时间线

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

### 来源

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


## 安全说明

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

## 其他软件包管理器记录

- 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


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/zh-hans/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [python@3.14](https://pkg.so/zh-hans/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [neovim](https://pkg.so/zh-hans/brew/neovim/) - Runtime dependency declared by Homebrew.
- [neovide](https://pkg.so/zh-hans/brew/neovide/) - Shares pkgdb curated category or tags: cli, developer-tools, editor, neovim.
- [neovim-qt](https://pkg.so/zh-hans/brew/neovim-qt/) - Shares pkgdb curated category or tags: cli, developer-tools, editor, neovim.
- [code-cli](https://pkg.so/zh-hans/brew/code-cli/) - Shares pkgdb curated category or tags: cli, developer-tools, editor.
- [poke](https://pkg.so/zh-hans/brew/poke/) - Shares pkgdb curated category or tags: cli, developer-tools, editor.
- [bob](https://pkg.so/zh-hans/brew/bob/) - Shares pkgdb curated category or tags: cli, developer-tools, neovim.
- [cornelis](https://pkg.so/zh-hans/brew/cornelis/) - Shares pkgdb curated category or tags: cli, developer-tools, neovim.
- [macvim](https://pkg.so/zh-hans/brew/macvim/) - Shares pkgdb curated category or tags: cli, developer-tools, editor.
- [neovim](https://pkg.so/zh-hans/npm/neovim/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, editor, neovim.
- [eg-examples](https://pkg.so/zh-hans/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)


## 来源

- 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
