Back to browse
GitHub Repository

Daymon puts your favorite AI to work 24/7. It schedules, remembers, and orchestrates your own virtual team. Free.

370 starsTypeScript

Daymon – Open-source app that gives Claude scheduled tasks

by vasilyt·Feb 17, 2026·6 points·7 comments

AI Analysis

●●SolidShip ItSolve My Problem

Claude gets memory, scheduling, and file watchers—but only macOS, only Claude subscriptions.

Strengths
  • Genuine UX insight: bridging Claude Desktop's lack of persistence/scheduling with a native macOS daemon using Menu Bar + local automation
  • No API key requirement—uses Claude subscription directly, lowering friction for existing users
  • Auto-configuration on first launch and declarative task syntax ("every weekday at 9am...") shows thoughtful UX
Weaknesses
  • macOS-only severely limits addressable market—no Windows, no Linux; ties to Claude subscription ecosystem only
  • Positioned as automation, but core value is Claude memory/scheduling—overlaps with existing tools (Zapier, Make, Claude API + scheduled jobs) without clear differentiation
Category
Target Audience

macOS users with Claude subscriptions seeking task automation and persistent AI memory

Similar To

Zapier · Make (formerly Integromat) · n8n

Similar Projects

@push.rocks/taskbuffer – just scheduling task executions

push.rocks/taskbuffer appears to be a focused utility for queuing and scheduling short-lived tasks — useful when you need to debounce bursts or smooth calls to a rate-limited API. The npm landing (blocked by Cloudflare in my screenshot) doesn't show whether it offers persistence, retries, or clustering, so right now it looks like a handy single-process tool but not a replacement for Bull/Agenda in production workloads.

Ship ItSolve My Problem
PhilKunz
104mo ago
Developer Tools●●Solid

Self-Hosted Task Scheduling System (Back End and UI and Python SDK)

The dashboard exposes cron/interval scheduling, timezone support, retries, execution history, realtime metrics and API-key login, and it runs with a single docker-compose up — exactly the pragmatic feature set you'd want for hosting private webhooks. It isn't reinventing scheduling (Airflow, Rundeck and hosted cron services already exist), but it's a tidy, usable package for teams that want a lightweight, self-hosted alternative with a Python SDK.

Niche GemShip It
rilesthefirst
203mo ago