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

Femtobot: Efficient Rust Agent for Low-Resource Environments
Femtobot is a lightweight Rust-based AI agent designed to run efficiently on low-resource machines, such as older Raspberry Pis, through a ~10MB binary without large runtime dependencies.

md-redline: GUI tool for reviewing and handing off markdown docs to Claude
md-redline is an open-source tool that lets you open markdown files in a GUI, leave inline comments stored as HTML markers in the .md file, and hand back off to Claude for updates. It runs locally with no account, cloud, or database required.

SWE-rebench-V2 Released: Largest Open Multilingual Dataset for Code Agent Training
Nebius has released SWE-rebench-V2, currently the largest open dataset for training coding agents, featuring an automated pipeline for extracting RL environments at scale and designed specifically for large-scale reinforcement learning training.

gui.new: Tool for Claude to Render Visual Output as Shareable Links
gui.new is a tool that lets Claude render visual output as live shareable links instead of returning code blocks. It's built with Claude, uses Next.js on Vercel with Supabase, and requires no signup.