# 使用 Homebrew, Nix 安装 jrsonnet

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

## 安装

```sh
sudo av install brew:jrsonnet
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install jrsonnet
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#jrsonnet
```

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

## 软件包事实

- **软件包键:** brew:jrsonnet
- **软件包管理器:** Homebrew
- **版本:** 0.4.2
- **来源摘要:** Rust implementation of Jsonnet language
- **主页:** <https://github.com/deltarocks/jrsonnet>
- **仓库:** <https://github.com/deltarocks/jrsonnet>
- **最后更新:** 2026-07-04T16:53:43+09:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- jrsonnet (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.4.2
## 项目历史与用法

jrsonnet is a Rust implementation of Jsonnet, the data-templating language used to generate JSON and configuration data. It packages both a Jsonnet library and a command-line executable, positioning itself as an alternative to the original C++ implementation and the Go and Scala implementations.

### 项目历史

The public GitHub repository was created in May 2020 under CertainLach's project namespace and later appeared under the deltarocks organization while retaining redirects from the original URL. The README describes the project as an experiment in implementing Jsonnet in Rust, with additional syntax experiments and bindings beyond the CLI.

### 采用历史

Adoption is niche and mostly package-manager driven: the README documents NixOS packaging, Homebrew packaging on macOS, release binaries for Windows and Linux, crates.io publication, and language bindings including Python and WebAssembly/JSR. Homebrew packages the 0.4.2 release from the GitHub tag archive.

### 使用方式

Users reach for jrsonnet when they want a Rust-native Jsonnet evaluator, a drop-in-style libjsonnet shared library, or bindings that expose Jsonnet evaluation inside other Rust, Python, JavaScript, or C/C++ environments.

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

jrsonnet matters to package-tooling people because Jsonnet is common in infrastructure configuration, and alternative implementations change the performance, embedding, and distribution story. A Rust Jsonnet implementation with crates.io, Nix, Homebrew, Python, and WebAssembly surfaces is exactly the sort of cross-ecosystem packaging knot that nerds notice.

### 时间线

- 2020: Public GitHub repository created for the Rust Jsonnet implementation.
- 2022: Pre-release builds in the v0.5.0 series began appearing on GitHub releases.
- 2026: Homebrew packaged jrsonnet 0.4.2 from the GitHub tag archive.

### Related projects

- Related projects include Google's original Jsonnet implementation, go-jsonnet, sjsonnet, rsjsonnet, and rjsonnet-py, the Python bindings built on jrsonnet.

### 来源

- <https://api.github.com/repos/deltarocks/jrsonnet>
- <https://crates.io/crates/jrsonnet>
- <https://formulae.brew.sh/formula/jrsonnet>
- <https://github.com/CertainLach/jrsonnet>
- <https://github.com/deltarocks/jrsonnet>
- <https://github.com/deltarocks/jrsonnet/releases>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

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

- Nix - jrsonnet: normalized package name match | nixpkgs package indexes: pkgs/by-name/jr/jrsonnet/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 相关链接

- [jrsonnet](https://pkg.so/zh-hans/pkg/cargo/jrsonnet/) - Same normalized package name exists in another local package ecosystem.

## Combined YAML source

View the package source record on GitHub. [combined/jrsonnet.yml](https://github.com/mxcl/pkgdb/blob/main/combined/jrsonnet.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
