# jsawk mit Homebrew installieren

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

## Installation

```sh
sudo av install brew:jsawk
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install jsawk
```

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:jsawk
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/jsawk>
- **Version:** 1.4
- **Quellzusammenfassung:** Like awk, but for JSON, using JavaScript objects and arrays
- **Homepage:** <https://github.com/micha/jsawk>
- **Repository:** <https://github.com/micha/jsawk>
- **Lizenz:** BSD-3-Clause
- **Quellarchiv:** <https://github.com/micha/jsawk/archive/refs/tags/1.4.tar.gz>
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- jsawk (cli)
- jsawk (Alias)

## Abhängigkeiten

- spidermonkey

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf all

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 1.4
- lokale Daten: OK
- Upstream-Repository: https://github.com/micha/jsawk
- neueste erkannte Version: 1.4 (aktuell)
- Info: No package-manager update timestamp was available.
## Projektgeschichte und Nutzung

jsawk is a small command-line filter that applies awk-like pipeline habits to JSON data by evaluating JavaScript over objects read from standard input.

### Projektgeschichte

The GitHub repository was created in May 2009. Its README frames the tool as awk for JSON: input is parsed into arrays and objects, JavaScript expressions filter or transform the data, and output returns to stdout for shell pipelines.

### Adoptionsgeschichte

jsawk remained a compact Unix-style tool rather than a large ecosystem. Homebrew packages version 1.4 from the GitHub tag archive, and the repository has enough stars and forks to show durable interest among shell users who wanted JSON manipulation before jq became the default answer.

### Wie es verwendet wird

Typical usage is piping REST API JSON into jsawk, selecting or transforming fields with JavaScript, and either emitting JSON again or printing custom text for another command in the pipeline.

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

jsawk is a useful historical waypoint in the JSON-on-the-command-line story: it shows the pre-jq period when developers tried to extend familiar text filters with JavaScript object access instead of adopting a purpose-built JSON query language.

### Zeitleiste

- 2009: GitHub repository created.
- 2010s: Homebrew packaged jsawk as a JSON-aware shell filter.
- 2026: Homebrew continued to package the 1.4 tag archive.

### Related projects

- Related tools include awk, jq, gron, JSON.sh, fx, jc, and the author's resty command-line REST client.

### Quellen

- <https://api.github.com/repos/micha/jsawk>
- <https://formulae.brew.sh/formula/jsawk>
- <https://github.com/micha/jsawk>
- <https://github.com/micha/resty>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

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


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [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.
- [spidermonkey](https://pkg.so/de/brew/spidermonkey/) - Runtime dependency declared by Homebrew.
- [jshon](https://pkg.so/de/brew/jshon/) - Shares pkgdb curated category or tags: cli, data-processing, developer-tools, json, json-tools.
- [json2tsv](https://pkg.so/de/brew/json2tsv/) - Shares pkgdb curated category or tags: cli, data-processing, developer-tools, json.
- [mongosh](https://pkg.so/de/brew/mongosh/) - Shares pkgdb curated category or tags: cli, developer-tools, javascript.
- [rich-cli](https://pkg.so/de/brew/rich-cli/) - Shares pkgdb curated category or tags: cli, developer-tools, json.
- [jp](https://pkg.so/de/brew/jp/) - Shares pkgdb curated category or tags: cli, developer-tools, json.
- [nuxi](https://pkg.so/de/brew/nuxi/) - Shares pkgdb curated category or tags: cli, developer-tools, javascript.
- [json2hcl](https://pkg.so/de/brew/json2hcl/) - Shares pkgdb curated category or tags: cli, developer-tools, json.
- [yq](https://pkg.so/de/brew/yq/) - Shares pkgdb curated category or tags: cli, data-processing, developer-tools, json.
- [gron](https://pkg.so/de/brew/gron/) - Both packages work with overlapping file formats or content types. Shared terms: cli, data, data-processing, developer, developer-tools.
- [jaq](https://pkg.so/de/brew/jaq/) - Both packages work with overlapping file formats or content types. Shared terms: cli, data, data-processing, developer, developer-tools.

## Combined YAML source

View the package source record on GitHub. [combined/jsawk.yml](https://github.com/mxcl/pkgdb/blob/main/combined/jsawk.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
- cross-ecosystem install command graph
