Install Lore
Install Lore, choose the right database shape, complete setup, and verify that the server is ready before connecting agents.
Start here when you are installing Lore for the first time.
Recommended path
Lore is an open-source memory server plus optional integrations for agent runtimes. The default installer starts the server with Docker Compose, creates a managed PostgreSQL database, and configures supported agent channels. If you already operate PostgreSQL or run Lore on another host, use the external server and manual configuration paths instead.
Use this order:
- Run the quick installer, or prepare your own PostgreSQL instance and server
.env. - Open
/setupand configure embedding, View LLM, and boot memory. - Connect agent runtimes with the right
client_typeand token. - Verify recall before moving durable instructions out of local agent files.
The installer writes local state under ~/.lore by default. Set LORE_HOME before running it if you want a different location.