Hearth: Self-Hosted Multi-User AI Chat App for Households on OpenClaw

Open-Source Multi-User AI for Families
Developer Warrence Han has released Hearth, a self-hosted household AI chat application built on top of OpenClaw. The project addresses the limitation of single-user AI interfaces by creating a multi-user environment where each family member maintains separate conversations, accounts, and privacy controls.
Core Features
- Multiple chat conversations per person
- Multi-user household support with individual accounts
- PIN + biometric login
- Private chats with role-based access (owner/member)
- Reminders functionality
- Real-time streaming with stop button
- Model presets (fast/deep per conversation)
- Attachments, image generation, text-to-speech
- Mobile-first dark theme PWA installable on phone
- Self-hosted with optional HTTPS via Caddy
- One-command installer that handles deployment
Technical Implementation
The application uses Vue 3 + Quasar for the frontend, NestJS for the backend, PostgreSQL for data storage, and an OpenClaw plugin for AI routing. The developer reports that their family is using it daily, though it's still in early release with ongoing development.
The project aims to address the gap in household-focused AI tools where most current products are designed for individual use. By keeping context and memory within the household rather than on external platforms, Hearth provides families with control over their AI interactions.
The source code is available on GitHub for those interested in self-hosting or contributing to the project.
📖 Read the full source: r/openclaw
👀 See Also

PACT 0.4.0 adds compound intelligence for AI coding agents
PACT (Programmatic Agent Constraint Toolkit) version 0.4.0 introduces compound intelligence features that help AI coding agents retain knowledge across sessions. The update includes research synthesis, a knowledge directory, and capability self-awareness systems.

OpenClaw Context Meter Plugin Shows Telegram Token Usage Percentage
A new OpenClaw plugin displays token usage percentage after every Telegram bot response, showing values like '45k / 200k (22%)' and detecting compaction events. The plugin avoids OOM issues by hardcoding context windows instead of using execSync.

TREX: Greptile's AI Code Reviewer That Runs Your Code
TREX is a code execution layer built into Greptile's AI code review. It runs the code and shows screenshots, logs, and traces for bugs static analysis misses.

Phalanx CLI coordinates multiple AI agents for automated code-review cycles
A developer built Phalanx, a CLI tool that coordinates AI agents from different providers: Codex handles coding, Claude Opus performs code review, and Claude Sonnet orchestrates the loop. A companion tool called Codebones compresses repositories to structural maps to reduce token usage.