# DLFS

> Decentralised Lattice File System — a content-addressed, CRDT-mergeable filesystem with WebDAV and Java NIO compatibility. Mount it anywhere.

**Category:** Embedded Engines  
**Status:** active  
**Licensing:** open-source  
**License:** Apache-2.0  
**Page:** https://brittleboye.github.io/awesome-lattice/projects/engines/dlfs/

## Description

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.

Every 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.

## Links

- **Homepage:** https://convex.world/dlfs
- **Source:** https://github.com/Convex-Dev/convex
- **Javadoc:** https://javadoc.io/doc/world.convex/convex-dlfs

## Tags

`filesystem` `crdt` `webdav`

_Generated 2026-04-19T08:15:29.592Z by Awesome Lattice._