pkg.soopen package index

brew / Rang 1114

jo mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install jo

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install jo

MacPorts ports tree · textproc/jo/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add jo

Alpine Linux edge package indexes · jo · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install jo

Debian stable package indexes · jo · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install jo

Fedora Rawhide package metadata · jo · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#jo

nixpkgs package indexes · pkgs/by-name/jo/jo/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S jo

Arch Linux sync databases · jo · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install jo

openSUSE Tumbleweed package metadata · jo · Quelle: download.opensuse.org

Windows

Scoopverifiziert · 92%
scoop install main/jo

Scoop official bucket manifest trees · bucket/jo.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id jpmens.jo -e

Windows Package Manager source index · jpmens.jo · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

JSON output from a shell

Befehle und Aliase

  • jo

Verlauf

Projektgeschichte und Nutzung

jo is a small C command-line utility for producing JSON from shell arguments or standard input. Jan-Piet Mens introduced it in March 2016 as a response to the awkwardness of hand-writing JSON in shell scripts, and the repository describes it plainly as JSON output from a shell.

Projektgeschichte

The GitHub repository was created on March 4, 2016, and Jan-Piet Mens published a companion article on March 5 explaining the motivation: producing valid JSON from shell scripts becomes hard once quoting, variables, and embedded strings enter the picture. The early 0.x releases followed within days, and 1.0 arrived on March 11, 2016.

The changelog shows a project that grew carefully around shell ergonomics: nested elements, pretty printing, booleans, file inclusion, OpenBSD pledge support, type coercion, object paths, Docker support, array reading, zsh completion, Meson support, and fixes for Windows and long-line stdin handling.

Adoptionsgeschichte

jo spread through package managers because it solves a narrow shell-scripting pain point without pulling in a large runtime. Its README lists Homebrew, MacPorts, Ubuntu, Gentoo, Fedora, Snap, Scoop, AIX, Void Linux, Arch, OpenBSD, FreeBSD, Guix, pkgsrc, Repology, and Docker as distribution routes or related package entries.

Wie es verwendet wird

Users call jo with key=value words to emit JSON objects, use -a for arrays, -p for pretty output, and type prefixes or special value forms when they need stronger control over numbers, booleans, nulls, file contents, or nested data. It is commonly paired with shell scripts, HTTP clients, monitoring hooks, and other command-line pipelines.

Warum Paket-Nerds sich dafür interessieren

jo is package-nerd significant because it is the Unix philosophy version of JSON generation: small, composable, scriptable, packaged almost everywhere, and complementary to jq. It sits in the gap between fragile echo/printf JSON and starting a Python, Ruby, Node, or jq program just to build an object.

Zeitleiste

  • 2016: Repository created and 0.3 through 1.0 releases published in March.
  • 2017: 1.1 adds type coercion and more test coverage.
  • 2018: 1.2 adds object-path support and Dockerfile work.
  • 2019: 1.3 adds JSON array reading and nested-data-from-pipes support.
  • 2020: 1.4 includes build and documentation fixes.
  • 2022: 1.5 through 1.9 add zsh completion, Meson work, Windows fixes, output-file support, and long-line stdin fixes.

Related projects

  • jq is the natural counterpart for consuming and transforming JSON in shell pipelines.
  • The jo README names related JSON-building tools including gjo, rjo, jjo, jf, and gojo.

Quellen

  • The README supplies the package-manager spread, examples, related projects, and link to the author's origin article.
  • The changelog and GitHub releases supply the release timeline.
  • The manpage supplies the argument and type-coercion behavior.

Sicherheitslage

Risikostufe: yellow

generalized runtime or code generation signal.

Risikoklassifikator

yellow Risiko · mittel Konfidenz · runtime

Warum

  • generalized runtime or code generation signal

Signale

  • text:shell

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
joExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-08-03
Manager-Version1.9
Manager aktualisiert
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:jo
Version1.9
PaketmanagerHomebrew
Homepagehttps://github.com/jpmens/jo
Repositoryhttps://github.com/jpmens/jo
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

jo 1.9-2

command-line processor to output JSON from a shell

https://github.com/jpmens/jo

sudo apt install jo
  • Section: utils
  • Architecture: amd64
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Jo
Debian stable package indexes · deb.debian.org · Debian stable package indexes: jo from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

jo

nix profile install nixpkgs#jo
  • normalized package name match
  • Abgeglichen nach: Jo
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/jo/jo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

jo 1.9-1

command-line processor to output JSON from a shell

https://github.com/jpmens/jo

sudo apt install jo
  • Section: universe/utils
  • Architecture: amd64
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Jo
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: jo from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

jo 1.9-r2

JSON output from a shell

https://github.com/jpmens/jo

sudo apk add jo
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: jo
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Jo
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: jo from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

jo-bash-completion 1.9-r2

Bash completions for jo

https://github.com/jpmens/jo

sudo apk add jo-bash-completion
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: jo
  • normalized package name match
  • Abgeglichen nach: Jo
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: jo-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

jo-doc 1.9-r2

JSON output from a shell (documentation)

https://github.com/jpmens/jo

sudo apk add jo-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: jo
  • normalized package name match
  • Abgeglichen nach: Jo
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: jo-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

jo-zsh-completion 1.9-r2

Zsh completions for jo

https://github.com/jpmens/jo

sudo apk add jo-zsh-completion
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: jo
  • normalized package name match
  • Abgeglichen nach: Jo
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: jo-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

jo 1.9-21.fc45

Small utility to create JSON objects

https://github.com/jpmens/jo

sudo dnf install jo
  • License: GPL-2.0-or-later AND MIT AND LicenseRef-Fedora-Public-Domain
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: jo
  • 2 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Jo
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: jo from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

jo 1.9-3

JSON output from a shell

https://github.com/jpmens/jo

sudo pacman -S jo
  • License: GPL2
  • Architecture: x86_64
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Jo
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: jo from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

jo 1.9-1.12

JSON output from a shell

https://github.com/jpmens/jo/

sudo zypper install jo
  • License: GPL-2.0-or-later AND MIT
  • Category: Productivity/Text/Utilities
  • Architecture: x86_64
  • Source Package: jo
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Jo
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: jo from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

jo-bash-completion 1.9-1.12

Bash Completion for jo

https://github.com/jpmens/jo/

sudo zypper install jo-bash-completion
  • License: GPL-2.0-or-later AND MIT
  • Category: Productivity/Text/Utilities
  • Architecture: noarch
  • Source Package: jo
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Jo
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: jo-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

jo-zsh-completion 1.9-1.12

ZSH completion for jo

https://github.com/jpmens/jo/

sudo zypper install jo-zsh-completion
  • License: GPL-2.0-or-later AND MIT
  • Category: Productivity/Text/Utilities
  • Architecture: noarch
  • Source Package: jo
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Jo
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: jo-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

jo

sudo port install jo
  • normalized package name match
  • Abgeglichen nach: Jo
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/jo/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/jo

scoop install main/jo
  • normalized package name match
  • Abgeglichen nach: Jo
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/jo.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

jpmens.jo

winget install --id jpmens.jo -e
  • normalized package name match
  • Abgeglichen nach: Jo
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: jpmens.jo from https://cdn.winget.microsoft.com/cache/source.msix

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Combined YAML source

View the package source record on GitHub.

combined/jo.yml

Verwendete Quellen

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation