Feature / Open Source AI Memory Database

Distributed AI Memory Database

Memorose is built as a Rust memory runtime with deployment concerns in mind, including Raft-backed writes and cluster-aware operation.

The problem this solves

Agent memory becomes infrastructure when it is shared across workflows. It needs clear durability, operational behavior, and deployment boundaries.

How Memorose handles it

The runtime exposes memory APIs while keeping cluster behavior close to the storage and task execution surface.

runtime example
docker run --rm -p 3000:3000 -p 3100:3100 \
  -v memorose_data:/app/data \
  -e GOOGLE_API_KEY="$GOOGLE_API_KEY" \
  dylan2024/memorose:latest