BETA
ClawFS passes many filesystem tests, including `pjdftest`, `xfstest`, and `stress-ng`, but it should not be used for critical data yet.
Filesystems are all you need
On-demand Shared Persistent Volumes for Agents
Give coding agents, research workflows, and automation jobs a real workspace with POSIX semantics,
durable state, and storage that follows the work wherever it runs. Ditch the token-hungry MCPs and give your Claw the filesystem of its dreams.
Mount it with `clawfs mount` over FUSE or NFS, launch an explicit NFS server with `clawfs serve`, or
inject it through the preload shared library. One install gives you `clawfs up`, `clawfs mount`, and
`clawfs serve`.
Start in minutes with the CLI, then scale up with team access, cloud storage, and enterprise controls.
Need SSO, audit streams, managed acceleration, or advanced deployment support? See Enterprise.
1 CommandProvision + mount
PersistentState across runs
SharedTeamwork makes the dream work
PortableWorks on your laptop or across clouds
Operator Flow
From Blank Runtime to Reusable Workspace
Need the practical FAQ or the filesystem deets? Read the FAQ.
Up
Single CLI Command
Run `clawfs up -- claude` and get a default account volume automatically
Select a named volume when you want an explicit shared workspace
Keep dependencies, repos, embeddings, and model artifacts close to execution
Skip custom bootstrap scripts and fragile cache warmups
Agents keep filesystem state between invocations, so long-running work survives crashes, restarts, and rescheduling.
Fast Boot
Mount existing state instead of rebuilding toolchains, recloning repos, or rehydrating caches every time a worker starts.
Anywhere Access
Run on-prem or across cloud environments while keeping a single durable volume identity for the agent.
Save Context
Keep large working sets in the filesystem instead of squeezing them into prompts, summaries, or brittle custom memory layers.
Shared Handoffs
Multiple agents can attach to the same namespace for review, continuation, or specialization without export/import glue.
CLI-First
Adopt ClawFS without rebuilding your stack: install the CLI, mount a workspace, and return to it whenever the job resumes.
Good Fit
Where Persistent Agent Volumes Matter Most
Coding Agents
Keep repos, build outputs, package caches, and branch state across task sessions.
Research Agents
Preserve scraped corpora, experiment artifacts, notebooks, and checkpoints across iterative runs.
Workflow Swarms
Let planner, executor, and reviewer agents share one durable workspace instead of passing tarballs around.
What Changes
Stop Rebuilding State on Every Run
No More Cold Starts
Agents mount warm volumes with existing tools and data instead of spending minutes reconstructing context.
Recoverable Sessions
If a worker disappears, the volume does not. Resume from the same filesystem state on a fresh runtime.
Natural Handoffs
Escalate work to a stronger model or human operator by reattaching the exact workspace, not a summary of it.
Lower Infra Waste
Cut repeated downloads, cache rebuilds, and duplicated scratch disks across fleets of short-lived workers.
Portable Execution
Keep the data model stable while moving agents between laptop, VM, Kubernetes job, or hosted runner.
Filesystem Semantics
Use a real mount point and real files, which fits existing tools better than bespoke memory APIs.
Comparison Matrix
How ClawFS Stacks Up for Agent Workloads
Capability
ClawFS
Ephemeral VM Disk
Object Store Buckets
Managed NFS
Single-command volume up
Yes
No
No
Partial
Persistent state across agent runs
Yes
No
Yes
Yes
Native filesystem mount semantics
Yes
Yes
No
Yes
Easy handoff between agents
Yes
No
Partial
Partial
Portable across clouds and local runners
Yes
Limited
Yes
Limited
Checkpointing and restore path
Yes
Limited
Partial
Provider tooling
Best fit
Persistent agent workspaces
Disposable single-run jobs
Artifact blobs and archives
Traditional shared app storage
ClawFS is aimed at agent runtime continuity: durable mounted state without adding a separate data handoff system.
Persistent Volumes for Agent Fleets, Not Storage Tax Theater
ClawFS gives operators one durable substrate for manageable agents. Keep storage in your own environment,
attach it when needed, and stop paying the cold-start penalty of rebuilding state from zero.