# Install git-quick-stats with Homebrew, apk, apt, Nix, scoop

Simple and efficient way to access statistics in git. Version 2.11.0 via Homebrew; verified 2026-04-18.

## Install

```sh
sudo av install brew:git-quick-stats
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install git-quick-stats
```

  Evidence: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add git-quick-stats
```

  Evidence: Alpine Linux edge package indexes: git-quick-stats from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install git-quick-stats
```

  Evidence: Debian stable package indexes: git-quick-stats from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#git-quick-stats
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/git-quick-stats
```

  Evidence: Scoop official bucket manifest trees: bucket/git-quick-stats.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:git-quick-stats
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/git-quick-stats>
- **Version:** 2.11.0
- **Source summary:** Simple and efficient way to access statistics in git
- **Homepage:** <https://git-quick-stats.sh/>
- **Repository:** <https://github.com/git-quick-stats/git-quick-stats>
- **Upstream docs:** <https://git-quick-stats.sh/>
- **License:** MIT
- **Source archive:** <https://github.com/git-quick-stats/git-quick-stats/archive/refs/tags/2.11.0.tar.gz>
- **Last updated:** 2026-04-18T15:07:15Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- git-quick-stats (cli)
- git-quick-stats (alias)

## Dependencies

- coreutils

## Install behavior

- Post-install hook: not defined
- Bottle: available on all

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 2.11.0
- Package-manager updated: 2026-04-18
- Local data: ok
- Upstream repository: https://github.com/git-quick-stats/git-quick-stats
- Upstream latest detected: 2.11.0 (current)
## Project history and usage

git-quick-stats is a Bash-based Git statistics tool that turns commit history into interactive and scripted reports about contributors, branches, commit timing, changelogs, and reviewer suggestions.

### Project history

The repository began in January 2017 and published its 1.0.0 tag later that month. The project organized around a single command that can run as git-quick-stats or git quick-stats, giving users an interactive menu as well as non-interactive options.

Over time the project added package-manager installation paths, Docker support, JSON and CSV output modes, time-window filters, pathspec filtering, author filtering, heatmaps, timezone breakdowns, and platform notes for GNU date on macOS and FreeBSD.

### Adoption history

git-quick-stats has broader package coverage than many small Git helpers: the input records Homebrew, Debian, Ubuntu, Alpine, Nix, and Scoop packaging. The README also documents apt installation for Debian Bullseye or Ubuntu Focal and later, Homebrew installation on macOS, Windows use through Cygwin or WSL, and Docker use.

The project sits in the long-lived command-line reporting niche around git log, providing a friendlier front end for data that Git can expose but that is tedious to assemble by hand.

### How it is used

Practitioners run it inside a Git repository to open the interactive menu or pass flags for reports such as detailed stats, branch stats, contributors, commits per author, commits by day, commits by hour, branches by date, changelogs, and new contributors since a date or tag.

Environment variables let users shape reports without separate config files: _GIT_SINCE and _GIT_UNTIL bound the log range, _GIT_PATHSPEC excludes paths, _GIT_IGNORE_AUTHORS filters people, and _GIT_MERGE_VIEW changes merge handling.

### Why package nerds care

For package-index users, git-quick-stats is a classic portable shell utility: small dependency surface, installation through many OS package managers, and behavior built on standard command-line tools such as git, awk, grep, sort, and coreutils.

### Timeline

- 2017: Repository initialized.
- 2017: 1.0.0 tag published.
- 2024: 2.x series developed after years of 1.x releases.
- 2026: 2.11.0 tag published.

### Related projects

- git itself provides the raw log data consumed by git-quick-stats.
- GNU coreutils supplies GNU date, which the README calls out as a requirement on macOS and FreeBSD.

### Sources

- <https://formulae.brew.sh/formula/git-quick-stats>
- <https://git-quick-stats.sh/>
- <https://github.com/git-quick-stats/git-quick-stats>
- <https://github.com/git-quick-stats/git-quick-stats#readme>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** git-quick-stats
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Other Package-Manager Records

- Debian apt - git-quick-stats - 2.5.8-1: normalized package name match | Debian stable package indexes: git-quick-stats from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | simple and efficient way to access various statistics in git repository | https://github.com/arzzen/git-quick-stats
- Nix - git-quick-stats: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/git-quick-stats/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - git-quick-stats - 2.5.4-1: normalized package name match | Ubuntu 24.04 LTS package indexes: git-quick-stats from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | simple and efficient way to access various statistics in git repository | https://github.com/arzzen/git-quick-stats
- apk - git-quick-stats - 2.11.0-r0: normalized package name match | Alpine Linux edge package indexes: git-quick-stats from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Access various statistics in git repository | https://git-quick-stats.sh
- apk - git-quick-stats-doc - 2.11.0-r0: normalized package name match | Alpine Linux edge package indexes: git-quick-stats-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Access various statistics in git repository (documentation) | https://git-quick-stats.sh
- Scoop - main/git-quick-stats: normalized package name match | Scoop official bucket manifest trees: bucket/git-quick-stats.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [coreutils](https://www.automicvault.com/pkg/brew/coreutils/) - Runtime dependency declared by Homebrew.
- [git-pages](https://www.automicvault.com/pkg/brew/git-pages/) - Shares av.db curated category or tags: cli, developer-tools, git, git-extension, version-control.
- [git-pkgs](https://www.automicvault.com/pkg/brew/git-pkgs/) - Shares av.db curated category or tags: cli, developer-tools, git, git-extension, version-control.
- [git-plus](https://www.automicvault.com/pkg/brew/git-plus/) - Shares av.db curated category or tags: cli, developer-tools, git, git-extension, version-control.
- [git-recent](https://www.automicvault.com/pkg/brew/git-recent/) - Shares av.db curated category or tags: cli, developer-tools, git, git-extension, version-control.
- [git-remote-codecommit](https://www.automicvault.com/pkg/brew/git-remote-codecommit/) - Shares av.db curated category or tags: cli, developer-tools, git, git-extension, version-control.
- [git-revise](https://www.automicvault.com/pkg/brew/git-revise/) - Shares av.db curated category or tags: cli, developer-tools, git, git-extension, version-control.
- [commitizen](https://www.automicvault.com/pkg/brew/commitizen/) - Shares av.db curated category or tags: cli, commits, developer-tools, git, version-control.
- [lucky-commit](https://www.automicvault.com/pkg/brew/lucky-commit/) - Shares av.db curated category or tags: cli, commits, developer-tools, git, version-control.

## Combined YAML source

View the package source record on GitHub. [combined/git-quick-stats.yml](https://github.com/automic-vault/db/blob/main/combined/git-quick-stats.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
