Skip to content
Tech News
← Back to articles

Show HN: Moadim.io – A scheduler for agents

read original more articles
Why This Matters

Moadim.io offers a free, open-source, self-hosted scheduling tool for agents that runs locally on macOS and Linux, eliminating reliance on cloud services and sign-ups. Its design prioritizes privacy and control, making it appealing for users who need reliable automation without external dependencies. This development enhances the flexibility and security options available to developers and tech enthusiasts managing automated workflows.

Key Takeaways

Is Moadim free? What's the license? Yes — Moadim is open source under the MIT license, free to use, modify, and self-host. There's no paid tier and no account to create.

Is it self-hosted or a cloud service? It runs entirely on your own machine. Loops fire from Moadim's portable in-process scheduler — no hidden queue, no cloud, no sign-up. Run moadim install to register a launchd (macOS) or systemd (Linux) service so the daemon survives logins and reboots.

Which agents does it support? Built-in agents include Claude, Codex, Hermes, NanoClaw, and Pi. Each loop names the agent it runs; NanoClaw queues a one-shot task in its configured agent group, while the others run in Moadim's isolated workbench. The built-in Claude agent additionally needs python3 on your PATH to pre-seed unattended trust and MCP-approval state.

Which operating systems are supported? macOS and Linux. Moadim schedules loops inside its daemon and runs agents inside tmux; running moadim install registers a launchd (macOS) or systemd (Linux) service that keeps the daemon alive across reboots. tmux needs to be on your PATH, but no host cron daemon is required.