OpenHelm: A macOS App for Automating Claude Code Tasks

OpenHelm is a macOS application that automates Claude coding workflows to eliminate manual monitoring and task initiation. It addresses common pain points like waiting for code to finish, hitting session limits mid-task, and manually restarting recurring jobs.
Key Features
The tool allows you to define goals once, then handles execution automatically. According to the source, example goals include:
- "keep my tests green overnight"
- "review every PR before I look at it"
- "audit my landing page weekly"
OpenHelm runs jobs on a schedule and includes several practical features:
- Session limit management: Breaks work into chunks that fit within Claude's session limits to prevent tasks from dying halfway through
- Auto-retry with analysis: When a job fails, it retries, performs root-cause analysis, and adapts
- Project memory: Builds up memory of your project over time to improve performance
- Local execution: Fully local macOS app with credentials stored in macOS Keychain
- Cost structure: Uses your existing Claude Code subscription for LLM calls with no extra costs or new subscriptions
Availability
The application is available as:
- Free and fair-source: Available on GitHub under an open license
- Download: Available from openhelm.ai
- Launch video: 1-minute demonstration on YouTube
This type of automation tool is useful for developers who regularly use Claude for repetitive coding tasks like weekly test runs, PR reviews, and repository audits.
📖 Read the full source: r/ClaudeAI
👀 See Also

Bio-Inspired Memory System for Local LLMs: LTP and Selective Oblivion Implementation
A developer built a local MCP server implementing bio-inspired memory mechanics including Long-Term Potentiation reinforcement, selective oblivion decay, and weekly consolidation cycles. The system uses hybrid search with sqlite-vec and text fallbacks, non-blocking architecture with asyncio executors, and maintains state via a persistent 'Soul' file.

LORE.md: An Open Standard for Extracting Structured Knowledge from AI Conversations
LORE.md is an open standard for extracting durable knowledge from AI conversations into a structured format. It captures decisions with rationale, insights, patterns, open questions, and next steps, with everything linking across sessions.

dead-letter: Local .eml to .md Converter with CLI, Web UI, and MCP Server
dead-letter normalizes email exports into Markdown with YAML front matter, customisable. It offers four access modes: CLI, Python library, Web UI, and an MCP server for direct integration with Claude Desktop, Claude Code, and Codex.

LLM Matrix: Community-Voted Model Comparisons Built with Claude Code
A data scientist built llm-matrix.vercel.app to compare LLM scores across multiple dimensions simultaneously, with community votes shaping rankings. The site was developed entirely using Claude Code with two specific plugins.