# Installer gickup avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:gickup
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gickup
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#gickup
```

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

## Faits du paquet

- **Clé du paquet:** brew:gickup
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.10.45
- **Résumé source:** Backup all your repositories with Ease
- **Page d'accueil:** <https://cooperspencer.github.io/gickup-documentation/>
- **Dépôt:** <https://github.com/cooperspencer/gickup>
- **Dernière mise à jour:** 2026-07-27T14:57:48+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- gickup (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.10.45
## Historique du projet et usages

gickup is a Go command-line tool for backing up and mirroring Git repositories across hosting providers and local or object-storage targets. Its practical focus is repository survivability across GitHub, GitLab, Gitea, Forgejo-family hosts, SourceHut, Bitbucket, OneDev, local storage, and S3.

### Historique du projet

The public GitHub repository was created in May 2021 by Cooper Spencer. The README describes the tool as a way to clone or mirror repositories from one host to another, useful when users want backups on another host or on a local server.

The project grew around a YAML configuration model and provider-specific source and destination blocks. Its example configuration includes tokens, token files, users, organizations, SSH keys, inclusion and exclusion rules, filters, gists, wikis, issues, starred repositories, and contributed repositories, showing an evolution from simple clone automation toward cross-forge backup orchestration.

### Historique d'adoption

gickup serves a community need created by code-host concentration and forge fragmentation: developers, open-source maintainers, and small organizations often want a portable copy of their repositories outside a single vendor account. Its provider list includes both major commercial forges and self-hosted or community forges, making it useful for migration and backup plans.

Packaging through Homebrew, Nix, Arch AUR, Fedora COPR, Docker images, and GitHub releases made the tool easy to schedule on personal servers and CI-like runners.

### Modes d'utilisation

Practitioners write a YAML config describing source accounts and destination targets, then run `gickup path-to-conf.yml` or use the Docker Compose workflow documented in the README. Common jobs mirror all repositories for a user or organization, include or exclude selected names, copy wikis or issues where supported, and back up to local directories or another Git host.

The example configuration shows credentials supplied as tokens, token files, username-password pairs, SSH keys, or GitHub App credentials, with filters for stars, last activity, archive status, forks, and languages.

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

gickup is significant to package-minded users because it turns a brittle personal shell script into a packaged, configurable binary. It is the kind of tool installed on a NAS, VPS, or workstation and run on a schedule to keep repository copies boring and restorable.

### Chronologie

- 2021: Public GitHub repository created.
- 2024: Release series included v0.10.36.
- 2025: Release series included v0.10.39.
- 2026: Release series reached v0.10.45.

### Related projects

- gickup is related to Git, GitHub, GitLab, Gitea, Forgejo, Gogs, Bitbucket, OneDev, SourceHut, S3-compatible storage, and repository mirroring workflows.

### Sources

- <https://api.github.com/repos/cooperspencer/gickup>
- <https://github.com/cooperspencer/gickup>
- <https://github.com/cooperspencer/gickup/blob/main/conf.example.yml>
- <https://github.com/cooperspencer/gickup/releases>


## Notes de sécurité

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


## Autres enregistrements de gestionnaires de paquets

- Nix - gickup: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/gickup/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

- 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
