// HACKER NEWS — CYBERSECURITY
Show HN: Moadim.io – A scheduler for agents
Moadim is a loop engine for AI agents. Define a loop — a prompt, a schedule, an agent — and it runs Claude, Codex, Hermes, or Pi against your repo on every tick, or queues a NanoClaw task, in an isolated workbench with a watchdog on every run. Loop engineering, not prompting by hand.
Starts the server in the background at http://localhost:5784/. Requires a Unix-like OS with tmux — Moadim's portable in-process scheduler dispatches loops, then launches each agent inside a tmux session. No host cron daemon is required.
Prefer a prebuilt install? Use cargo binstall moadim or npm install -g moadim.
Every loop is also a documented HTTP endpoint, with an OpenAPI schema and Swagger UI baked into the daemon.
The same call as an MCP tool, for any MCP-compatible agent connected to /mcp.
A loop pairs a prompt, a schedule, and an agent — Claude, Codex, Hermes, NanoClaw, or Pi. Each tick launches it in a fresh, isolated workbench, kills hung runs, and reaps the session when it's done.
Loops fire from Moadim's portable in-process scheduler — no hidden queue, no cloud. Run moadim install to register a launchd / systemd service so the daemon keeps running across logins and reboots.
Every loop is an MCP tool and a documented HTTP endpoint — Swagger UI, an iCal feed, and a web UI baked into the daemon.