# GoogleCloudPlatform/gcsfuse

A user-space file system for interacting with Google Cloud Storage

Repository: https://github.com/GoogleCloudPlatform/gcsfuse
Canonical: https://ross.abutalabs.com/products/gcsfuse
Homepage: https://cloud.google.com/storage/docs/gcs-fuse
Language: Go
License: Apache-2.0
License Family: permissive
Last push: 2026-08-26T18:35:47+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 87, longevity 100
- inputs: {"age_days": 4228, "days_push": 7, "days_rel": 7, "gap_med": 6.0, "n_releases_24m": 65}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2302, forks 510 (observed 2026-08-28T04:06:35.534754+00:00)

## What it is
Cloud Storage FUSE (gcsfuse) is a user-space FUSE file system that mounts Google Cloud Storage buckets as local directories with standard file system semantics. It is an open-source, Google-supported CLI tool optimized for AI/ML workloads with features like file caching, parallel downloads, and streaming writes.

## Use cases
- mount a gcs bucket as a local folder on linux
- read training data from cloud storage as a file system
- speed up model checkpoint writes to gcs
- serve large model files with cached parallel downloads
- use gcs buckets as kubernetes pod volumes via csi driver
- access cloud storage objects with standard file tools

## When to choose
- applications expect POSIX-like file access to object storage
- AI/ML training or serving pipelines reading data from GCS
- you want to avoid rewriting code that uses local file APIs

## When to avoid
- you need full POSIX semantics like locking or strong consistency everywhere
- simple object uploads/downloads where the GCS API or SDK is more efficient
- non-Google cloud object storage

## Facets
- artifact type: cli-tool
- maturity: stable
- function: file-system, cli, object-storage
- domain: cloud-computing, files, developer-tools, machine-learning
- platform: cli
- tags: fuse, google-cloud-storage, mount, object-storage, ai-ml-workloads, linux, macos, docker, kubernetes

## Member repositories
- GoogleCloudPlatform/gcsfuse (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:35.534754+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:40:09.323911+00:00, confidence not recorded.
  - readme: https://github.com/GoogleCloudPlatform/gcsfuse (fetched 2026-08-28T04:06:35.534754+00:00, sha dadc1f6a62b9)
  - homepage: https://cloud.google.com/storage/docs/gcs-fuse (fetched 2026-08-29T10:20:21.034589+00:00, sha 15ca5cebe52e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
