Locutus is a local-first decentralized key-value database. It uses the same small world routing algorithm as the original Freenet design, but each key is a cryptographic contract implemented in WASM, and the value associated with each contract is its state.

Locutus is not append-only and has mutable state.

Splits are merged using CRDTs