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

tursodatabase/agentfs

The filesystem for agents. observed · 2026-08-28

github.com/tursodatabase/agentfs · homepage · Rust observed · 2026-08-28

Health v2 · maintenance only

69/100

  • Activity 85
  • Release rhythm 76
  • Longevity 22

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: 1.5
  • age_days: 313
  • days_rel: 161
  • days_push: 91
  • n_releases_24m: 19

Full methodology

Adoption not part of the score

3375 stars · 188 forks observed · 2026-08-28

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

AgentFS is a filesystem designed for AI agents that stores an agent's entire files, state, and operation history in a single SQLite file. It ships as a CLI that mounts via FUSE on Linux and NFS on macOS, plus TypeScript, Python, and Rust SDKs for programmatic access.

Use cases

  • sandbox filesystem access for ai agents
  • give my ai agent isolated file access
  • audit what files an agent changed
  • snapshot and rollback agent workspace state
  • run cli tools safely inside an agent sandbox
  • resume an agent session from saved state
  • store agent workspace in a single portable file

When to choose

  • You need agents to read and write files without risking the host filesystem
  • You want a SQL-queryable audit trail of every file operation an agent performed
  • You need instant snapshots, rollback, or forking of agent workspaces for subagents
  • You want to checkpoint, resume, or reproduce exact agent execution states
  • You need to move agent state between machines or check it into version control

When to avoid

  • You need a production-hardened filesystem — the project is explicitly in beta
  • You need high-throughput POSIX semantics or heavy concurrent I/O, where a SQLite-backed filesystem adds overhead
  • You only need basic sandboxing that OS-level containers, chroot, or VMs already provide
  • You need to mount on platforms beyond Linux (FUSE) and macOS (NFS), such as Windows

Facets

cli-tool · maturity active

file-system cli sdk developer-tools security developer-tools files databases security cli python rust sqlite fuse nfs virtual-filesystem filesystem-sandbox agent-state snapshots audit-trail turso beta ai-agents linux macos nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
tursodatabase/agentfsmain69

For agents

markdown · JSON · MCP: product_card(name="tursodatabase/agentfs")

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