Ross ROSS = Recommend OSS · open-source software intelligence for agents

GoogleCloudPlatform/gcsfuse

A user-space file system for interacting with Google Cloud Storage observed · 2026-08-28

github.com/GoogleCloudPlatform/gcsfuse · homepage · Go · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 6.0
  • age_days: 4228
  • days_rel: 7
  • days_push: 7
  • n_releases_24m: 65

Full methodology

Adoption not part of the score

2302 stars · 510 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

cli-tool · maturity stable

file-system cli object-storage cloud-computing files developer-tools machine-learning cli fuse google-cloud-storage mount object-storage ai-ml-workloads linux macos docker kubernetes

2 sources

Member repositories

RepositoryRoleHealth v2
GoogleCloudPlatform/gcsfusemain95

For agents

markdown · JSON · MCP: product_card(name="GoogleCloudPlatform/gcsfuse")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem