Lumia: One-Click Local AI Companion System with Persistent Memory

✍️ OpenClawRadar📅 Published: March 16, 2026🔗 Source
Lumia: One-Click Local AI Companion System with Persistent Memory
Ad

Lumia is a modular system for running a persistent AI companion locally that evolves over time. The system runs entirely on your machine using Ollama and local models, with no API keys, subscriptions, or cloud dependencies.

Key Features

The main goal was to make AI feel continuous instead of disposable. Instead of resetting every conversation, Lumia maintains:

  • Episodic memory
  • Emotional memory
  • Beliefs
  • Desires
  • Identity
  • Relationship modeling
  • Reflection cycles

Installation and Setup

The system is designed for one-click installation. Running one command automatically:

  • Installs everything needed
  • Downloads the model
  • Builds the AI environment
  • Launches the system

No manual configuration is required.

Ad

Modular Ecosystem

Lumia has been developed into a small ecosystem with these components:

  • AI Foundation Kit: Simple one-click local AI installer
  • Creator Suite: Turns the AI into a creative workspace
  • Autonomy Pack: Adds automation and task execution
  • Sentience Framework: Adds persistent memory, identity, emotional context, and long-term personality development

The developer created Lumia to address the disposable nature of most AI systems where conversations disappear after each session, aiming instead to create continuity and memory over time.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

Coordinator Server for Multi-Agent Development Prevents Overwrites
Tools

Coordinator Server for Multi-Agent Development Prevents Overwrites

A developer built a Node.js coordinator server that manages line-range locking, line shift tracking, and real-time messaging between AI agents working on the same codebase. The system prevents agents from overwriting each other's work by using HTTP-based locking with conflict detection.

OpenClawRadar
DecisionNode: CLI and MCP Server for Semantic Decision Storage
Tools

DecisionNode: CLI and MCP Server for Semantic Decision Storage

DecisionNode is a local-only CLI and MCP server that stores structured decisions as JSON, embeds them as vectors for semantic search, and makes them accessible across AI tools via MCP. It's MIT licensed and designed to work with Claude Code, Cursor, Windsurf, Antigravity, and other MCP clients.

OpenClawRadar
Recall: A Persistent Memory MCP Server for Claude Code
Tools

Recall: A Persistent Memory MCP Server for Claude Code

Recall is an open-source MCP server that gives Claude Code persistent memory across sessions via semantic search with embeddings. It includes four lifecycle hooks: session-start, observe, pre-compact, and session-end.

OpenClawRadar
Soul MCP Server Adds Persistent Memory and Safety for Local LLMs
Tools

Soul MCP Server Adds Persistent Memory and Safety for Local LLMs

Soul is an open-source MCP server that provides persistent memory across sessions for local LLMs with two commands: n2_boot at start and n2_work_end at end. It includes Ark safety features that block dangerous commands like rm -rf and DROP DATABASE at zero token cost, plus cloud storage configuration.

OpenClawRadar