# grokmirror mit Homebrew, apt installieren

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

## Installation

```sh
sudo av install brew:grokmirror
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install grokmirror
```

  Evidenz: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install grokmirror
```

  Evidenz: Debian stable package indexes: grokmirror from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Paketfakten

- **Paketschlüssel:** brew:grokmirror
- **Paketmanager:** Homebrew
- **Version:** 2.0.12
- **Quellzusammenfassung:** Framework to smartly mirror git repositories
- **Homepage:** <https://github.com/mricon/grokmirror>
- **Repository:** <https://github.com/mricon/grokmirror>
- **Zuletzt aktualisiert:** 2026-05-21T11:31:50Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- grok-bundle (Alias)
- grok-dumb-pull (Alias)
- grok-fsck (Alias)
- grok-manifest (Alias)
- grok-pi-piper (Alias)
- grok-pull (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 2.0.12
## Projektgeschichte und Nutzung

grokmirror is a Linux Foundation/kernel.org utility for efficiently mirroring large collections of Git repositories.

### Projektgeschichte

The project was written to make replication of large Git repository collections more efficient. Its upstream README explains that an origin publishes a JSON manifest, and replicas use that manifest to decide which repositories to clone or update.

The name comes from kernel.org wordplay: `grok` is `korg` reversed, and the tool was developed at kernel.org to grok Git mirroring. Its utilities include `grok-manifest` for publishing manifests, `grok-pull` for replicas, and `grok-fsck` for repository checking and maintenance.

### Adoptionsgeschichte

kernel.org publicly directed would-be mirrors to use grokmirror in 2013, replacing less efficient rsync-style mirroring of Git repository trees. The same approach later fit other public Git archive collections where a manifest-driven replica is cheaper than blind directory synchronization.

### Wie es verwendet wird

An origin server generates a manifest from bare Git repositories and serves it over HTTP. A replica runs `grok-pull`, commonly from cron or a daemon, to fetch the manifest and update only repositories that changed.

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

For package nerds, grokmirror is infrastructure plumbing: it is the kind of package that keeps enormous source trees reproducible and mirrorable. It embodies the Git-native answer to the old `rsync a tree of repositories` instinct.

### Zeitleiste

- 2013: kernel.org announced grokmirror for public mirroring of kernel.org repositories.
- 2013: The public GitHub mirror was created.
- 2020: Upstream documentation described grokmirror 2.0 and object storage repositories.
- 2020s: Homebrew, Debian, and Ubuntu packaged grokmirror for repository-mirroring operators.

### Related projects

- Related projects include Git, git.kernel.org, kernel.org repository mirrors, public-inbox/lore.kernel.org archive mirroring, and Git hosting systems that publish large repository sets.

### Quellen

- <https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git>
- <https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git/plain/README.rst>
- <https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git/plain/setup.py>
- <https://www.kernel.org/mirroring-kernelorg-repositories.html>
- <https://www.kernel.org/pub/scm/README>


## Sicherheitshinweise

Für grokmirror wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.


## Andere Paketmanager-Einträge

- Debian apt - grokmirror - 2.0.12-1: normalized package name match | Debian stable package indexes: grokmirror from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | framework to smartly mirror git repositories | https://git.kernel.org/cgit/utils/grokmirror/grokmirror.git
- Ubuntu apt - grokmirror - 2.0.11-2: normalized package name match | Ubuntu 24.04 LTS package indexes: grokmirror from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | framework to smartly mirror git repositories | https://git.kernel.org/cgit/utils/grokmirror/grokmirror.git


## Combined YAML source

View the package source record on GitHub. [combined/grokmirror.yml](https://github.com/mxcl/pkgdb/blob/main/combined/grokmirror.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
