# Installer jrsonnet avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de jrsonnet pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install jrsonnet
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:jrsonnet
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.4.2
- **Résumé source:** Rust implementation of Jsonnet language
- **Page d'accueil:** <https://github.com/deltarocks/jrsonnet>
- **Dépôt:** <https://github.com/deltarocks/jrsonnet>
- **Dernière mise à jour:** 2026-07-04T16:53:43+09:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- jrsonnet (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.4.2
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- 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


## Liens liés

- [jrsonnet](https://pkg.so/fr/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)


## Sources

- 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
