🍺 BREW Explorer

← all formulae

gcsfuse

brew install gcsfuse v3.10.0 Apache-2.0

User-space file system for interacting with Google Cloud

51
30-day installs · #4646
155
90-day · #4639
238
365-day · #6941
2.3k
★ GitHub stars · updated 2mo ago

Runtime dependencies

Build dependencies

go

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "go"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "libfuse"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "User-space file system for interacting with Google Cloud",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:37:55+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "gcsfuse",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-06-20T15:45:06Z",
  "github_readme_excerpt": "[![codecov](https://codecov.io/gh/GoogleCloudPlatform/gcsfuse/graph/badge.svg?token=vNsbSbeea2)](https://codecov.io/gh/GoogleCloudPlatform/gcsfuse)\n\n# Current status\n\nCloud Storage FUSE continues to evolve with significant enhancements in v2 and v3, and is Generally Available and\nsupported by Google starting with v1.0, Cloud Storage FUSE is Generally Available and supported by Google, provided that\nit is used within its documented supported applications, platforms, and limits. Support requests, feature requests, and\ngeneral questions should be submitted as a support request via Google Cloud support channels or via\nGitHub[here](https://github.com/GoogleCloudPlatform/gcsfuse/issues).\n\nCloud Storage FUSE is open source software, released under the\n[Apache license](https://github.com/GoogleCloudPlatform/gcsfuse/blob/master/LICENSE).\n\n## Cloud Storage Fuse v3 features\n\n### Streaming Writes\n\nStreaming writes is the new default write path that uploads data directly to Google Cloud Storage (GCS) as it is\nwritten.\nThe previous write path temporarily staged the entire write in a local file, uploading to GCS on close or fsync.\nThis reduces both latency and disk space usage, making it particularly beneficial for large, sequential writes, such as\ncheckpoint writes, which can be up to _**40% faster**_, as observed in training runs.\nSee [streaming writes](https://github.com/googlecloudplatform/gcsfuse/blob/master/docs/semantics.md#with-streaming-writes)\nfor more details.\n\n### File Cache Parallel Downloads (Default)\n\nParallel downloads uses multiple workers to download a file in parallel using the file cache directory as a prefetch\nbuffer. We recommend using parallel downloads for single-threaded read scenarios that load large files such as model\nserving and checkpoint restores, with up to _**9x faster model load times**_.\nSee [Using Parallel Downloads](https://cloud.google.com/storage/docs/cloud-storage-fuse/file-caching#configure-parallel-downloads)\nfor more details.\n\n### Automat",
  "github_repo": "googlecloudplatform/gcsfuse",
  "github_stars": 2288,
  "github_topics": [],
  "homepage": "https://github.com/googlecloudplatform/gcsfuse",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 51,
  "installs_365d": 238,
  "installs_90d": 155,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Apache-2.0",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "gcsfuse",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 4646,
  "rank_365d": 6941,
  "rank_90d": 4639,
  "raw_hash": "a6c9c18c90342c9b",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/g/gcsfuse.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "3.10.0",
  "versioned_formulae": [],
  "why_use_this": null
}