# Install jqp with Homebrew, apt, MacPorts, Nix, scoop

TUI playground to experiment and play with jq. Version 0.8.0 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:jqp
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install jqp
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install jqp
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install jqp
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#jqp
```

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

### Windows

- Scoop (92%):

```sh
scoop install extras/jqp
```

  Evidence: Scoop official bucket manifest trees: bucket/jqp.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:jqp
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/jqp>
- **Version:** 0.8.0
- **Source summary:** TUI playground to experiment and play with jq
- **Homepage:** <https://github.com/noahgorstein/jqp>
- **Repository:** <https://github.com/noahgorstein/jqp>
- **Upstream docs:** <https://github.com/noahgorstein/jqp#readme>
- **License:** MIT
- **Source archive:** <https://github.com/noahgorstein/jqp/archive/refs/tags/v0.8.0.tar.gz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- jqp (cli)
- jqp (alias)

## Build dependencies

- go

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.8.0
- Local data: ok
- Upstream repository: https://github.com/noahgorstein/jqp
- Upstream latest detected: v0.8.0 (current)
- info: No package-manager update timestamp was available.
## Project history and usage

jqp is a terminal user interface for experimenting with jq filters against JSON and NDJSON input. It wraps jq exploration in an interactive Go TUI rather than asking users to iterate only through shell history.

### Project history

The project published v0.1.0 on 2022-09-19. Its README says it uses itchyny's Go implementation of jq, gojq, and its UI stack is built with Bubble Tea, Bubbles, Lip Gloss, Chroma, and clipboard support.

### Adoption history

jqp moved quickly into package-manager channels after its first releases. The README lists Homebrew, MacPorts, Arch AUR, Snap, GitHub release binaries, and source builds. The v0.2.0 release notes included MacPorts documentation, clipboard support, and reverse section cycling; later releases added configuration, themes, cancellation of long-running queries, and input-panel toggling.

### How it is used

Users can pipe JSON into jqp, pass a jq query argument, or load JSON from a file. Inside the TUI, keybindings cycle between query, input, and output panes, run filters, copy queries, save output, hide the input panel, and manage query history.

### Why package nerds care

jqp matters in the jq ecosystem because it packages an exploratory workflow rather than another query language. It reflects the Charmbracelet-era wave of polished Go TUIs that made terminal tools feel closer to small interactive applications.

### Timeline

- 2022: v0.1.0 release on 2022-09-19.
- 2022: v0.3.0 release on 2022-10-02 added configuration, many themes, and query cancellation.
- 2023: v0.4.0 release on 2023-01-07 added command history and Chroma style overrides.
- 2025: v0.8.0 release on 2025-09-28 added a Ctrl-t input-panel toggle.

### Related projects

- jqp is directly tied to jq and gojq, and the README credits jqq as inspiration. Its TUI dependencies connect it to the Bubble Tea, Bubbles, Lip Gloss, and Chroma terminal UI ecosystem.

### Sources

- <https://github.com/itchyny/gojq>
- <https://github.com/jcsalterego/jqq>
- <https://github.com/noahgorstein/jqp>
- <https://github.com/noahgorstein/jqp/releases/tag/v0.1.0>
- <https://github.com/noahgorstein/jqp/releases/tag/v0.2.0>
- <https://github.com/noahgorstein/jqp/releases/tag/v0.3.0>
- <https://github.com/noahgorstein/jqp/releases/tag/v0.4.0>
- <https://github.com/noahgorstein/jqp/releases/tag/v0.8.0>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- 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: ~/.jqp.yaml
## Source Database Details

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

## Other Package-Manager Records

- Debian apt - jqp - 0.7.0-1+b4: normalized package name match | Debian stable package indexes: jqp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | TUI playground to experiment with jq (program) | https://github.com/noahgorstein/jqp
- Nix - jqp: normalized package name match | nixpkgs package indexes: pkgs/by-name/jq/jqp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - jqp - 0.5.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: jqp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | TUI playground to experiment with jq (program) | https://github.com/noahgorstein/jqp
- MacPorts - jqp: normalized package name match | MacPorts ports tree: textproc/jqp/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - extras/jqp: normalized package name match | Scoop official bucket manifest trees: bucket/jqp.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [jqfmt](https://www.automicvault.com/pkg/brew/jqfmt/) - Shares av.db curated category or tags: cli, developer-tools, jq, json, json-processing.
- [otree](https://www.automicvault.com/pkg/brew/otree/) - Shares av.db curated category or tags: cli, developer-tools, json, terminal-ui, tui.
- [cdk](https://www.automicvault.com/pkg/brew/cdk/) - Shares av.db curated category or tags: cli, developer-tools, terminal-ui, tui.
- [flowrs](https://www.automicvault.com/pkg/brew/flowrs/) - Shares av.db curated category or tags: cli, developer-tools, terminal-ui, tui.
- [gitu](https://www.automicvault.com/pkg/brew/gitu/) - Shares av.db curated category or tags: cli, developer-tools, terminal-ui, tui.
- [gitui](https://www.automicvault.com/pkg/brew/gitui/) - Shares av.db curated category or tags: cli, developer-tools, terminal-ui, tui.
- [jello](https://www.automicvault.com/pkg/brew/jello/) - Shares av.db curated category or tags: cli, developer-tools, json, json-processing.
- [jq](https://www.automicvault.com/pkg/brew/jq/) - Shares av.db curated category or tags: cli, developer-tools, json, json-processing.

## Combined YAML source

View the package source record on GitHub. [combined/jqp.yml](https://github.com/automic-vault/db/blob/main/combined/jqp.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
