macOS
brew install git-big-picturelocal Homebrew formula metadata
brew
Visualization tool for Git repositories. Version 1.3.0 via Homebrew; verified from local package data.
install
brew install git-big-picturelocal Homebrew formula metadata
sudo apt install git-big-pictureDebian stable package indexes · git-big-picture · source: deb.debian.org
nix profile install nixpkgs#git-big-picturenixpkgs package indexes · pkgs/by-name/gi/git-big-picture/package.nix · source: api.github.com
overview
Visualization tool for Git repositories
history
git-big-picture is a Python and Graphviz-based visualization tool that reduces a Git repository's commit DAG to the commits and refs that explain the repository's branch and tag structure.
The repository opened in 2011 and developed as a Git history visualizer rather than a general Git UI. Its README describes the tool as a filter: it removes uninteresting commits from the DAG and renders the remaining relationships with Graphviz.
The project later gained generated manual-page documentation, PyPI packaging, test automation, and examples showing reduced graphs for toy and real repositories. A 2026 maintainer notice placed the project in maintenance mode, with bug fixes and dependency updates accepted but feature expansion paused.
git-big-picture occupies a small but recognizable Git-tool niche: it helps developers explain topology in repositories where git log --graph is too noisy. Packaging in Homebrew, Debian-family systems, Nix, and PyPI made it easy to install alongside Graphviz.
Practitioners run git-big-picture against a repository to produce SVG, PNG, PDF, Graphviz dot, or viewer output. Options select tags, branches, roots, merges, bifurcation commits, commit messages, simplification, history direction, output files, and viewers.
Package maintainers care because the executable is a classic Unix-style Git helper: small, scriptable, dependent on Graphviz, installable as git big-picture through PATH lookup, and useful for documentation screenshots or release notes.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
git-big-picture | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/git-big-picture/git-big-picture
install metadata
| Package key | brew:git-big-picture |
|---|---|
| Version | 1.3.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/git-big-picture |
| Homepage | https://github.com/git-big-picture/git-big-picture |
| Repository | https://github.com/git-big-picture/git-big-picture |
| Upstream docs | https://github.com/git-big-picture/git-big-picture#readme |
| License | GPL-3.0-or-later |
| Source archive | https://files.pythonhosted.org/packages/bb/df/15392f049576f9b3989ffe9d5ec12135f8d9618c089a6259c5a2c16556c9/git-big-picture-1.3.0.tar.gz |
| Dependencies | graphviz, python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-big-picture |
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
git-big-picture 1.3.0-1
Visualization tool for Git repositories (executable)
https://github.com/git-big-picture/git-big-picture
sudo apt install git-big-picturepython3-git-big-picture 1.3.0-1
Visualization tool for Git repositories (module)
https://github.com/git-big-picture/git-big-picture
sudo apt install python3-git-big-picturegit-big-picture
nix profile install nixpkgs#git-big-picturegit-big-picture 1.2.2-1
Visualization tool for Git repositories (executable)
https://github.com/git-big-picture/git-big-picture
sudo apt install git-big-picturepython3-git-big-picture 1.2.2-1
Visualization tool for Git repositories (module)
https://github.com/git-big-picture/git-big-picture
sudo apt install python3-git-big-picturesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.