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

presslabs/gitfs

Version controlled file system observed · 2026-08-28

github.com/presslabs/gitfs · homepage · Python · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

57/100

  • Activity 77
  • Release rhythm 8
  • Longevity 100
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: n/a
  • age_days: 4447
  • days_rel: n/a
  • days_push: 142
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2594 stars · 164 forks observed · 2026-08-28

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

gitfs is a FUSE-based file system that fully integrates with git, letting you mount a remote repository's branch locally. Changes made to files are automatically committed and pushed, with commit history exposed as snapshots.

Use cases

  • mount a git repository as a local filesystem
  • automatically commit file changes without running git manually
  • browse a repo's commit history as directory snapshots
  • keep version control on files without git knowledge
  • sync local edits to a remote git branch automatically

When to choose

  • you want transparent git versioning for a directory
  • users who don't know git need version-controlled files
  • you want to mount a remote repo and edit it like local files

When to avoid

  • you need fine-grained control over commits and branching
  • performance-critical workloads where FUSE overhead matters
  • Windows environments without FUSE support

Facets

cli-tool · maturity maintenance

file-system version-control caching version-control developer-tools files python cli fuse-filesystem git automatic-commits mount command-line linux macos

10 sources

Member repositories

RepositoryRoleHealth v2
presslabs/gitfsmain57

For agents

markdown · JSON · MCP: product_card(name="presslabs/gitfs")

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