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

Clawmates: OpenClaw, but for Teams
New project brings multi-user OpenClaw deployment with shared knowledge, cost visibility, and admin controls.

latexnav: Python Tool for LLM and Human Navigation of LaTeX Files
latexnav is a free open source Python tool that parses LaTeX files to extract structural elements like theorems, definitions, sections, labels, cross-references, and dependencies, providing summaries with authoritative line numbers to help LLMs and humans navigate large manuscripts efficiently.

Claude-switch CLI tool automates switching between Claude Max accounts when hitting usage caps
A developer built claude-switch, a 250-line bash CLI tool that saves and restores Claude Code credentials from macOS Keychain to switch between accounts when one hits usage limits. The tool eliminates browser re-authentication and maintains workflow continuity.

SwarmClaw Dashboard Adds Orchestration Layer to OpenClaw
SwarmClaw is a self-hosted dashboard that wraps OpenClaw, providing deployment and management of multiple instances with gateway controls, config repair, remote history sync, and live execution approval. It supports OpenClaw plugins and SKILL.md files, plus connects to 14 other AI providers.