# jc を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget でインストール

jc のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:jc
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install jc
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install jc
```

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

### Linux

- apk (92%):

```sh
sudo apk add jc
```

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

- Debian apt (92%):

```sh
sudo apt install jc
```

  証拠: Debian stable package indexes: jc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install jc
```

  証拠: Fedora Rawhide package metadata: jc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#jc
```

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

- pacman (92%):

```sh
sudo pacman -S jc
```

  証拠: Arch Linux sync databases: jc from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install jc
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/jc
```

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

- winget (92%):

```sh
winget install --id KellyBrazil.jc -e
```

  証拠: Windows Package Manager source index: KellyBrazil.jc from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:jc
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.25.7
- **ソース概要:** Serializes the output of command-line tools to structured JSON output
- **ホームページ:** <https://github.com/kellyjonbrazil/jc>
- **最終更新:** 2026-06-19T18:32:56Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- jc (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.25.7
## プロジェクトの歴史と使われ方

jc, short for JSON Convert, is a CLI tool and Python library that turns the output of many command-line tools, file formats, and strings into JSON, YAML, or Python data structures. Its README frames the core workflow as piping familiar Unix command output into jc and then into tools such as jq.

### プロジェクトの歴史

The public repository was created in 2019, and the project quickly centered on parser coverage: commands, proc files, package metadata, network tools, logs, and common string formats. The README links the author's project motivation under the theme of bringing Unix-style text pipelines into a JSON-aware shell environment.

### 採用の歴史

jc spread beyond a single Python package into operating-system repositories and automation ecosystems. The README documents installation through pip, Homebrew, Debian and Ubuntu, Fedora, openSUSE, Arch, Nix, Guix, Gentoo, Photon, FreeBSD ports, prebuilt binaries, an Ansible filter plugin, and a FortiSOAR connector.

### 使われ方

The standard usage is to pipe command output into jc with a parser flag, or to use the magic syntax that prefixes the original command with jc. It can also be imported as a Python library, returning dictionaries, lists, or lazy iterables for streaming parsers.

### パッケージ好きにとっての重要性

jc is important to command-line package nerds because it reduces the need for brittle awk, sed, and regex parsing around legacy Unix tools. It sits in the same cultural lane as jq and jello: make shell pipelines structured without waiting for every upstream command to add a JSON flag.

### タイムライン

- 2019: The jc repository was created.
- 2020: The project documented automation use cases for Ansible, SaltStack, and Nornir.
- 2021: README examples showed piping jc output to jq and using jc as a Python library.
- 2024: Version 1.25.0 added slurp support, parser metadata improvements, and more parser coverage.
- 2026: Version 1.25.7 added CSV and TSV parser variants, Bash variable parsers, and parser fixes.

### Related projects

- Related projects and ecosystems named by the README include jq, jello, Ansible community.general, FortiSOAR, libxo, PowerShell ConvertTo-Json, and the author's jc web demo and REST API projects.

### ソース

- <https://formulae.brew.sh/formula/jc>
- <https://github.com/kellyjonbrazil/jc>
- <https://github.com/kellyjonbrazil/jc/blob/master/CHANGELOG>
- <https://github.com/kellyjonbrazil/jc/blob/master/README.md>
- <https://kellyjonbrazil.github.io/jc>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Debian apt - jc - 1.25.4-1: normalized package name match | Debian stable package indexes: jc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | JSON CLI output utility | https://github.com/kellyjonbrazil/jc
- Nix - jc: normalized package name match | nixpkgs package indexes: jc from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - jc - 1.25.1-1: normalized package name match | Ubuntu 24.04 LTS package indexes: jc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | JSON CLI output utility | https://github.com/kellyjonbrazil/jc
- apk - jc - 1.25.7-r0: normalized package name match | Alpine Linux edge package indexes: jc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | CLI & python library converting output of common tools, file-types & strings to JSON, YAML or dicts | https://kellyjonbrazil.github.io/jc/
- apk - jc-bash-completion - 1.25.7-r0: normalized package name match | Alpine Linux edge package indexes: jc-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for jc | https://kellyjonbrazil.github.io/jc/
- apk - jc-doc - 1.25.7-r0: normalized package name match | Alpine Linux edge package indexes: jc-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | CLI & python library converting output of common tools, file-types & strings to JSON, YAML or dicts (documentation) | https://kellyjonbrazil.github.io/jc/
- apk - jc-pyc - 1.25.7-r0: normalized package name match | Alpine Linux edge package indexes: jc-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for jc | https://kellyjonbrazil.github.io/jc/
- apk - jc-zsh-completion - 1.25.7-r0: normalized package name match | Alpine Linux edge package indexes: jc-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Zsh completions for jc | https://kellyjonbrazil.github.io/jc/
- dnf - jc - 1.25.7-2.fc45: normalized package name match | Fedora Rawhide package metadata: jc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Serialize the output of CLI tools and file-types to structured JSON | https://github.com/kellyjonbrazil/jc
- dnf - python3-jc - 1.25.7-2.fc45: normalized package name match | Fedora Rawhide package metadata: python3-jc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Module for serializing output of CLI tools into JSON | https://github.com/kellyjonbrazil/jc
- pacman - jc - 1.25.7-1: normalized package name match | Arch Linux sync databases: jc from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Converts the output of popular command-line tools and file-types to JSON | https://github.com/kellyjonbrazil/jc
- zypper - jc - 1.25.7-1.2: normalized package name match | openSUSE Tumbleweed package metadata: jc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | JSON CLI output utility | https://github.com/kellyjonbrazil/jc
- MacPorts - jc: normalized package name match | MacPorts ports tree: sysutils/jc/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/jc: normalized package name match | Scoop official bucket manifest trees: bucket/jc.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - KellyBrazil.jc: normalized package name match | Windows Package Manager source index: KellyBrazil.jc from https://cdn.winget.microsoft.com/cache/source.msix
- winget - Sudhanshu-Ambastha.jar-cart: normalized package name match | Windows Package Manager source index: Sudhanshu-Ambastha.jar-cart from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## ソース

- 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
