# go-jsonnet mit Homebrew, apk, MacPorts, Nix, scoop installieren

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

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install go-jsonnet
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install go-jsonnet
```

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

### Linux

- apk (92%):

```sh
sudo apk add go-jsonnet
```

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

- Nix (92%):

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

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

### Windows

- Scoop (92%):

```sh
scoop install main/go-jsonnet
```

  Evidenz: Scoop official bucket manifest trees: bucket/go-jsonnet.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:go-jsonnet
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/go-jsonnet>
- **Version:** 0.22.0
- **Quellzusammenfassung:** Go implementation of configuration language for defining JSON data
- **Homepage:** <https://jsonnet.org/>
- **Repository:** <https://github.com/google/go-jsonnet>
- **Upstream-Dokumentation:** <https://jsonnet.org/>
- **Lizenz:** Apache-2.0
- **Quellarchiv:** <https://github.com/google/go-jsonnet/archive/refs/tags/v0.22.0.tar.gz>
- **Zuletzt aktualisiert:** 2026-07-27T16:47:23+02:00
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- jsonnet-deps (cli)
- jsonnet-lint (cli)
- jsonnet-deps (Alias)
- jsonnet-lint (Alias)

## Build-Abhängigkeiten

- go

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 0.22.0
- Manager aktualisiert: 2026-07-27
- lokale Daten: OK
- Upstream-Repository: https://github.com/google/go-jsonnet
- neueste erkannte Version: v0.22.0 (aktuell)
## Projektgeschichte und Nutzung

go-jsonnet is the Go implementation of Jsonnet, a configuration language for producing JSON, YAML, and other structured data.

### Projektgeschichte

Jsonnet began at Google in early 2014 as a 20 percent project and was launched on August 6 of that year. The go-jsonnet repository followed in 2016 as a pure-Go implementation; its README describes it as feature complete and production ready, with command-line tools and embeddable Go library support.

### Adoptionsgeschichte

Jsonnet gained adoption in configuration-heavy infrastructure work because it lets users compute, compose, and reuse structured data. The original C++ Jsonnet repository points users toward go-jsonnet as a newer implementation that can be much faster in some cases and is recommended in preference to the C++ version.

### Wie es verwendet wird

Practitioners use the jsonnet command to evaluate .jsonnet files into JSON, YAML, or other outputs, and use jsonnetfmt, jsonnet-lint, and jsonnet-deps around repository review and build pipelines. Go programs can embed the VM directly to evaluate Jsonnet snippets or files inside larger tools.

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

For package users, go-jsonnet matters because it turns a configuration language into a small, portable Go toolchain with CLI binaries, pre-commit hooks, library APIs, and package-manager installs.

### Zeitleiste

- 2014: Jsonnet began as a Google 20 percent project and launched on August 6.
- 2016: go-jsonnet public GitHub repository created.
- 2020: v0.17.0 release series available from the Go implementation.
- 2026: v0.22.0 release published with Go and Python packaging changes.

### Related projects

- google/jsonnet is the original C++ implementation. jsonnet.org hosts the language reference and standard-library documentation used by both implementations.

### Quellen

- <https://github.com/google/go-jsonnet>
- <https://github.com/google/go-jsonnet/releases>
- <https://github.com/google/jsonnet>
- <https://jsonnet.org/>


## Sicherheitshinweise

library-like package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- library-like package without higher-risk signals

## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** go-jsonnet
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Conflicts With:** jsonnet
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Andere Paketmanager-Einträge

- Nix - go-jsonnet: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/go-jsonnet/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - go-jsonnet - 0.21.0-r11: normalized package name match | Alpine Linux edge package indexes: go-jsonnet from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Implementation of Jsonnet in Go | https://jsonnet.org
- MacPorts - go-jsonnet: normalized package name match | MacPorts ports tree: devel/go-jsonnet/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/go-jsonnet: normalized package name match | Scoop official bucket manifest trees: bucket/go-jsonnet.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Verwandte Links

- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/de/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/de/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://pkg.so/de/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [go](https://pkg.so/de/brew/go/) - Build dependency declared by Homebrew.
- [jsonnet](https://pkg.so/de/brew/jsonnet/) - Shares the same upstream homepage.
- [jrsonnet](https://pkg.so/de/brew/jrsonnet/) - Shares pkgdb curated category or tags: cli, configuration, developer-tools, json, jsonnet.
- [yamlfmt](https://pkg.so/de/brew/yamlfmt/) - Shares pkgdb curated category or tags: cli, configuration, developer-tools, go.
- [dyff](https://pkg.so/de/brew/dyff/) - Shares pkgdb curated category or tags: cli, configuration, developer-tools, json.
- [changie](https://pkg.so/de/brew/changie/) - Shares pkgdb curated category or tags: cli, configuration, developer-tools, go.
- [gojq](https://pkg.so/de/brew/gojq/) - Shares pkgdb curated category or tags: cli, developer-tools, go, json.
- [json5](https://pkg.so/de/brew/json5/) - Shares pkgdb curated category or tags: cli, configuration, developer-tools, json.
- [config-file-validator](https://pkg.so/de/brew/config-file-validator/) - Shares pkgdb curated category or tags: cli, configuration, developer-tools, json.
- [go-bindata](https://pkg.so/de/brew/go-bindata/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, go.

## Combined YAML source

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


## Quellen

- 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
