Public website and design documentation for MALT.
MALT is an authenticated mutable structure layer over immutable content-addressed storage. This site presents the public design narrative, root-centric resolver/writer model, service boundary, and evaluation plan.
- Node.js 22 or newer
- npm (comes with Node.js)
npm install
npm run devThe dev server starts at http://127.0.0.1:5173.
npm run buildPreview the production build locally:
npm run previewRun content and tool-link checks:
npm testDeWebProtocol/malt— Go implementationDeWebProtocol/malt-docs— Protocol specifications and MIPs (planned)
MIT — see LICENSE.