# Installer git-workspace avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:git-workspace
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install git-workspace
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#git-workspace
```

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

## Faits du paquet

- **Clé du paquet:** brew:git-workspace
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.10.1
- **Résumé source:** Sync personal and work git repositories from multiple providers
- **Page d'accueil:** <https://github.com/orf/git-workspace>
- **Dépôt:** <https://github.com/orf/git-workspace>
- **Dernière mise à jour:** 2026-06-22T14:03:32-07:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- git-workspace (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

git-workspace is a Rust Git extension for syncing a local projects directory with repositories from GitHub, GitLab.com, self-hosted GitLab, self-hosted GitHub, and Gitea.

### Historique du projet

Tom Forbes created the git-workspace repository in July 2019. The README presents the tool as a response to the repeated work of browsing a provider, copying clone URLs, and choosing local paths for many repositories.

The project matured from a personal Rust utility into a cross-platform repository-fleet tool. Its releases added packaged binaries across operating systems, while the README documents provider configuration, archiving, fetching, listing, and shell integration.

### Historique d'adoption

git-workspace is distributed through Homebrew, Nix, AUR, GitHub release binaries, and Cargo. That packaging spread reflects its audience: developers with many personal and work repositories who want one local workspace layout across providers.

### Modes d'utilisation

Practitioners set GIT_WORKSPACE to the managed directory, add providers with git workspace add, store provider rules in workspace*.toml files, and export GitHub or GitLab tokens for API access. Daily use centers on update, fetch, list, archive, run, and switch-and-pull.

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

The tool is significant in the Git-extension ecosystem because it treats repository layout itself as state to reconcile. It sits between a simple clone script and a full developer-environment manager.

### Chronologie

- 2019: Repository created.
- 2022: v1.0.0 release provided packaged binaries.
- 2024: v1.5.0 release continued the cross-platform release line.

### Related projects

- GitHub GraphQL API, GitLab API, Gitea, fzf, Homebrew, Nix, AUR

### Sources

- <https://crates.io/crates/git-workspace>
- <https://formulae.brew.sh/formula/git-workspace>
- <https://github.com/orf/git-workspace>
- <https://github.com/orf/git-workspace/releases>
- <https://raw.githubusercontent.com/orf/git-workspace/master/README.md>


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: $GIT_WORKSPACE/workspace*.toml
## Autres enregistrements de gestionnaires de paquets

- Nix - git-workspace: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/git-workspace/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/git-workspace.yml](https://github.com/mxcl/pkgdb/blob/main/combined/git-workspace.yml)


## Sources

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