# Installer jp avec Homebrew, apk, apt, MacPorts, Nix, zypper, scoop

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install jp
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install jp
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:jp
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/jp>
- **Version:** 1.1.12
- **Résumé source:** Dead simple terminal plots from JSON data
- **Page d'accueil:** <https://github.com/sgreben/jp>
- **Dépôt:** <https://github.com/sgreben/jp>
- **Licence:** MIT
- **Archive source:** <https://github.com/sgreben/jp/archive/refs/tags/1.1.12.tar.gz>
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- jp (cli)
- jp (alias)

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 1.1.12
- données locales: OK
- dépôt amont: https://github.com/sgreben/jp
- dernière version détectée: 1.1.12 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

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

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

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

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** jp
- **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

## Autres enregistrements de gestionnaires de paquets

- 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


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://pkg.so/fr/brew/go/) - Build dependency declared by Homebrew.
- [feedgnuplot](https://pkg.so/fr/brew/feedgnuplot/) - Shares pkgdb curated category or tags: cli, data-visualization, developer-tools.
- [rich-cli](https://pkg.so/fr/brew/rich-cli/) - Shares pkgdb curated category or tags: cli, csv, developer-tools, json.
- [jsawk](https://pkg.so/fr/brew/jsawk/) - Shares pkgdb curated category or tags: cli, developer-tools, json.
- [json2hcl](https://pkg.so/fr/brew/json2hcl/) - Shares pkgdb curated category or tags: cli, developer-tools, json.
- [json2tsv](https://pkg.so/fr/brew/json2tsv/) - Shares pkgdb curated category or tags: cli, developer-tools, json.
- [jshon](https://pkg.so/fr/brew/jshon/) - Shares pkgdb curated category or tags: cli, developer-tools, json.
- [yq](https://pkg.so/fr/brew/yq/) - Shares pkgdb curated category or tags: cli, csv, developer-tools, json.
- [dasel](https://pkg.so/fr/brew/dasel/) - Shares pkgdb curated category or tags: cli, csv, developer-tools, json.
- [jtbl](https://pkg.so/fr/brew/jtbl/) - Both packages work with overlapping file formats or content types. Shared terms: cli, csv, data, developer, developer-tools.
- [youplot](https://pkg.so/fr/brew/youplot/) - Local package facts share a topical domain. Shared terms: cli, data, data-visualization, developer, developer-tools.

## Combined YAML source

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


## Sources

- 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
