# tursodatabase/agentfs

The filesystem for agents.

Repository: https://github.com/tursodatabase/agentfs
Canonical: https://ross.abutalabs.com/products/agentfs
Homepage: https://www.agentfs.ai
Language: Rust
License Family: other
Topics: agents, filesystem, sqlite, turso
Last push: 2026-06-03T10:48:12+00:00

## Health v2 (maintenance only)
Score: 69/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 85, release rhythm 76, longevity 22
- inputs: {"age_days": 313, "days_push": 91, "days_rel": 161, "gap_med": 1.5, "n_releases_24m": 19}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3375, forks 188 (observed 2026-08-28T04:07:58.462067+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: active
- function: file-system, cli, sdk, developer-tools, security
- domain: developer-tools, files, databases, security
- platform: cli, python, rust
- tags: sqlite, fuse, nfs, virtual-filesystem, filesystem-sandbox, agent-state, snapshots, audit-trail, turso, beta, ai-agents, linux, macos, nodejs

## Member repositories
- tursodatabase/agentfs (main) score 69

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:58.462067+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-29T18:39:55.394106+00:00, confidence not recorded.
  - readme: https://github.com/tursodatabase/agentfs (fetched 2026-08-28T04:07:58.462067+00:00, sha ce942020cb1c)
  - homepage: https://www.agentfs.ai (fetched 2026-08-29T09:33:27.858729+00:00, sha 816ef3b732e4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
