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

macos-fuse-t/fuse-t

None observed · 2026-08-28

github.com/macos-fuse-t/fuse-t · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

89/100

  • Activity 85
  • Release rhythm 87
  • Longevity 100

Flags: no_license

How is this computed?

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

  • gap_med: 11.5
  • age_days: 1460
  • days_rel: 91
  • days_push: 91
  • n_releases_24m: 15

Full methodology

Adoption not part of the score

1578 stars · 24 forks observed · 2026-08-28

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

FUSE-T is a kext-less FUSE implementation for macOS that replaces kernel extensions with a userspace NFSv4/SMB/FSKit server, letting macOS mount FUSE filesystems as network volumes. It is a drop-in replacement for macfuse with compatible libfuse API headers.

Use cases

  • mount custom filesystems on macOS without kernel extensions
  • replace macfuse in an app distribution to avoid kext installation issues
  • run sshfs on modern macOS
  • implement a userspace filesystem with libfuse APIs on macOS
  • avoid system crashes caused by macfuse kexts
  • mount FUSE volumes using macOS built-in tools

When to choose

  • you need FUSE filesystem support on recent macOS versions where kexts are hard to load
  • you want a drop-in macfuse replacement without changing your filesystem code
  • you need extended attributes and file locks support via NFSv4

When to avoid

  • you are building filesystems on Linux, where standard libfuse is the right choice
  • you need the exact latest Linux libfuse API surface, which differs from the macfuse-compatible API
  • you require a pure in-kernel filesystem solution

Facets

library · maturity active

file-system sdk operating-systems developer-tools files cpp cli fuse macfuse-replacement nfs smb fskit kext-less filesystem-in-userspace macos

1 source

Member repositories

RepositoryRoleHealth v2
macos-fuse-t/fuse-tmain89

For agents

markdown · JSON · MCP: product_card(name="macos-fuse-t/fuse-t")

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