Helix: Open-Source Framework Turns Claude into Personal AI Agent for macOS

What Helix Does
Helix is a framework that connects Claude (via Claude Code in Terminal) to your Mac through four MCP server plugins. It's not a chat wrapper or web app—it gives Claude actual control over your system.
Core Components
helix-mac— opens apps, manages Chrome tabs, reads Calendar, Reminders, Notes, Music, and Finderhelix-memory— persistent memory across sessions to avoid re-explaining yourself each timehelix-agents— scheduled autonomous tasks (loops) that run Claude on a timer, even while you're away from the keyboardhelix-telegram— control your agent from your phone
Additional Features
The framework includes a fully local voice mode using Whisper for speech-to-text and Kokoro for text-to-speech—no cloud processing or per-word costs. It supports loops for automated recurring tasks and uses a CLAUDE.md identity file where you define your agent's name, personality, and behavior rules.
Privacy and Architecture
Everything runs locally on your Mac. Memory is stored in a local file, voice processing uses local models, and logs remain local—nothing phones home to external servers. The system uses Claude Code and MCP servers exactly as Anthropic designed them, with no API scraping, unofficial access, or account risk.
Technical Requirements
- Stack: TypeScript, Shell, Python (for voice only), Node.js 20+
- Platform: macOS 14+
- License: Elastic License 2.0 (free to use and modify)
Development Status
The project is early-stage with solid foundations but room for growth. The repository includes full documentation, setup guide, loop template for building automations, and an example content marketing loop. The creator welcomes contributions for new MCP servers, loop templates, better voice pipelines, and documentation improvements.
📖 Read the full source: r/ClaudeAI
👀 See Also

Memora v0.2.25 MCP Server: 5× Faster Writes on D1 Database
Memora v0.2.25, an MCP server for Claude persistent memory, achieves 5× faster writes on Cloudflare D1 with memory_create dropping from 10s+ to ~1.8s and memory_update from 10s+ to ~1.1s per call.

MCP Memory Gateway: An MCP Server for Persistent Memory in Claude Code
A developer built an MCP server called MCP Memory Gateway using Claude Code as the primary development tool. It provides Claude Code with persistent memory across sessions through feedback capture, prevention rules, and context injection.

OpenClaw React Client Update Adds Model Per Agent, CLI Tool, and Auto-Start
The open-source OpenClaw client has received a major update with four key features: model assignment per agent, automatic updates, a new CLI tool for management, and auto-start after system reboot.

AgentWorkingMemory: A Local Memory System for AI Coding Agents
AgentWorkingMemory (AWM) is a local memory system that solves the session-to-session amnesia problem in AI coding agents. It uses a SQLite database, three local ML models (~124MB total), and integrates automatically via MCP to provide persistent, context-aware memory across Claude Code sessions.