Show HN: Moadim.io – 智能体调度器
Show HN: Moadim.io – A scheduler for agents

原始链接: https://moadim.io/

Moadim 是一款开源、基于 MIT 协议的自动化工具,完全免费、无需账号且支持自托管。它专为 macOS 和 Linux 设计,作为本地守护进程(通过 `launchd` 或 `systemd` 管理)运行,执行任务时无需依赖云端,也不存在隐藏队列。 该工具支持多种内置代理(包括 Claude、Codex、Hermes 等),这些代理在独立的 `tmux` 环境中运行。每个任务的执行过程都经过彻底的沙盒隔离,确保运行之间不会发生状态泄露,并配备了看门狗计时器以终止卡死的进程。Moadim 要求系统路径中必须安装 `tmux`;若使用 Claude 代理,则还需 `python3` 来管理无人值守的信任授权和 MCP 审批。用户只需运行 `moadim install` 即可轻松管理持久化,确保守护进程在重启后依然生效。

抱歉。
相关文章

原文

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.

How is each run isolated?
Every tick launches the agent in a fresh, isolated workbench. A watchdog kills hung runs, and the session is reaped once it finishes — so one run can't leak state into the next.

联系我们 contact @ memedata.com