Back to browse
Remind – schedule Claude Code on your Mac

Remind – schedule Claude Code on your Mac

by olliewagner·May 10, 2026·7 points·3 comments

AI Analysis

●●SolidCozySolve My Problem

Clever use of Apple Reminders as a cross-device trigger for local CLI agents.

Strengths
  • Leverages existing Reminders sync instead of building a custom mobile app.
  • Session continuation hook captures IDs to resume context across runs.
  • Zero-config updates via Sparkle and runs entirely locally on macOS.
Weaknesses
  • Limited to macOS users with Claude Code installed on their PATH.
  • Relies on Reminders app structure which may feel hacky to some.
Category
Target Audience

Mac users running local AI agents

Similar To

Cron · Shortcuts · LaunchAgents

Post Description

Claude Code can't schedule itself locally on your Mac, so I made Remind. Just add a reminder to the "Remind" list in Reminders with a due time and your prompt as the notes. Remind fires up your terminal at the due time and runs `claude` with the prompt. It writes the results right back into the Reminder.

Some cool things:

- The "Remind" list lives with your other Reminders, so adding from your phone or watch (or another Mac) just works.

- Frontmatter in the Reminder lets it continue an existing Claude session. A Stop hook captures the session id, so the next time it runs it can pick up where the last left off.

It's free, updates itself with Sparkle, and requires that you have `claude` on your $PATH running on macOS 15+.

Remind has become sticky in my personal workflow so I thought I'd share it here. Let me know if you have any suggestions or questions.

Similar Projects