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

Benchmark shows context engine reduces AI coding agent costs by 3x on SWE-bench
A benchmark of 4 coding agents using Claude Opus 4.5 on SWE-bench Verified shows a context engine achieved 73% pass rate at $0.67/task, while other agents cost up to $1.98/task for similar or lower performance.

Zot: A Lightweight Terminal Coding Agent Now Supports Claude Opus 4.8
Zot is a minimal terminal coding agent distributed as a single static Go binary with no runtime or Docker dependencies. It now supports Claude Opus 4.8 along with dozens of other models.

Claude Code plugin analyzes any plugin and generates interactive wiki reports
A new Claude Code plugin called vision-powers analyzes any plugin path or GitHub URL and generates an interactive HTML wiki report with architecture diagrams, security audits, and skill breakdowns. Installation is via claude plugin add vision-powers@claude-code-zero.

Rivet Actors adds SQLite storage: one database per agent, tenant, or document
Rivet Actors now supports SQLite storage where each actor gets its own SQLite database, enabling millions of independent databases for AI agents, multi-tenant SaaS, collaborative documents, or per-user isolation.