# c2patool を Homebrew, Nix でインストール

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

## インストール

```sh
sudo av install brew:c2patool
```

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

### macOS

- Homebrew (100%):

```sh
brew install c2patool
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#c2patool
```

  証拠: nixpkgs package indexes: pkgs/by-name/c2/c2patool/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:c2patool
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/c2patool>
- **バージョン:** 0.27.4
- **ソース概要:** CLI for working with C2PA manifests and media assets
- **ホームページ:** <https://contentauthenticity.org>
- **リポジトリ:** <https://github.com/contentauth/c2pa-rs>
- **上流ドキュメント:** <https://contentauthenticity.org>
- **ライセンス:** Apache-2.0 OR MIT
- **ソースアーカイブ:** <https://github.com/contentauth/c2pa-rs/archive/refs/tags/c2patool-v0.27.3.tar.gz>
- **最終更新:** 2026-08-04T03:06:32Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- c2patool (cli)
- c2patool (エイリアス)

## 依存関係

- openssl@4

## ビルド依存関係

- pkgconf
- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.27.4
- マネージャ更新日: 2026-08-04
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/contentauth/c2pa-rs
- 検出された最新: c2patool-v0.27.3 (最新)
## プロジェクトの歴史と使われ方

c2patool is the command-line tool from the c2pa-rs project for reading, validating, creating, and embedding C2PA manifests in media assets. Its history is tied to the Content Authenticity Initiative and the Coalition for Content Provenance and Authenticity push to make media provenance machine-readable.

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

C2PA was founded in February 2021 by Adobe, Arm, the BBC, Intel, Microsoft, and Truepic to develop technical standards for certifying the source and history of media content. The c2pa-rs repository began with an initial public release on 23 May 2022 and became the Rust SDK and CLI implementation used by the Content Authenticity Initiative open-source tooling.

The c2patool README describes a CLI that works with C2PA manifests and audio, image, or video assets. It can read summary JSON, read detailed manifest data, add manifests to assets, use sidecar or remote manifests, inspect certificate chains, configure trust, and work with signing commands.

### 採用の歴史

The tool is distributed through Homebrew for macOS, prebuilt GitHub release archives for macOS, Windows, and Linux, and source builds from the c2pa-rs repository. source_facts also records Nix packaging.

The broader adoption story is standards-driven: c2pa-rs implements part of the C2PA technical specification and CAWG identity assertion work, so the CLI serves developers, publishers, and tool builders testing Content Credentials workflows before or alongside application integration.

### 使われ方

Common c2patool usage includes printing manifest JSON from an asset, saving manifest reports to an output directory, adding a manifest definition to a file, generating `.c2pa` sidecars, embedding remote manifest references, extracting signing certificates, and producing ingredient records for asset history.

The CLI supports a settings file, defaulting to `~/.config/c2pa/c2pa.toml` unless C2PATOOL_SETTINGS or `--settings` overrides it. Signing can be delegated to subprocess signers so private key material does not need to pass directly through the CLI in production.

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

c2patool is package-nerd interesting because it turns a large media-authenticity standard into a composable Unix-style inspection and signing tool. That makes C2PA manifests testable in CI, build pipelines, image-processing scripts, and release workflows.

It also shows a modern package pattern: a Rust SDK repository shipping libraries, C FFI, documentation, examples, release archives, and a CLI, all around a fast-moving standard rather than a single old protocol.

### タイムライン

- 2021-02: C2PA is founded by Adobe, Arm, BBC, Intel, Microsoft, and Truepic.
- 2022-05-23: c2pa-rs upstream Git history begins with an initial public release.
- 2026-04-29: c2patool changelog records init trust, trust sidecars, and atomic sidecar writes.
- 2026-05-27: c2patool 0.26.60 adds intent support and create/update signing behavior.
- 2026-06-09: c2patool 0.26.65 fixes a DLL hijacking vulnerability.
- 2026-06-19: c2patool 0.26.68 is published in the upstream changelog.

### Related projects

- c2pa-rs: the Rust SDK repository that contains c2patool.
- Content Authenticity Initiative: the open-source SDK and community context for C2PA tooling.
- C2PA technical specification: the standard implemented by the Rust SDK and CLI.
- c2patool-service-example: official example repository for using c2patool from a Node.js server application.

### ソース

- <https://c2pa.org/about/>
- <https://github.com/contentauth/c2pa-rs/blob/main/README.md>
- <https://github.com/contentauth/c2pa-rs/blob/main/cli/CHANGELOG.md>
- <https://github.com/contentauth/c2pa-rs/blob/main/cli/README.md>
- <https://github.com/contentauth/c2pa-rs/blob/main/cli/docs/usage.md>
- source_facts.package-manager


## セキュリティノート

c2patool に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。



## 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: ~/.config/c2pa/c2pa.toml
## ソースデータベース詳細

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

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

- Nix - c2patool: normalized package name match | nixpkgs package indexes: pkgs/by-name/c2/c2patool/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/ja/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [Security and crypto packages](https://pkg.so/ja/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [openssl@4](https://pkg.so/ja/brew/openssl-4/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [mac-robber](https://pkg.so/ja/brew/mac-robber/) - Shares pkgdb curated category or tags: cli, metadata, security.
- [openssl@3](https://pkg.so/ja/brew/openssl-3/) - Shares pkgdb curated category or tags: cli, security.
- [gnutls](https://pkg.so/ja/brew/gnutls/) - Shares pkgdb curated category or tags: cli, security.
- [p11-kit](https://pkg.so/ja/brew/p11-kit/) - Shares pkgdb curated category or tags: cli, security.
- [gnupg](https://pkg.so/ja/brew/gnupg/) - Shares pkgdb curated category or tags: cli, security.
- [krb5](https://pkg.so/ja/brew/krb5/) - Shares pkgdb curated category or tags: cli, security.
- [nettle](https://pkg.so/ja/brew/nettle/) - Shares pkgdb curated category or tags: cli, security.
- [libcap](https://pkg.so/ja/brew/libcap/) - Shares pkgdb curated category or tags: cli, security.
- [easy-rsa](https://pkg.so/ja/brew/easy-rsa/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, openssl, openssl-4, security.
- [encfs](https://pkg.so/ja/brew/encfs/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, openssl, openssl-4, security.
- [gocryptfs](https://pkg.so/ja/brew/gocryptfs/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, openssl, openssl-4, security.

## Combined YAML source

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


## ソース

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