Skip to content

MembraneSelective Learning and Memory for Agentic Systems

A structured memory substrate that lets AI agents remember, learn, and forget -- just like biological cognition.

Quick Start

bash
# Build from source
git clone https://github.com/GustyCube/membrane.git
cd membrane
make build

# Start the daemon
./bin/membraned -db membrane.db -addr :9090

See the Getting Started guide for a complete walkthrough.