# git-graph mit Homebrew, apk, Nix, pacman, scoop installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für git-graph in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

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

  Evidenz: local Homebrew formula metadata

### Linux

- apk (92%):

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

  Evidenz: 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
```

  Evidenz: 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
```

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:git-graph
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/git-graph>
- **Version:** 0.7.0
- **Quellzusammenfassung:** Command-line tool to show clear git graphs arranged for your branching model
- **Homepage:** <https://github.com/git-bahn/git-graph>
- **Repository:** <https://github.com/git-bahn/git-graph>
- **Lizenz:** MIT
- **Quellarchiv:** <https://github.com/git-bahn/git-graph/archive/refs/tags/v0.7.0.tar.gz>
- **Zuletzt aktualisiert:** 2026-07-04T16:53:43+09:00
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- git-graph (cli)
- git-graph (Alias)

## Build-Abhängigkeiten

- rust

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 0.7.0
- Manager aktualisiert: 2026-07-04
- lokale Daten: OK
- Upstream-Repository: https://github.com/git-bahn/git-graph
- neueste erkannte Version: v0.7.0 (aktuell)
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

- <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>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

- **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

## Andere Paketmanager-Einträge

- 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


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/de/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/de/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rust](https://pkg.so/de/brew/rust/) - Build dependency declared by Homebrew.
- [gitui](https://pkg.so/de/brew/gitui/) - Shares pkgdb curated category or tags: cli, developer-tools, git, rust.
- [gource](https://pkg.so/de/brew/gource/) - Shares pkgdb curated category or tags: cli, developer-tools, git, visualization.
- [onefetch](https://pkg.so/de/brew/onefetch/) - Shares pkgdb curated category or tags: cli, developer-tools, git, rust.
- [mergiraf](https://pkg.so/de/brew/mergiraf/) - Shares pkgdb curated category or tags: cli, developer-tools, git, rust.
- [git-absorb](https://pkg.so/de/brew/git-absorb/) - Shares pkgdb curated category or tags: cli, developer-tools, git, rust.
- [gitu](https://pkg.so/de/brew/gitu/) - Shares pkgdb curated category or tags: cli, developer-tools, git, rust.
- [gitlogue](https://pkg.so/de/brew/gitlogue/) - Shares pkgdb curated category or tags: cli, developer-tools, git, visualization.
- [gitoxide](https://pkg.so/de/brew/gitoxide/) - Shares pkgdb curated category or tags: cli, developer-tools, git, rust.
- [git-big-picture](https://pkg.so/de/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/de/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)


## Quellen

- 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
