OpenHelm: A Local Background Scheduler for Claude Code with Self-Correcting Retry Logic

✍️ OpenClawRadar📅 Published: April 15, 2026🔗 Source
OpenHelm: A Local Background Scheduler for Claude Code with Self-Correcting Retry Logic
Ad

OpenHelm is a background scheduler specifically designed for Claude Code that addresses the problem of tasks stalling or failing repeatedly without user intervention. It runs jobs on a schedule with automatic retry logic that analyzes failures and adjusts prompts before retrying.

How It Works

Users set goals like "keep tests green," "weekly codebase audit," or "draft outreach for new leads." OpenHelm builds a plan of one-off and recurring jobs based on these goals. When a job fails, a lightweight assessor run reads the failure context and adjusts the prompt before retrying. Jobs continue running on schedule without requiring terminal monitoring.

Local-First Architecture

All application state remains on your machine: SQLite database at ~/.openhelm/openhelm.db, credentials stored in macOS Keychain (no SaaS dashboard). LLM calls go through your existing Claude Code subscription rather than requiring a separate API key. While it uses cloud LLMs (Claude), the infrastructure is fully local, keeping job history and project context on-device rather than in cloud databases.

Ad

Technical Stack

  • Tauri 2 (Rust shell)
  • React frontend
  • Node.js agent sidecar
  • SQLite via Drizzle ORM

The system has three fault-isolated subsystems:

  • Scheduler (1-minute tick)
  • Executor (streams logs to database as they arrive)
  • Watchdog (30-minute timeout, auto-SIGTERM on hung processes)

Availability

The project is fair-source on GitHub and free for teams under 4 users.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

Agent Times Skill for ClawHub Adds Real-Time News, Weather, and Token Price Queries
Tools

Agent Times Skill for ClawHub Adds Real-Time News, Weather, and Token Price Queries

A new ClawHub skill called Agent Times enables AI agents to answer real-time queries about news, weather, and cryptocurrency prices. Installation is via npx clawhub install agenttimes, and it provides access to 228K+ articles from 3,576 feeds with sentiment scoring and entity extraction.

OpenClawRadar
GSD-Lite: A State Machine for Claude Code That Enforces TDD and Prevents Test Skipping
Tools

GSD-Lite: A State Machine for Claude Code That Enforces TDD and Prevents Test Skipping

GSD-Lite is an open-source MCP server that adds a 12-state workflow machine to Claude Code, enforcing test-driven development with specific anti-rationalization prompts and separate agent contexts for execution, review, and debugging.

OpenClawRadar
Comparison of Four Managed OpenClaw Hosting Providers for 2026
Tools

Comparison of Four Managed OpenClaw Hosting Providers for 2026

A developer tested four managed OpenClaw hosting providers over two months, ranking them based on setup time, uptime, integration reliability, model routing, cost, and multi-step task handling. LobsterTank costs $2/month with basic container hosting, KiwiClaw is $39/month with better support, xCloud is $24/month with solid uptime, and RunLobster is $49/month with extensive tool integration and flat pricing.

OpenClawRadar
🦀
Tools

OpenClaw 2.0 Brings Browser UI and Shared Sessions — Is It Worth Coming Back To?

OpenClaw 2.0 adds a browser-based interface and shared cloud sessions with context handoff. Setup works with existing ChatGPT, Claude, or API keys, according to the announcement.

OpenClawRadar