# jrsonnet を Homebrew, Nix でインストール

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