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

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.
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
👀 See Also

Claude Code: How to Connect Your AI-Built Frontend to a Real Backend
Claude Code builds polished frontends but often uses hardcoded data. Here are four ways to connect it to real backends: raw APIs, SDKs, CLIs, and MCP.

MiniMax Music 2.5 AI Music Generator Released with Studio-Grade Audio Control
MiniMax Music 2.5 is an AI music generation model that creates studio-quality songs with 44.1kHz Hi-Fi output, 100+ instruments, and paragraph-level precision control using 14+ structural tags for directing song structure.

Leanstral: Open-Source Code Agent for Lean 4 and Formal Proof Engineering
Mistral AI released Leanstral, the first open-source code agent designed for Lean 4, with 6B active parameters and Apache 2.0 licensing. Benchmarks show it outperforms larger open-source models and offers competitive performance to Claude at significantly lower cost.

Watchtower: A Local Proxy for Monitoring Claude Code API Traffic
Watchtower is a free, open-source tool that acts as a local HTTP proxy and real-time web dashboard to intercept and display all API traffic between Claude Code (or Codex CLI) and their APIs. It shows requests, SSE streams, tool definitions, system prompts, token usage, and rate limits.