# clog を Homebrew, apt, MacPorts でインストール

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

## インストール

```sh
sudo av install brew:clog
```

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

### macOS

- Homebrew (100%):

```sh
brew install clog
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install clog
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install clog
```

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

## パッケージ情報

- **パッケージキー:** brew:clog
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.3.0
- **ソース概要:** Colorized pattern-matching log tail utility
- **ホームページ:** <https://gothenburgbitfactory.org/clog/docs/>
- **リポジトリ:** <https://github.com/GothenburgBitFactory/clog>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- clog (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

Clog is a small command-line filter for colorizing log streams, commonly used with tools such as tail -f so important log lines stand out in a terminal.

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

The project is maintained under the Gothenburg Bit Factory organization, with official documentation hosted on gothenburgbitfactory.org and source code in the GothenburgBitFactory/clog GitHub repository.

### 採用の歴史

Package-manager adoption is modest but broad for a niche log utility: the input records Homebrew, Debian, Ubuntu, and MacPorts package names, which fits a Unix-terminal workflow.

### 使われ方

Users pipe a log stream into clog with a section name; rules in ~/.clogrc match patterns and apply color, match-only coloring, suppression, or blank-line output.

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

Clog matters to package nerds as a focused example of the classic Unix filter model: it does one terminal task, keeps configuration in a dotfile, and composes with tail and other shell tools.

### タイムライン

- 2022: GitHub releases list Clog 1.3.0 as the latest release.
- 2025: The official Clog documentation site remained published by Gothenburg Bit Factory.

### Related projects

- The official site links Clog alongside other Gothenburg Bit Factory projects such as Taskwarrior and Timewarrior.

### ソース

- <https://github.com/GothenburgBitFactory/clog#readme describes Clog as a filter that colorizes log files and documents ~/.clogrc.>
- <https://gothenburgbitfactory.org/clog/docs/ documents the official documentation set.>
- source_facts.package-manager lists Homebrew, Debian, Ubuntu, and MacPorts package names.


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- 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: ~/.clogrc
## 他のパッケージマネージャ記録

- Debian apt - clog - 1.3.0+dfsg-1: normalized package name match | Debian stable package indexes: clog from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | colorizing log tail utility | https://github.com/GothenburgBitFactory/clog
- Ubuntu apt - clog - 1.3.0-1.1: normalized package name match | Ubuntu 24.04 LTS package indexes: clog from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | colorizing log tail utility | http://tasktools.org/projects/clog.html
- MacPorts - clog: normalized package name match | MacPorts ports tree: devel/clog/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## ソース

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