EveryDev.ai
Subscribe
Home
Developers

3,289+ AI companies

  • Radar
  • Trending
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. Developers
    3. Moadim

    Moadim

    Moadim is an open-source, local-first loop engine for scheduling AI agents against repositories. It combines a prompt, schedule, and agent into repeatable routines that run unattended in isolated workbenches, with UI, REST, and MCP interfaces.

    Visit Website

    At a Glance

    1Tool Listed
    4Products
    11Capabilities
    Discussions
    Focus Areas
    Agent Frameworks
    MCP Integration
    Autonomous Systems
    Connect
    Latest News
    Moadim v3.2.8 added a built-in NanoClaw agent bridge and opt-in overlap sidecars for concurrent routine fires.Sep 3, 2026
    Moadim v3.2.7 added operator-confirmed manual routine runs while system power saving is active.Sep 2, 2026
    Markets
    • Individual developers and open-source maintainers
    • Software engineering teams using AI coding agents
    • Local-first and privacy-conscious developers
    • Teams managing recurring repository maintenance and CI-adjacent work
    • +1 more

    AI Tools by Moadim

    (1)
    View Moadim
    Moadim tool icon

    Moadim

    Scheduled AI Agent Loop Engine

    Agent FrameworksMCP IntegrationAutonomous Systems

    Discussions

    No discussions yet

    Be the first to start a discussion about Moadim

    Latest News

    09/03/2026

    Moadim v3.2.8 added a built-in NanoClaw agent bridge and opt-in overlap sidecars for concurrent routine fires.

    github.com
    09/02/2026

    Moadim v3.2.7 added operator-confirmed manual routine runs while system power saving is active.

    github.com
    08/29/2026

    The project documented its positioning versus cron/systemd, GitHub Actions, Claude scheduling, and other agent runners, emphasizing local portable routine scheduling.

    github.com
    07/29/2026

    Moadim published the v3.0.0 daemon release during its rapid public release sequence.

    github.com

    Products & Services

    4
    Moadim daemon / moadim Rust application
    2026

    A self-hosted Rust daemon that schedules agent routines—each a prompt, schedule, and agent—against repository workspaces. It runs locally on macOS and Linux and is distributed through Cargo, cargo-binstall, npm, Homebrew source builds, and GitHub release binaries.

    Moadim web UI
    2026

    A built-in dashboard for managing routines, viewing schedules and run history, inspecting logs, configuring settings and concurrency, and manually triggering runs.

    Moadim REST API and OpenAPI/Swagger interface
    2026

    Documented HTTP endpoints served by the daemon, including routine listing and management, with an OpenAPI schema and embedded Swagger UI.

    Moadim MCP interface
    2026

    An /mcp endpoint exposing routines as MCP tools so compatible agents can inspect, schedule, and re-fire their own routines.

    Market Position

    Moadim positions itself as a purpose-built scheduler for recurring AI-agent routines rather than a general script scheduler or hosted workflow platform. Its stated differentiators are local/offline execution, agent agnosticism, per-run isolation, git-trackable configuration, one-port UI/REST/MCP access, native MCP self-scheduling, and no cloud or per-minute billing. Its documented alternatives include cron/systemd timers, GitHub Actions, Claude Code scheduling, n8n, Temporal, Airflow, and standalone Codex/Hermes runners.

    Leadership

    Founders

    OG

    Ofek Gabay

    Creator and primary maintainer of Moadim (GitHub handle tupe12334). Public profile results identify him as a tech and AI enthusiast with experience as a Senior AI Engineer at Guidde, maintainer at Centy, Senior Software Engineer in the IDF Digital & Data unit, and software engineer at Amplication.

    Executive Team

    OG

    Ofek Gabay

    Founder and primary maintainer

    GitHub maintainer and author of the Show HN launch post; public profile results identify prior work at Guidde, Centy, the IDF Digital & Data unit, and Amplication.

    Founding Story

    Ofek Gabay introduced Moadim in a September 2026 Show HN post after building a scheduler to make agent routines git-compatible, agent-agnostic, open source, operating-system agnostic, multi-runner, and accessible through MCP, UI, and HTTP. The initial vision was a single source of truth in a repository for recurring agent work, rather than manually prompting agents or configuring low-level cron jobs.

    Business Model

    Revenue Model

    Moadim is free, open source under the MIT license, self-hosted, and has no paid tier or account requirement. Users run it on their own machines and supply/configure their own agent tooling.

    Pricing Tiers

    Free / self-hosted
    $0

    MIT-licensed software; no paid tier and no sign-up. Installation is available via Cargo, cargo-binstall, npm, Homebrew source build, or release binaries.

    Target Markets

    Industries & Segments
    • Individual developers and open-source maintainers
    • Software engineering teams using AI coding agents
    • Local-first and privacy-conscious developers
    • Teams managing recurring repository maintenance and CI-adjacent work
    • Operators who need agent scheduling without hosted orchestration infrastructure
    Use Cases
    • Recurring codebase maintenance and refactoring
    • Scheduled bug detection, regression checks, and repository quality sweeps
    • Automated pull/materialization and other periodic repository operations
    • Daily messages, monitoring, and notifications generated by local agents
    • Agent-driven workflows that need isolated workspaces and unattended execution
    • Local/offline automation where a cloud queue or hosted runner is undesirable

    History & Milestones

    July 2, 2026

    The daemon's public release history shows v0.21.0, with append-only scheduled and manual trigger history introduced in log files.

    July 9, 2026

    Moadim reached the v1.0.0 release, described in the release history as the first stable 1.0 release.

    July 29, 2026

    The project published v3.0.0, following a rapid sequence of public releases and continued daemon/UI development.

    August 29, 2026

    Documentation added a detailed comparison positioning Moadim as a portable local scheduler for agent routines, distinct from cron, systemd timers, GitHub Actions, Claude scheduling, and heavier workflow runners.

    September 2-3, 2026

    v3.2.7 and v3.2.8 added manual routine execution during power saving, a built-in NanoClaw bridge, and opt-in overlap sidecars for concurrent fires.

    Key Capabilities

    11
    Portable in-process scheduler that does not require a host cron daemon
    Agent-agnostic architecture with built-in Claude, Codex, Hermes, Pi, and NanoClaw support
    Fresh isolated workbench for each run
    tmux-based agent session launch, watchdog termination for hung runs, and cleanup/reaping of completed sessions
    Runs locally and survives reboots through launchd on macOS or systemd on Linux
    Git-trackable routine configuration and repository-based single source of truth

    Integrations & Partnerships

    Platform Integrations

    • macOS and Linux
    • Claude, Codex, Hermes, Pi, and NanoClaw agent runners
    • Model Context Protocol (MCP) at /mcp
    • REST/HTTP API with OpenAPI and Swagger UI
    • Web browser UI
    • iCal calendar feed
    • Git repositories and Git-trackable TOML/prompt configuration
    • tmux runtime sessions

    Connect

    Website
    moadim.io
    GitHub
    moadim-io

    AI Topics

    3

    Moadim focuses on these topics:

    Agent Frameworks(1)
    MCP Integration(1)
    Autonomous Systems(1)
    Back to all developersSuggest an edit