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

✍️ OpenClawRadar📅 Published: March 1, 2026🔗 Source
Helix: Open-Source Framework Turns Claude into Personal AI Agent for macOS
Ad

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 Finder
  • helix-memory — persistent memory across sessions to avoid re-explaining yourself each time
  • helix-agents — scheduled autonomous tasks (loops) that run Claude on a timer, even while you're away from the keyboard
  • helix-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.

Ad

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

Ad

👀 See Also