{
  "$schema": "https://brittleboye.github.io/awesome-lattice/projects.schema.json",
  "category": {
    "id": "engines",
    "title": "Embedded Engines",
    "url": "https://brittleboye.github.io/awesome-lattice/engines/"
  },
  "slug": "dlfs",
  "name": "DLFS",
  "description": "Decentralised Lattice File System — a content-addressed, CRDT-mergeable filesystem with WebDAV and Java NIO compatibility. Mount it anywhere.",
  "longDescription": "DLFS — the Decentralised Lattice File System — is a content-addressed, CRDT-mergeable filesystem that runs on the Convex lattice. It exposes a familiar hierarchical namespace with WebDAV and Java NIO compatibility, so you can mount it as a drive or access it through standard file APIs.\n\nEvery directory and file is a lattice value. Concurrent writes from independent peers merge deterministically, without a central coordinator. DLFS is designed to store both user-facing documents and machine-generated assets — datasets, model weights, blobs — with strong integrity guarantees and efficient sync.",
  "homepage": "https://convex.world/dlfs",
  "repo": "https://github.com/Convex-Dev/convex",
  "docs": null,
  "links": [
    {
      "label": "Javadoc",
      "url": "https://javadoc.io/doc/world.convex/convex-dlfs"
    }
  ],
  "tags": [
    "filesystem",
    "crdt",
    "webdav"
  ],
  "badge": null,
  "status": "active",
  "licensing": "open-source",
  "license": "Apache-2.0",
  "mcp": null,
  "url": "https://brittleboye.github.io/awesome-lattice/projects/engines/dlfs/",
  "markdown": "https://brittleboye.github.io/awesome-lattice/projects/engines/dlfs.md",
  "generated": "2026-04-19T08:15:29.488Z"
}