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

bazil/fuse

FUSE library for Go.  go get bazil.org/fuse   observed · 2026-08-28

github.com/bazil/fuse · homepage · Go · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

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: n/a
  • age_days: 4902
  • days_rel: n/a
  • days_push: 987
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1737 stars · 288 forks observed · 2026-08-28

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

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

library · maturity maintenance

file-system developer-tools operating-systems files go fuse filesystem kernel-userspace go-library linux macos

3 sources

Member repositories

RepositoryRoleHealth v2
bazil/fusemain32

For agents

markdown · JSON · MCP: product_card(name="bazil/fuse")

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