meshfs.io // official website
MeshFS
Cloud filesystem for human-agent collaboration.
Near real-time sync. Deterministic overwrite behavior (last-write-wins). Full history with restore. Filesystem + REST APIs.
Quick Start
Deploy MeshFS control plane to Cloudflare free tier:
meshfs deploy cloudflare-workers-free-tier \
--token <CLOUDFLARE_API_TOKEN>
Then connect client: meshfs --server https://<your-worker>.workers.dev sync --target ./meshfs-mirror
Core Capabilities
- push updates via
sync/ws, catch-up viasync/pull, snapshot stream viasync/stream - every write creates a new version; deterministic head version
- device code flow auth + refresh token rotation + revoke/logout
- tenant rate limit, quota controls, and audit events