# jsonnet-bundler mit Homebrew, apk, MacPorts, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für jsonnet-bundler in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:jsonnet-bundler
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install jsonnet-bundler
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install jsonnet-bundler
```

  Evidenz: MacPorts ports tree: devel/jsonnet-bundler/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add jsonnet-bundler
```

  Evidenz: Alpine Linux edge package indexes: jsonnet-bundler from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#jsonnet-bundler
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/js/jsonnet-bundler/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:jsonnet-bundler
- **Paketmanager:** Homebrew
- **Version:** 0.6.0
- **Quellzusammenfassung:** Package manager for Jsonnet
- **Homepage:** <https://github.com/jsonnet-bundler/jsonnet-bundler>
- **Repository:** <https://github.com/jsonnet-bundler/jsonnet-bundler>
- **Zuletzt aktualisiert:** 2026-07-26T04:08:08+02:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- jb (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.6.0
## Projektgeschichte und Nutzung

jsonnet-bundler is the Jsonnet ecosystem's dependency manager. Its `jb` command gives Jsonnet projects a `jsonnetfile.json` manifest and a vendored dependency tree, turning Jsonnet libraries into package-manager-addressable building blocks.

### Projektgeschichte

The jsonnet-bundler repository was created on GitHub on 2018-04-24, and its first commit the same day was titled "Initial commit". The README states the core purpose directly: jsonnet-bundler is a package manager for Jsonnet.

The tool evolved around a deliberately simple model: initialize a project, record dependencies in `jsonnetfile.json`, fetch transitive dependencies, and vendor repository subtrees. Its documented limitations, including whole-repository downloads and same-version requirements for diamond dependencies, show a pragmatic package manager built for Jsonnet library workflows rather than a general dependency solver.

### Adoptionsgeschichte

The README documents package installation through Homebrew, Fedora, and Arch Linux AUR, which reflects adoption beyond source builds. Within Jsonnet projects, its importance comes from standardizing the `jb init` and `jb install` workflow and the convention of running Jsonnet with `-J vendor`.

### Wie es verwendet wird

A typical project runs `jb init`, gains a `jsonnetfile.json`, installs a dependency from a GitHub repository, imports files from the vendored package, and passes `-J vendor` to Jsonnet so imports resolve through the vendor tree.

### Warum Paket-Nerds sich dafür interessieren

jsonnet-bundler matters because Jsonnet is often used to manage large configuration trees, and reusable Jsonnet libraries need reproducible dependency layout. For package nerds, `jb` is the small ecosystem-specific manager that makes Jsonnet libraries feel installable instead of copy-pasted.

### Zeitleiste

- 2018-04-24: GitHub repository creation and initial commit.
- 2020-01-08: v0.2.0 release published.
- 2020-05-15: v0.4.0 release published.
- 2024-08-23: v0.6.0 release published.

### Related projects

- jsonnet-bundler is closely tied to Jsonnet itself and to Jsonnet libraries such as kustomize-libsonnet, which the README uses as an install example.

### Quellen

- <https://api.github.com/repos/jsonnet-bundler/jsonnet-bundler>
- <https://formulae.brew.sh/formula/jsonnet-bundler>
- <https://github.com/jsonnet-bundler/jsonnet-bundler>
- <https://github.com/jsonnet-bundler/jsonnet-bundler/commit/cb59934d1db4e8f5c2596cfb5f146e680c0ecbb0>
- <https://github.com/jsonnet-bundler/jsonnet-bundler/releases/tag/v0.2.0>
- <https://github.com/jsonnet-bundler/jsonnet-bundler/releases/tag/v0.4.0>
- <https://github.com/jsonnet-bundler/jsonnet-bundler/releases/tag/v0.6.0>


## Sicherheitshinweise

infrastructure mutation or orchestration signal.

- **Geiger-Risiko:** orange / mittel
- infrastructure mutation or orchestration signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: jsonnetfile.json
## Andere Paketmanager-Einträge

- Nix - jsonnet-bundler: normalized package name match | nixpkgs package indexes: pkgs/by-name/js/jsonnet-bundler/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - jsonnet-bundler - 0.6.0-r16: normalized package name match | Alpine Linux edge package indexes: jsonnet-bundler from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Jsonnet package manager | https://github.com/jsonnet-bundler/jsonnet-bundler
- MacPorts - jsonnet-bundler: normalized package name match | MacPorts ports tree: devel/jsonnet-bundler/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## Quellen

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