# Installer jello avec Homebrew, apt, dnf, MacPorts, Nix

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

## installation

```sh
sudo av install brew:jello
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install jello
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install jello
```

  Preuve: MacPorts ports tree: sysutils/jello/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install jello
```

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

- dnf (92%):

```sh
sudo dnf install jello
```

  Preuve: Fedora Rawhide package metadata: jello from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#jello
```

  Preuve: nixpkgs package indexes: jello from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

## Faits du paquet

- **Clé du paquet:** brew:jello
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/jello>
- **Version:** 1.6.1
- **Résumé source:** Filter JSON and JSON Lines data with Python syntax
- **Page d'accueil:** <https://github.com/kellyjonbrazil/jello>
- **Dépôt:** <https://github.com/kellyjonbrazil/jello>
- **Docs amont:** <https://github.com/kellyjonbrazil/jello#readme>
- **Licence:** MIT
- **Archive source:** <https://files.pythonhosted.org/packages/fb/5e/fe41641ce367cb8b57a6514372fffd7aed4a8c916cd7dc0bb7e9ae8f6ae2/jello-1.6.1.tar.gz>
- **Généré:** 2026-07-08T07:18:31+00:00

## exécutables

- jello (cli)
- jello (alias)

## Dépendances

- python@3.14

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur all

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 1.6.1
- données locales: OK
- dépôt amont: https://github.com/kellyjonbrazil/jello
- info: No package-manager update timestamp was available.
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

jello is a command-line JSON and JSON Lines filter that uses Python expressions instead of jq's filter language. The README describes it as similar to jq, but with standard Python dict and list syntax.

### Historique du projet

Kelly Brazil introduced jello in March 2020 as part of a set of structured-data command-line tools that also included jc and jtbl. In the author blog post, Brazil explains that jq is useful but that Python list and dictionary syntax can be easier for deeply nested structures.

The project changelog records an initial release on March 24, 2020 and version 1.0.0 on April 1, 2020. Subsequent releases added raw output, line output, custom initialization, schema output, color controls, Windows fixes, dot notation, file input, query files, and raw-string ingestion.

### Historique d'adoption

jello spread through Python and OS package channels. The README documents installation through pip, OS repositories, Windows MSI packages, GitHub release binaries, and Homebrew, while the batch input records packages in Homebrew, Debian, Fedora, MacPorts, Nix, and Ubuntu.

### Modes d'utilisation

Users pipe JSON or JSON Lines into jello, where the parsed data is available as the underscore object. Queries can be Python expressions, comprehensions, loops, or code loaded from a query file, and output can be JSON, JSON Lines, bash-array-friendly lines, or a grep-able schema.

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

jello is package-nerd significant because it belongs to the post-jq wave of structured-text CLI tools: it keeps Unix pipes and JSON filters, but chooses the host language many operators already know. It pairs naturally with jc, which turns command output into JSON, and jtbl, which turns JSON back into terminal tables.

### Chronologie

- 2020: Initial release 0.1.5 was recorded on March 24.
- 2020: Author blog post introduced jello as a Python-syntax jq alternative on March 25.
- 2020: Version 1.0.0 removed the need to assign the result to r.
- 2021: Version 1.3.0 added dot notation and larger-data performance improvements.
- 2023: Version 1.6.0 added direct JSON or JSON Lines file input and query files.
- 2025: Version 1.6.1 added raw-string ingestion and richer runtime/query error information.

### Related projects

- Related projects include jq, the comparison point in the README and blog post; jc and jtbl, Brazil's adjacent structured-data CLI tools; and Jello Explorer, also called jellex, which the README lists as a TUI built on jello.

### Sources

- <https://blog.kellybrazil.com/2020/03/25/jello-the-jq-alternative-for-pythonistas/>
- <https://formulae.brew.sh/formula/jello>
- <https://github.com/kellyjonbrazil/jello>
- <https://github.com/kellyjonbrazil/jello#readme>
- <https://github.com/kellyjonbrazil/jello/blob/master/CHANGELOG>


## Notes de sécurité

narrow executable package without higher-risk signals.

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


## 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: ~/.jelloconf.py
- Windows: %APPDATA%/.jelloconf.py
## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Debian apt - jello - 1.6.0-1: normalized package name match | Debian stable package indexes: jello from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Filter for JSON and JSON Lines data with Python syntax | https://kellyjonbrazil.github.io/jello/
- Nix - jello: normalized package name match | nixpkgs package indexes: jello from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - jello - 1.6.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: jello from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Filter for JSON and JSON Lines data with Python syntax | https://kellyjonbrazil.github.io/jello/
- dnf - jello - 1.6.1-9.fc45: normalized package name match | Fedora Rawhide package metadata: jello from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Query JSON at the command line with Python syntax | https://github.com/kellyjonbrazil/jello
- MacPorts - jello: normalized package name match | MacPorts ports tree: sysutils/jello/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Source-control packages](https://www.automicvault.com/fr/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/fr/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/fr/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [python@3.14](https://www.automicvault.com/fr/pkg/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [jq](https://www.automicvault.com/fr/pkg/brew/jq/) - Shares av.db curated category or tags: cli, developer-tools, json, json-processing.
- [jqfmt](https://www.automicvault.com/fr/pkg/brew/jqfmt/) - Shares av.db curated category or tags: cli, developer-tools, json, json-processing.
- [jqp](https://www.automicvault.com/fr/pkg/brew/jqp/) - Shares av.db curated category or tags: cli, developer-tools, json, json-processing.
- [jtbl](https://www.automicvault.com/fr/pkg/brew/jtbl/) - Shares av.db curated category or tags: cli, developer-tools, json, json-lines.
- [rich-cli](https://www.automicvault.com/fr/pkg/brew/rich-cli/) - Shares av.db curated category or tags: cli, developer-tools, json, python.
- [abi3audit](https://www.automicvault.com/fr/pkg/brew/abi3audit/) - Shares av.db curated category or tags: cli, developer-tools, python.
- [auditwheel](https://www.automicvault.com/fr/pkg/brew/auditwheel/) - Shares av.db curated category or tags: cli, developer-tools, python.
- [austin](https://www.automicvault.com/fr/pkg/brew/austin/) - Shares av.db curated category or tags: cli, developer-tools, python.
- [remarshal](https://www.automicvault.com/fr/pkg/brew/remarshal/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, data, developer, developer-tools, json.

## Combined YAML source

View the package source record on GitHub. [combined/jello.yml](https://github.com/automic-vault/db/blob/main/combined/jello.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
