EveryDev.ai
Sign inSubscribe
Home
Tools

2,690+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1815
  • Coding1295
  • Infrastructure600
  • Marketing467
  • Projects433
  • Research403
  • Analytics351
  • Design338
  • Security243
  • MCP242
  • Testing238
  • Data230
  • Integration178
  • Prompts160
  • Learning159
  • Communication154
  • Extensions150
  • Voice130
  • Commerce125
  • DevOps108
  • Web80
  • Finance21
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. omegacode
    omegacode icon

    omegacode

    Multi-agent Systems

    Agent-agnostic JavaScript workflow orchestrator for coding agents like Claude Code and Codex, using a small deterministic DSL to coordinate parallel and sequential agent runs.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Freely available under the MIT License. Install via npm and use with your own Claude Code or Codex worker.

    Engagement

    Available On

    Web
    API
    CLI

    Resources

    WebsiteGitHubllms.txt

    Topics

    Multi-agent SystemsAgent FrameworksAI Coding Assistants

    Alternatives

    oh-my-codexRepoMasterGoogle Antigravity
    Developer
    Sawyer HoodSawyer Hood builds open-source developer tools focused on AI…

    Listed Jun 2026

    About omegacode

    omegacode is an open-source CLI tool built by Sawyer Hood that lets developers orchestrate fleets of coding agents — including Claude Code and OpenAI Codex — using plain JavaScript workflow files. It is available under the MIT License and installable globally via npm, requiring Node 20 or later and at least one supported agent worker.

    What It Is

    omegacode provides an agent-agnostic runtime for Claude Code's workflow concept. Instead of being tied to a single AI coding agent, it introduces a small deterministic DSL — agent(), parallel(), pipeline(), and phase() — injected into plain JavaScript files so no imports are needed. The same workflow file can drive Claude Code, Codex, or both in a single run, enabling cross-provider diversity and adversarial review patterns.

    How the DSL Works

    Workflows are .workflow.js files that export a meta object and use the injected DSL primitives:

    • agent(prompt, options) — spawns a real Codex or Claude Code agent subprocess
    • parallel(tasks) — fans out multiple agents concurrently
    • pipeline(items, fn) — maps a function over items sequentially or in stages
    • phase(name) — labels a logical phase for the live dashboard and journal

    The provider option on each agent() call can be omitted to inherit the run-level default, or pinned per call to force a specific model — enabling workflows where one model proposes and another critiques.

    Built-In Workflows

    Six workflow templates ship with the package out of the box:

    • deep-research — multi-step research with fan-out and synthesis
    • code-review — standard single-provider review
    • multi-provider-review — both Claude Code and Codex review the same branch independently, then a synthesis merges results
    • bake-off — both models implement the same task in isolated worktrees; blind cross-provider judges pick a winner
    • provider-debate — propose → attack → rebut for N rounds, then a judge rules
    • second-opinion — both answer cheaply; agreement returns merged, disagreement escalates to deep effort and adjudicates

    Setup Path

    Installation is a two-step process: install the npm package globally, then run omegacode install-skill to copy the authoring guide into ~/.claude/skills/ (for Claude Code) and ~/.agents/skills/ (for Codex-compatible agents). The --claude or --agents flags limit installation to one target. Running omegacode doctor checks that the required worker binaries are available.

    Resumability and Observability

    Runs are journaled to disk, making them resumable: omegacode run <name> --resume <runId> re-runs only the changed suffix of a workflow. The omegacode serve command opens a live read-only dashboard showing every agent's status as it works, and run auto-starts the viewer by default.

    Current Status

    The repository was created in early June 2026 and last updated June 9, 2026, with CI passing on the main branch. It has 9 stars and is an early-stage project with one open issue. The MIT license makes it freely usable, modifiable, and distributable.

    omegacode - 1

    Community Discussions

    Be the first to start a conversation about omegacode

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

    Pricing

    OPEN SOURCE

    Open Source

    Freely available under the MIT License. Install via npm and use with your own Claude Code or Codex worker.

    • Full CLI access
    • All six built-in workflows
    • Live dashboard
    • Resumable runs
    • Skill installation for Claude Code and Codex

    Capabilities

    Key Features

    • Agent-agnostic workflow orchestration
    • Supports Claude Code and Codex workers
    • Deterministic DSL: agent(), parallel(), pipeline(), phase()
    • Plain JavaScript workflow files with no imports required
    • Cross-provider diversity in a single workflow run
    • Six built-in workflow templates (deep-research, code-review, bake-off, etc.)
    • Live dashboard via omegacode serve
    • Journaled and resumable runs
    • Skill installation for Claude Code and Codex agents
    • omegacode doctor for environment health checks
    • omegacode guide for full authoring reference

    Integrations

    Claude Code
    OpenAI Codex
    Node.js
    API Available

    Reviews & Ratings

    No ratings yet

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

    Developer

    Sawyer Hood

    Sawyer Hood builds open-source developer tools focused on AI agent orchestration. The omegacode project provides a runtime for coordinating multiple coding agents — including Claude Code and Codex — using plain JavaScript workflow files. Hood's work emphasizes agent-agnostic design, enabling cross-provider workflows with a minimal deterministic DSL.

    Read more about Sawyer Hood
    GitHub
    1 tool in directory

    Similar Tools

    oh-my-codex icon

    oh-my-codex

    A workflow and multi-agent orchestration layer for OpenAI Codex CLI that adds staged pipelines, parallel team execution, persistent memory, and extensible hooks.

    RepoMaster icon

    RepoMaster

    An open-source AI agent that autonomously discovers, understands, and executes tasks using GitHub repositories, turning 100M+ open-source repos into an intelligent toolbox.

    Google Antigravity icon

    Google Antigravity

    Google Antigravity is an agentic development platform that lets developers build, orchestrate, and manage multiple local AI agents in parallel across coding, research, and automation tasks.

    Browse all tools

    Related Topics

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    192 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    390 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    520 tools
    Browse all topics
    Back to all tools
    Discussions