# tf-summarize を Homebrew, Nix, scoop でインストール

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

## インストール

```sh
sudo av install brew:tf-summarize
```

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

### macOS

- Homebrew (100%):

```sh
brew install tf-summarize
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#tf-summarize
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/tf-summarize
```

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

## パッケージ情報

- **パッケージキー:** brew:tf-summarize
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/tf-summarize>
- **バージョン:** 0.3.20
- **ソース概要:** CLI to print the summary of the terraform plan
- **ホームページ:** <https://github.com/dineshba/tf-summarize>
- **リポジトリ:** <https://github.com/dineshba/tf-summarize>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/dineshba/tf-summarize/archive/refs/tags/v0.3.20.tar.gz>
- **最終更新:** 2026-07-26T00:50:38+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- tf-summarize (cli)
- tf-summarize (エイリアス)

## ビルド依存関係

- go

## インストール挙動

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

## バージョンと鮮度

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

tf-summarize is a Go command-line utility that prints compact summaries of Terraform plans. It turns plan files or JSON plan output into tables, trees, Markdown, HTML, or JSON summaries for humans reviewing infrastructure changes.

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

The repository began in January 2022 with an initial table-format implementation and was quickly renamed from a state-focused name to a plan-focused tool. Early commits added tree output, color, file/stdin reading, and command-line flags.

The README frames the tool around the common problem that large Terraform plans obscure the few resource changes reviewers care about. It added installation paths for Go, Homebrew, asdf, Docker, GitHub Actions, release downloads, and source builds.

### 採用の歴史

The tag history starts with v0.0.1 in March 2022 and continues through a long v0.3 series into 2026. The input package facts also show availability through Homebrew, Nix, and Scoop, which is broad for a small Terraform companion utility.

### 使われ方

Typical usage is `terraform plan -out=tfplan` followed by `tf-summarize tfplan`, or `terraform show -json tfplan | tf-summarize`. CI examples include GitHub Actions, Codefresh, and workflows that post Terraform plan summaries to pull requests.

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

tf-summarize matters in package-manager niches because it is the sort of small, scriptable CLI that teams add to Terraform review pipelines. Its value is not managing infrastructure directly, but making package-installed automation easier to read in terminals and CI comments.

### タイムライン

- 2022-01-13: Initial table-format commit
- 2022-01-18: Repository and file naming shifted from state to plan
- 2022-03-21: v0.0.1 tag
- 2023-04-29: v0.3.0 tag
- 2024-11-30: v0.3.14 tag
- 2026-03-04: v0.3.20 tag

### Related projects

- Terraform is the source of plan files and JSON input.
- setup-tf-summarize is documented as a GitHub Action setup path.
- asdf plugin support and Docker images are documented installation options.

### ソース

- Official git tags and commit history from https://github.com/dineshba/tf-summarize
- <https://github.com/dineshba/tf-summarize/blob/main/README.md>


## セキュリティノート

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:** tf-summarize
- **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 - tf-summarize: normalized package name match | nixpkgs package indexes: pkgs/by-name/tf/tf-summarize/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/tf-summarize: normalized package name match | Scoop official bucket manifest trees: bucket/tf-summarize.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## 関連リンク

- [Cloud CLI packages](https://pkg.so/ja/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [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.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [tfenv](https://pkg.so/ja/brew/tfenv/) - Shares pkgdb curated category or tags: cli, developer-tools, infrastructure-as-code, terraform.
- [terraform-docs](https://pkg.so/ja/brew/terraform-docs/) - Shares pkgdb curated category or tags: cli, developer-tools, infrastructure-as-code, terraform.
- [tfmigrate](https://pkg.so/ja/brew/tfmigrate/) - Shares pkgdb curated category or tags: cli, developer-tools, infrastructure-as-code, terraform.
- [tfupdate](https://pkg.so/ja/brew/tfupdate/) - Shares pkgdb curated category or tags: cli, developer-tools, infrastructure-as-code, terraform.
- [tfcmt](https://pkg.so/ja/brew/tfcmt/) - Shares pkgdb curated category or tags: cli, developer-tools, github-actions, terraform.
- [iam-policy-json-to-terraform](https://pkg.so/ja/brew/iam-policy-json-to-terraform/) - Shares pkgdb curated category or tags: cli, developer-tools, infrastructure-as-code, terraform.
- [tfschema](https://pkg.so/ja/brew/tfschema/) - Shares pkgdb curated category or tags: cli, developer-tools, infrastructure-as-code, terraform.
- [tfstate-lookup](https://pkg.so/ja/brew/tfstate-lookup/) - Shares pkgdb curated category or tags: cli, developer-tools, infrastructure-as-code, terraform.
- [tf-profile](https://pkg.so/ja/brew/tf-profile/) - Package names and metadata indicate a similar tool family. Shared terms: cli, code, developer, developer-tools, infrastructure.
- [tfocus](https://pkg.so/ja/brew/tfocus/) - Local package facts share a topical domain. Shared terms: cli, code, developer, developer-tools, infrastructure.
- [tfautomv](https://pkg.so/ja/brew/tfautomv/) - Local package facts share a topical domain. Shared terms: cli, code, developer, developer-tools, infrastructure.

## Combined YAML source

View the package source record on GitHub. [combined/tf-summarize.yml](https://github.com/mxcl/pkgdb/blob/main/combined/tf-summarize.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
