# git-graph を Homebrew, apk, Nix, pacman, scoop でインストール

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

## インストール

```sh
sudo av install brew:git-graph
```

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

### macOS

- Homebrew (100%):

```sh
brew install git-graph
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add git-graph
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#git-graph
```

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

- pacman (92%):

```sh
sudo pacman -S git-graph
```

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

### Windows

- Scoop (92%):

```sh
scoop install extras/git-graph
```

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

## パッケージ情報

- **パッケージキー:** brew:git-graph
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/git-graph>
- **バージョン:** 0.7.0
- **ソース概要:** Command-line tool to show clear git graphs arranged for your branching model
- **ホームページ:** <https://github.com/git-bahn/git-graph>
- **リポジトリ:** <https://github.com/git-bahn/git-graph>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/git-bahn/git-graph/archive/refs/tags/v0.7.0.tar.gz>
- **最終更新:** 2026-07-04T16:53:43+09:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- git-graph (cli)
- git-graph (エイリアス)

## ビルド依存関係

- rust

## インストール挙動

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

## バージョンと鮮度

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

git-graph is a Rust command-line tool for rendering Git history graphs in a terminal with branch ordering based on a chosen branching model. It aims to make histories such as GitFlow easier to read than raw graph output from generic clients.

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

The project started in late 2020 and produced a rapid sequence of early releases around text-based graph rendering, branch models, styles, and formatting. The README presents the tool as a structured graph viewer for GitFlow, simple, and custom branching models, while the manual documents model selection, styles, commit formatting, SVG output, and persistent per-repository model settings.

### 採用の歴史

git-graph occupies a narrower visualization niche than full terminal Git interfaces, but it has package visibility through Homebrew and crates.io. The README also points users who need an interactive terminal application to `git-igitt`, which was built on top of git-graph.

### 使われ方

Practitioners run `git-graph` inside a repository, choose a model with `--model`, set a repository's preferred model with `git-graph model`, and tune output with styles or Git-like format strings. Custom branching models live under the platform app-data directory as TOML files.

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

git-graph is package-manager interesting because it packages a specialized view of repository topology as a standalone binary rather than a large Git client. It is useful when developers want a predictable, scriptable terminal visualization aligned with their branch model.

### タイムライン

- 2020: Repository created on GitHub.
- 2020: 0.1.0 release began the release series.
- 2021: 0.5.0 release followed the initial burst of graph-rendering releases.
- 2022: crates.io package appeared.
- 2025: 0.7.0 release line was packaged by Homebrew.

### Related projects

- git-graph relates to `git log --graph`, graphical Git clients, GitFlow-oriented visualization tools, and `git-igitt`, an interactive terminal application based on git-graph.

### ソース

- <https://crates.io/crates/git-graph>
- <https://formulae.brew.sh/formula/git-graph>
- <https://github.com/git-bahn/git-graph>
- <https://github.com/git-bahn/git-graph/blob/master/README.md>
- <https://github.com/git-bahn/git-graph/blob/master/docs/manual.md>
- <https://github.com/git-bahn/git-graph/releases>


## セキュリティノート

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:** git-graph
- **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 - git-graph: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/git-graph/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - git-graph - 0.7.0-r0: normalized package name match | Alpine Linux edge package indexes: git-graph from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Command line tool to show clear git graphs arranged for your branching model | https://github.com/git-bahn/git-graph/
- apk - git-graph-doc - 0.7.0-r0: normalized package name match | Alpine Linux edge package indexes: git-graph-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Command line tool to show clear git graphs arranged for your branching model (documentation) | https://github.com/git-bahn/git-graph/
- pacman - git-graph - 0.7.0-2: normalized package name match | Arch Linux sync databases: git-graph from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | show clear git graphs arranged following different branching model | https://github.com/mlange-42/git-graph
- Scoop - extras/git-graph: normalized package name match | Scoop official bucket manifest trees: bucket/git-graph.json from https://api.github.com/repos/ScoopInstaller/Extras/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.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [gitui](https://pkg.so/ja/brew/gitui/) - Shares pkgdb curated category or tags: cli, developer-tools, git, rust.
- [gource](https://pkg.so/ja/brew/gource/) - Shares pkgdb curated category or tags: cli, developer-tools, git, visualization.
- [onefetch](https://pkg.so/ja/brew/onefetch/) - Shares pkgdb curated category or tags: cli, developer-tools, git, rust.
- [mergiraf](https://pkg.so/ja/brew/mergiraf/) - Shares pkgdb curated category or tags: cli, developer-tools, git, rust.
- [git-absorb](https://pkg.so/ja/brew/git-absorb/) - Shares pkgdb curated category or tags: cli, developer-tools, git, rust.
- [gitu](https://pkg.so/ja/brew/gitu/) - Shares pkgdb curated category or tags: cli, developer-tools, git, rust.
- [gitlogue](https://pkg.so/ja/brew/gitlogue/) - Shares pkgdb curated category or tags: cli, developer-tools, git, visualization.
- [gitoxide](https://pkg.so/ja/brew/gitoxide/) - Shares pkgdb curated category or tags: cli, developer-tools, git, rust.
- [git-big-picture](https://pkg.so/ja/brew/git-big-picture/) - Package names and metadata indicate a similar tool family. Shared terms: cli, developer, developer-tools, git, visualization.
- [git-cal](https://pkg.so/ja/brew/git-cal/) - Package names and metadata indicate a similar tool family. Shared terms: cli, command-line, developer, developer-tools, git.

## Combined YAML source

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