# ccat を Homebrew, scoop でインストール

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

## インストール

```sh
sudo av install brew:ccat
```

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

### macOS

- Homebrew (100%):

```sh
brew install ccat
```

  証拠: local Homebrew formula metadata

### Windows

- Scoop (92%):

```sh
scoop install main/ccat
```

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

## パッケージ情報

- **パッケージキー:** brew:ccat
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/ccat>
- **バージョン:** 1.1.0
- **ソース概要:** Like cat but displays content with syntax highlighting
- **ホームページ:** <https://github.com/owenthereal/ccat>
- **リポジトリ:** <https://github.com/owenthereal/ccat>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/owenthereal/ccat/archive/refs/tags/v1.1.0.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.1.0
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/owenthereal/ccat
- 検出された最新: v1.1.0 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

ccat is a small Go command-line utility that reimagines cat as a syntax-highlighting terminal viewer. Its official README describes it as a colorizing cat that works like cat while displaying source files with syntax highlighting.

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

The upstream GitHub repository was created in May 2015 and published MIT-licensed Go code. The README positions ccat as a native-speed, single-binary alternative to syntax highlighters such as Pygments and GNU source-highlight.

### 採用の歴史

The README documents Homebrew installation on macOS, Arch Linux/AUR installation, standalone binaries, and source installation with Go. The supplied package facts also show distribution through Homebrew and Scoop.

### 使われ方

Typical usage is the cat-like form ccat FILE1 FILE2, reading from standard input, producing HTML output, selecting dark-background colors, changing token colors, or aliasing cat=ccat for interactive terminal use.

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

ccat matters as an example of the mid-2010s wave of single-purpose Go CLIs shipped as static-ish binaries and immediately wrapped by package managers. It is also a predecessor-in-spirit to later terminal viewers that made syntax-highlighted source display feel routine.

### タイムライン

- 2015: GitHub repository created.
- 2015: README documented Homebrew, AUR, standalone binary, and go get installation paths.
- 2022: Repository metadata shows later maintenance activity.

### Related projects

- The README credits Sourcegraph's syntaxhighlight package and names Pygments and GNU source-highlight as alternatives.

### ソース

- <https://api.github.com/repos/owenthereal/ccat>
- <https://github.com/owenthereal/ccat>
- <https://github.com/owenthereal/ccat#readme>
- <https://formulae.brew.sh/api/formula/ccat.json>


## セキュリティノート

narrow executable package without higher-risk signals.

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

## ソースデータベース詳細

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

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

- Scoop - main/ccat: normalized package name match | Scoop official bucket manifest trees: bucket/ccat.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [gat](https://pkg.so/ja/brew/gat/) - Shares pkgdb curated category or tags: cat, cli, developer-tools, go, syntax-highlighting.
- [nyan](https://pkg.so/ja/brew/nyan/) - Shares pkgdb curated category or tags: cat, cli, developer-tools, go, syntax-highlighting.
- [micro](https://pkg.so/ja/brew/micro/) - Shares pkgdb curated category or tags: cli, developer-tools, go, syntax-highlighting, terminal.
- [fzf](https://pkg.so/ja/brew/fzf/) - Shares pkgdb curated category or tags: cli, developer-tools, go, terminal.
- [bat](https://pkg.so/ja/brew/bat/) - Shares pkgdb curated category or tags: cat, cli, developer-tools, syntax-highlighting.
- [glow](https://pkg.so/ja/brew/glow/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal, viewer.
- [jjui](https://pkg.so/ja/brew/jjui/) - Shares pkgdb curated category or tags: cli, developer-tools, go, terminal.
- [peco](https://pkg.so/ja/brew/peco/) - Shares pkgdb curated category or tags: cli, developer-tools, go, terminal.

## Combined YAML source

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


## ソース

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