# Installer gcsfuse avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:gcsfuse
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gcsfuse
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#gcsfuse
```

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

## Faits du paquet

- **Clé du paquet:** brew:gcsfuse
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.11.2
- **Résumé source:** User-space file system for interacting with Google Cloud
- **Page d'accueil:** <https://github.com/googlecloudplatform/gcsfuse>
- **Dépôt:** <https://github.com/GoogleCloudPlatform/gcsfuse>
- **Dernière mise à jour:** 2026-07-24T12:16:12Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- gcsfuse (alias)
- mount.fuse.gcsfuse (alias)
- mount.gcsfuse (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Cloud Storage FUSE, packaged as gcsfuse, is Google's open source FUSE adapter for mounting Cloud Storage buckets as local file systems. Its package history sits between cloud storage, Unix filesystem conventions, and Kubernetes/GKE integration.

### Historique du projet

The GitHub repository was created in February 2015 and describes the project as a user-space filesystem for Google Cloud Storage. Google tied v1.0.0 to General Availability in June 2023 and moved documentation into Google Cloud documentation pages at that time.

### Historique d'adoption

Cloud Storage FUSE adoption expanded from a general bucket-mounting CLI into Google Cloud workload infrastructure. The README emphasizes validated machine-learning use cases, local file caching, parallel downloads, streaming writes, and a Kubernetes CSI driver that lets GKE manage deployment and bucket mounts.

### Modes d'utilisation

Users mount a Cloud Storage bucket into a local filesystem namespace, then read and write objects through filesystem calls. The modern documentation and README emphasize that the behavior differs from a POSIX filesystem, so users need the Cloud Storage FUSE semantics and limits when designing applications.

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

gcsfuse is significant because it packages cloud object storage as a Unix mount point. That makes it a classic infrastructure adapter: deceptively familiar at the CLI level, but backed by remote object-store semantics, authentication, caching, and workload-specific performance tuning.

### Chronologie

- 2015: GitHub records the gcsfuse repository creation.
- 2023: v1.0.0 is published with General Availability and Google Cloud documentation migration.
- 2024: v2.0.0 introduces local file caching and related configuration changes.
- 2026: v3 releases continue with streaming writes, parallel downloads, and high-performance machine optimizations.

### Related projects

- Google Cloud Storage is the backing object-storage service.
- FUSE is the user-space filesystem interface used by the package.
- The Cloud Storage FUSE CSI driver uses gcsfuse to mount buckets for GKE workloads.
- Google Cloud SDK application-default credentials are a related authentication surface.

### Sources

- <https://api.github.com/repos/GoogleCloudPlatform/gcsfuse>
- <https://api.github.com/repos/GoogleCloudPlatform/gcsfuse/releases/tags/v1.0.0>
- <https://api.github.com/repos/GoogleCloudPlatform/gcsfuse/releases/tags/v2.0.0>
- <https://docs.cloud.google.com/storage/docs/cloud-storage-fuse/cli-options>
- <https://docs.cloud.google.com/storage/docs/cloud-storage-fuse/overview>
- <https://github.com/GoogleCloudPlatform/gcsfuse>
- <https://raw.githubusercontent.com/GoogleCloudPlatform/gcsfuse/master/README.md>


## Notes de sécurité

infrastructure mutation or orchestration signal.

- **Risque Geiger:** orange / moyen
- infrastructure mutation or orchestration 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.


## Credential files

- Unix: ~/.config/gcloud/application_default_credentials.json
- Windows: %APPDATA%\gcloud\application_default_credentials.json
## Autres enregistrements de gestionnaires de paquets

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