# bazil/fuse

FUSE library for Go.   go get bazil.org/fuse

Repository: https://github.com/bazil/fuse
Canonical: https://ross.abutalabs.com/products/bazil-fuse
Homepage: http://bazil.org/fuse
Language: Go
License: NOASSERTION
License Family: other
Last push: 2023-12-20T08:43:43+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4902, "days_push": 987, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1737, forks 288 (observed 2026-08-28T04:05:29.897060+00:00)

## What it is
bazil.org/fuse is a Go library for writing FUSE userspace filesystems. It implements the kernel-userspace FUSE communication protocol from scratch in Go, without depending on the C FUSE library.

## Use cases
- write a custom filesystem in Go
- mount a virtual filesystem on Linux or macOS
- expose cloud or network storage as a local filesystem
- build a read-only filesystem for archives or backups
- prototype filesystem semantics without kernel code

## When to choose
- you want to implement a FUSE filesystem purely in Go
- you need a pure-Go implementation without cgo or the C FUSE library
- you want a well-tested library used by projects like Bazil

## When to avoid
- you need Windows FUSE support
- you need a filesystem implementation in another language
- you require the latest FUSE protocol features with active development

## Facets
- artifact type: library
- maturity: maintenance
- function: file-system
- domain: developer-tools, operating-systems, files
- platform: go
- tags: fuse, filesystem, kernel-userspace, go-library, linux, macos

## Member repositories
- bazil/fuse (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:29.897060+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-30T03:30:37.928395+00:00, confidence not recorded.
  - readme: https://github.com/bazil/fuse (fetched 2026-08-28T04:05:29.897060+00:00, sha fa7bb761c696)
  - homepage: http://bazil.org/fuse (fetched 2026-08-29T11:07:43.985471+00:00, sha 337029031c3d)
  - site_page: https://bazil.org/doc (fetched 2026-08-29T11:07:43.994553+00:00, sha 653acc8140f7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
