EveryDev.ai
Subscribe
Home
Tools

3,864+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Moadim
    Moadim icon

    Moadim

    Agent Frameworks

    Moadim is an open-source loop engine that schedules AI agent routines (Claude, Codex, Hermes, Pi) on a cron schedule via a local daemon with UI, REST, and MCP interfaces.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT license. No paid tier, no account required.

    Engagement

    Available On

    macOS
    Linux
    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent FrameworksMCP IntegrationAutonomous Systems

    Alternatives

    nanobotLoomalOpen Agent Builder
    Developer
    MoadimMoadim builds an open-source loop engine for AI agents, lett…

    Listed Sep 2026

    About Moadim

    Moadim is an open-source, MIT-licensed loop engine for AI agents, built in Rust and distributed as a self-hosted local daemon. It lets developers define "routines" — a prompt, a schedule, and an agent — and fires them automatically against a repository on every cron tick, without manual prompting. The project is maintained by the moadim-io organization on GitHub and is free to use, modify, and self-host with no account required.

    What It Is

    Moadim introduces the concept of "loop engineering": instead of manually prompting AI coding agents, you design a loop that prompts them on a schedule. Each routine pairs a cron expression, a prompt, and a named agent (Claude, Codex, Hermes, NanoClaw, or Pi). The daemon fires the agent inside a fresh, isolated workbench on every tick, kills hung runs via a watchdog, and reaps the session when it finishes. The result is a persistent, automated agent workflow that runs while you sleep — no cloud queue, no sign-up, no hidden infrastructure.

    Architecture and Interfaces

    The daemon runs on http://localhost:5784 and exposes three interfaces simultaneously over a single port:

    • Web UI — a browser dashboard for managing routines, viewing logs, and controlling the daemon
    • REST API — a fully documented HTTP API with Swagger UI at /docs and an auto-generated OpenAPI spec
    • MCP endpoint — a Model Context Protocol interface at /mcp, compatible with Claude Code and any MCP client

    Routines are stored as TOML files under ~/.config/moadim/routines/, making them git-trackable and diff-friendly. The in-process scheduler (backed by tokio-cron-scheduler) handles all firing without relying on the host's cron daemon.

    Supported Agents and Isolation

    Built-in agents include claude, codex, hermes, nanoclaw, and pi. Each agent is configured via a TOML file at ~/.config/moadim/agents/<name>.toml. The daemon seeds default configs on first run but never overwrites user edits. Every routine run executes in a throwaway workbench directory under ~/.moadim/workbenches/, reaped on a periodic five-minute sweep. A watchdog enforces per-routine max_runtime_secs limits, and an overlap policy (configurable per routine) prevents concurrent fires of the same routine from interfering with each other.

    Deployment and Platform Support

    Moadim runs on macOS and Linux. It requires tmux on the PATH (used to launch each agent session) and optionally python3 for the built-in Claude agent's unattended trust pre-seeding. Installation options include:

    • cargo install --locked moadim (from source via Cargo)
    • cargo binstall moadim (prebuilt binary, no Rust toolchain compile)
    • npm install -g moadim (thin npm wrapper over per-platform prebuilt binaries)
    • Homebrew tap from the repository

    Running moadim install registers a launchd (macOS) or systemd (Linux) user service so the daemon survives reboots. The daemon binds to loopback by default and enforces security guards against non-loopback exposure unless an API token is set.

    Update: v3.2.8

    The latest release is v3.2.8, published on 2026-09-03, with the repository last updated on 2026-09-10. The project was created in June 2026 and has accumulated 51 GitHub stars and 35 open issues, indicating active early development. The changelog follows the Keep a Changelog format and is tracked in CHANGELOG.md in the repository.

    Moadim - 1

    Community Discussions

    Be the first to start a conversation about Moadim

    Share your experience with Moadim, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT license. No paid tier, no account required.

    • Unlimited routines
    • All built-in agents (Claude, Codex, Hermes, NanoClaw, Pi)
    • Web UI, REST API, and MCP endpoint
    • Self-hosted on macOS and Linux
    • No account or sign-up required

    Capabilities

    Key Features

    • Cron-scheduled AI agent routines (loop engineering)
    • Built-in agents: Claude, Codex, Hermes, NanoClaw, Pi
    • Isolated per-run workbench with watchdog and auto-reap
    • Web UI, REST API, and MCP endpoint on a single port
    • Swagger UI and auto-generated OpenAPI spec
    • Git-trackable TOML routine configuration
    • In-process scheduler — no host cron daemon required
    • launchd/systemd service registration via moadim install
    • Per-routine overlap policy and concurrency cap
    • Scoped environment variables per routine (tracked and gitignored)
    • Global user prompt injected into every routine
    • Failure notification hooks (command and webhook)
    • iCalendar feed of upcoming routine fire times
    • JSON log format for log aggregator integration
    • API token authentication for remote deployments
    • Machine identity filtering for multi-host config repos
    • On-demand workbench cleanup with disk ceiling support
    • Shell completions for bash, zsh, fish, powershell, elvish

    Integrations

    Claude (Anthropic)
    Codex (OpenAI)
    Hermes
    NanoClaw
    Pi
    Model Context Protocol (MCP)
    tmux
    launchd (macOS)
    systemd (Linux)
    Homebrew
    npm
    cargo binstall
    Loki
    ELK
    Vector
    CloudWatch
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Moadim and help others make informed decisions.

    Developer

    Moadim Team

    Moadim builds an open-source loop engine for AI agents, letting developers schedule automated agent routines via a self-hosted local daemon. The project is written in Rust and exposes a unified UI, REST API, and MCP interface over a single port. Moadim is MIT-licensed, free to use, and requires no account or cloud service.

    Read more about Moadim Team
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    nanobot icon

    nanobot

    Ultra-lightweight, open-source personal AI agent with persistent memory, multi-channel chat, MCP support, and long-horizon task execution.

    Loomal icon

    Loomal

    Loomal gives AI agents a verifiable identity — DKIM-signed email, AES-256-GCM encrypted vault, and TOTP 2FA — all accessible via a single REST API or MCP server.

    Open Agent Builder icon

    Open Agent Builder

    An open-source framework by Firecrawl for building AI agents with web scraping and data extraction capabilities.

    Browse all tools

    Related Topics

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    690 tools

    MCP Integration

    Tools for integrating MCP with existing AI systems and applications.

    99 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    418 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions