/Troubleshooting
Reference
Troubleshooting
Common issues and how to fix them.
Claude Code Not Detected
Symptom: Setup screen shows Claude Code as not found, or a red warning in Settings.
Solutions:
- Open Terminal and run
which claude— if it returns a path, copy it and enter it manually in Settings → Claude Code Path - If
which claudereturns nothing, Claude Code is not installed. Install it from claude.ai/code - If installed via Homebrew or npm in a custom location, check those directories and set the path manually
Claude Code Version Too Old
Symptom: OpenHelm reports your Claude Code version does not meet the minimum requirement (v2.0.0).
Solution: Update Claude Code. Run claude update in Terminal, or reinstall from claude.ai/code.
Jobs Not Running on Schedule
Symptom: Jobs are enabled with a valid schedule, but expected runs are not appearing.
Solutions:
- Is the app running? The scheduler only runs while OpenHelm is open
- Was your Mac awake? OpenHelm cannot wake a sleeping Mac — ensure your machine was on at the scheduled time
- Check the job's next fire time in the job detail view — if it's in the past, the scheduler will pick it up within 60 seconds
- Verify the job is enabled — the toggle on the job card must be on
Run Stuck in "Running" State
Symptom: A run shows as running but there is no new log output and it appears frozen.
Solutions:
- Wait up to 10 minutes — Claude Code may be silently processing or making API calls
- If still stuck after 10 minutes, cancel the run from the run detail view
- If the app was force-quit while a run was active, OpenHelm automatically marks orphaned running runs as failed on the next launch
Job Always Fails
Solutions:
- Check the run logs for the specific error message
- Ensure Claude Code can access the project directory — the path must exist and be readable
- Use Open in Terminal on a completed run to resume the Claude Code session and inspect what happened interactively
- Add a Correction note to the job with specific guidance for recovering from the failure
App Won't Open (Security Warning)
Solution:
- Right-click OpenHelm in Applications and choose Open (bypasses Gatekeeper on first launch)
- If still blocked: System Settings → Privacy & Security → scroll to the Security section → click Open Anyway
Getting Help
- GitHub Issues — bug reports and feature requests
- GitHub Discussions — community support and questions