# 使用 Homebrew, MacPorts, Nix, pacman, scoop 安装 jnv

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

## 安装

```sh
sudo av install brew:jnv
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install jnv
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install jnv
```

  证据: MacPorts ports tree: textproc/jnv/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#jnv
```

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

- pacman (92%):

```sh
sudo pacman -S jnv
```

  证据: Arch Linux sync databases: jnv from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/jnv
```

  证据: Scoop official bucket manifest trees: bucket/jnv.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:jnv
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/jnv>
- **版本:** 0.7.1
- **来源摘要:** Interactive JSON filter using jq
- **主页:** <https://github.com/ynqa/jnv>
- **仓库:** <https://github.com/ynqa/jnv>
- **许可证:** MIT
- **源码归档:** <https://github.com/ynqa/jnv/archive/refs/tags/v0.7.1.tar.gz>
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- jnv (cli)
- jnv (别名)

## 构建依赖

- rust

## 安装行为

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

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 0.7.1
- 本地数据: OK
- 上游仓库: https://github.com/ynqa/jnv
- 检测到的最新版本: v0.7.1 (当前)
- 信息: No package-manager update timestamp was available.
## 项目历史与用法

jnv is a Rust terminal tool for navigating JSON with an interactive viewer and jq-style filter editor. Its README says it uses jaq for filter evaluation and was inspired by jid and jiq, placing it in the family of interactive JSON exploration tools rather than one-shot JSON processors.

### 项目历史

The GitHub repository was created in March 2024, followed by v0.1.0 on March 19, 2024. Releases through 2024 and 2025 added packaged binaries for macOS, Linux, and Windows, while the README documents package-manager installation routes including Homebrew, MacPorts, Nix, conda-forge, and Cargo.

### 采用历史

jnv's adoption path is unusually package-manager-forward for a young CLI: the README includes Repology packaging status and first-class install snippets for several ecosystems. Homebrew core packaging and other package-manager entries make it easy to try as a jq-adjacent interactive viewer.

### 使用方式

Users pipe JSON into jnv or pass a JSON file, edit a jq filter interactively, inspect the resulting JSON tree, fold and navigate entries, and optionally write the selected result to stdout. The README calls out support for standard JSON and multiple JSON structures such as JSON Lines.

### 为什么软件包爱好者会关心

jnv is notable for combining the familiar jq query model with a terminal UI and bundling jaq so users do not have to provide jq separately. For package nerds, it is part of the wave of Rust CLIs that ship cross-platform binaries and land quickly in multiple package managers.

### 时间线

- 2024: Repository created and v0.1.0 published in March.
- 2024: v0.3.0 published with prebuilt binaries and Homebrew tap instructions.
- 2025: v0.5.0 published with binary assets for macOS, Windows, Linux GNU, and Linux musl.
- 2026: v0.7.x release artifacts published.

### Related projects

- jq supplies the filter language model that jnv exposes interactively.
- jaq is the Rust jq-compatible evaluator used by jnv.
- jid and jiq are named by the README as inspirations.

### 来源

- The GitHub release API supplies the release timeline.
- The GitHub repository API supplies the repository creation date and project description.
- The README supplies the feature list, input model, inspirations, and installation routes.


## 安全说明

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

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

- Nix - jnv: normalized package name match | nixpkgs package indexes: pkgs/by-name/jn/jnv/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - jnv - 0.7.1-1: normalized package name match | Arch Linux sync databases: jnv from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Interactive JSON filter using jq | https://github.com/ynqa/jnv
- MacPorts - jnv: normalized package name match | MacPorts ports tree: textproc/jnv/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/jnv: normalized package name match | Scoop official bucket manifest trees: bucket/jnv.json from https://api.github.com/repos/ScoopInstaller/Main/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.
- [rust](https://pkg.so/zh-hans/brew/rust/) - Build dependency declared by Homebrew.
- [ijq](https://pkg.so/zh-hans/brew/ijq/) - Shares pkgdb curated category or tags: cli, developer-tools, interactive, jq, json.
- [jaq](https://pkg.so/zh-hans/brew/jaq/) - Shares pkgdb curated category or tags: cli, developer-tools, jq, json, rust.
- [python-yq](https://pkg.so/zh-hans/brew/python-yq/) - Shares pkgdb curated category or tags: cli, developer-tools, jq, json.
- [jid](https://pkg.so/zh-hans/brew/jid/) - Shares pkgdb curated category or tags: cli, developer-tools, interactive, json.
- [mdq](https://pkg.so/zh-hans/brew/mdq/) - Shares pkgdb curated category or tags: cli, developer-tools, jq, rust.
- [jqp](https://pkg.so/zh-hans/brew/jqp/) - Shares pkgdb curated category or tags: cli, developer-tools, jq, json.
- [gojq](https://pkg.so/zh-hans/brew/gojq/) - Shares pkgdb curated category or tags: cli, developer-tools, jq, json.
- [jql](https://pkg.so/zh-hans/brew/jql/) - Shares pkgdb curated category or tags: cli, developer-tools, json, rust.
- [fblog](https://pkg.so/zh-hans/brew/fblog/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, json, rust.

## Combined YAML source

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