# jp mit Homebrew, apk, apt, MacPorts, Nix, zypper, scoop installieren

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

## Installation

```sh
sudo av install brew:jp
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install jp
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install jp
```

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

### Linux

- apk (92%):

```sh
sudo apk add jp
```

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

- Debian apt (92%):

```sh
sudo apt install jp
```

  Evidenz: Debian stable package indexes: jp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#jp
```

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

- zypper (92%):

```sh
sudo zypper install jp
```

  Evidenz: openSUSE Tumbleweed package metadata: jp from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/jp
```

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

## Paketfakten

- **Paketschlüssel:** brew:jp
- **Paketmanager:** Homebrew
- **Version:** 1.1.12
- **Quellzusammenfassung:** Dead simple terminal plots from JSON data
- **Homepage:** <https://github.com/sgreben/jp>
- **Repository:** <https://github.com/sgreben/jp>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- jp (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

jp is a small Go command-line program for drawing terminal plots from JSON or CSV input. It fits the Unix package niche of single-purpose data inspection tools: pipe structured data in, choose a JSONPath expression and plot type, and get a bar chart, line chart, scatter plot, histogram, or heatmap in the terminal.

### Projektgeschichte

The upstream repository presents jp as a dependency-light terminal plotting tool with prebuilt binaries for Linux, macOS, and Windows and a Go install path under github.com/sgreben/jp/cmd/jp. Its README examples emphasize stdin/stdout use, JSONPath selection, CSV input, and multiple terminal canvas styles.

### Adoptionsgeschichte

jp was adopted as a package-manager utility across several Unix-like ecosystems because it solves a small CLI problem without requiring a graphical plotting stack. The batch package facts list Homebrew, Debian, Ubuntu, MacPorts, Nix, Scoop, apk, and openSUSE package names.

### Wie es verwendet wird

Typical use is exploratory: combine jq or another data producer with jp, select x/y values using JSONPath, and render quick charts directly in a terminal session. CSV support made it useful beyond JSON APIs and logs.

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

jp is package-nerd attractive because it turns terminal Unicode and braille-style canvas output into a tiny analytics surface. It belongs to the same mental shelf as jq-adjacent CLI tools: small enough to install casually, useful when a full plotting environment would be too much.

### Zeitleiste

- 2018: Release tags in the upstream repository reached the 1.1 series, including CSV support and heatmap plotting.
- 2018: The README documented binary downloads for Linux, macOS, and Windows and Go installation from github.com/sgreben/jp/cmd/jp.

### Related projects

- jp is commonly composed with jq or other structured-data producers.
- Its input model uses JSONPath-style expressions for selecting chart data.

### Quellen

- <https://formulae.brew.sh/formula/jp>
- <https://github.com/sgreben/jp>
- <https://github.com/sgreben/jp#readme>
- <https://github.com/sgreben/jp/releases>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

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

## Andere Paketmanager-Einträge

- Debian apt - jp - 0.2.1+ds1-1+b16: normalized package name match | Debian stable package indexes: jp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | command-line interface to JMESPath | https://github.com/jmespath/jp
- Nix - jp: normalized package name match | nixpkgs package indexes: pkgs/by-name/jp/jp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - jp - 0.2.1+ds1-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: jp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | command-line interface to JMESPath | https://github.com/jmespath/jp
- apk - jp - 0.4.0-r0: normalized package name match | Alpine Linux edge package indexes: jp from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | CLI for JMESPath query language for JSON (Rust implementation) | https://github.com/jmespath/jmespath.rs
- zypper - jp - 1.1.12-3.7: normalized package name match | openSUSE Tumbleweed package metadata: jp from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | JSON/CSV data plotting program for the terminal | https://github.com/sgreben/jp
- MacPorts - jp: normalized package name match | MacPorts ports tree: textproc/jp/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/jp: normalized package name match | Scoop official bucket manifest trees: bucket/jp.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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


## Quellen

- 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
