# Installer grokmirror avec Homebrew, apt

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de grokmirror pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install grokmirror
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install grokmirror
```

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

## Faits du paquet

- **Clé du paquet:** brew:grokmirror
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/grokmirror>
- **Version:** 2.0.12
- **Résumé source:** Framework to smartly mirror git repositories
- **Page d'accueil:** <https://github.com/mricon/grokmirror>
- **Dépôt:** <https://github.com/mricon/grokmirror>
- **Docs amont:** <https://github.com/mricon/grokmirror#readme>
- **Licence:** GPL-3.0-or-later
- **Archive source:** <https://files.pythonhosted.org/packages/26/91/af8831185ef4e5bef5d210039ab67abdc8c27a09a585d3963a10cf774789/grokmirror-2.0.12.tar.gz>
- **Dernière mise à jour:** 2026-05-21T11:31:50Z
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- grok-bundle (cli)
- grok-dumb-pull (cli)
- grok-fsck (cli)
- grok-manifest (cli)
- grok-pi-piper (cli)
- grok-pull (cli)
- grok-bundle (alias)
- grok-dumb-pull (alias)
- grok-fsck (alias)
- grok-manifest (alias)
- grok-pi-piper (alias)
- grok-pull (alias)

## Dépendances

- certifi
- python@3.14

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur all

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 2.0.12
- gestionnaire mis à jour: 2026-05-21
- données locales: OK
- dépôt amont: https://github.com/mricon/grokmirror
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

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

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour grokmirror. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- 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


## Liens liés

- [Source-control packages](https://www.automicvault.com/fr/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/fr/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/fr/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [python@3.14](https://www.automicvault.com/fr/pkg/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [git-get](https://www.automicvault.com/fr/pkg/brew/git-get/) - Shares av.db curated category or tags: cli, developer-tools, git, repository-management, version-control.
- [git-grab](https://www.automicvault.com/fr/pkg/brew/git-grab/) - Shares av.db curated category or tags: cli, developer-tools, git, repository-management, version-control.
- [gitbatch](https://www.automicvault.com/fr/pkg/brew/gitbatch/) - Shares av.db curated category or tags: cli, developer-tools, git, repository-management, version-control.
- [gitnr](https://www.automicvault.com/fr/pkg/brew/gitnr/) - Shares av.db curated category or tags: cli, developer-tool, developer-tools, git, version-control.
- [gitup](https://www.automicvault.com/fr/pkg/brew/gitup/) - Shares av.db curated category or tags: cli, developer-tools, git, repository-management, version-control.
- [gource](https://www.automicvault.com/fr/pkg/brew/gource/) - Shares av.db curated category or tags: cli, developer-tool, developer-tools, git, version-control.
- [karn](https://www.automicvault.com/fr/pkg/brew/karn/) - Shares av.db curated category or tags: cli, developer-tool, developer-tools, git, version-control.
- [lucky-commit](https://www.automicvault.com/fr/pkg/brew/lucky-commit/) - Shares av.db curated category or tags: cli, developer-tool, developer-tools, git, version-control.
- [git-delete-merged-branches](https://www.automicvault.com/fr/pkg/brew/git-delete-merged-branches/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, control, developer, developer-tools, git.
- [git-machete](https://www.automicvault.com/fr/pkg/brew/git-machete/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, control, developer, developer-tools, git.

## Combined YAML source

View the package source record on GitHub. [combined/grokmirror.yml](https://github.com/automic-vault/db/blob/main/combined/grokmirror.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
