# cberner/fuser

Filesystem in Userspace (FUSE) for Rust

Repository: https://github.com/cberner/fuser
Canonical: https://ross.abutalabs.com/products/fuser
Language: Rust
License: MIT
License Family: permissive
Last push: 2026-08-14T03:23:37+00:00

## Health v2 (maintenance only)
Score: 80/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 46, longevity 100
- inputs: {"age_days": 2266, "days_push": 19, "days_rel": 200, "gap_med": 155, "n_releases_24m": 4}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1280, forks 204 (observed 2026-08-28T04:04:13.731568+00:00)

## What it is
Fuser is a Rust library crate for implementing FUSE (Filesystem in Userspace) filesystems. It is a rewrite of the original libfuse C library, providing safe Rust bindings and abstractions for communicating with the kernel FUSE driver.

## Use cases
- implement a custom filesystem in Rust
- mount a virtual filesystem backed by an API or database
- build an encrypted or read-only filesystem for Linux
- expose remote storage as a local mounted filesystem
- prototype kernel-like filesystem behavior in userspace

## When to choose
- you are writing a FUSE filesystem in Rust and want idiomatic, safe APIs
- you need support for newer FUSE kernel ABI versions beyond 7.19
- you want to avoid C libfuse dependencies on Linux

## When to avoid
- you need a FUSE implementation in another language
- you target platforms without FUSE kernel support
- you need a ready-made filesystem rather than a library to build one

## Facets
- artifact type: library
- maturity: active
- function: file-system, developer-tools
- domain: files, operating-systems, developer-tools
- platform: rust
- tags: fuse, filesystems, userspace-filesystem, libfuse, linux, macos

## Member repositories
- cberner/fuser (main) score 80

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:13.731568+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-30T05:02:36.144739+00:00, confidence not recorded.
  - readme: https://github.com/cberner/fuser (fetched 2026-08-28T04:04:13.731568+00:00, sha 4aa83df19df8)
  - registry_crates: https://crates.io/api/v1/crates/fuser (fetched 2026-08-29T12:13:05.716372+00:00, sha 2b4ca1fc4363)
- Data as of 2026-08-30T08:39:29.467469+00:00.
