EveryDev.ai
Subscribe
Home
Tools

3,419+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
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. AI DevOps
    AI DevOps icon

    AI DevOps

    Agent Harness
    Featured

    An open-source AI DevOps framework and OpenCode plugin that turns AI assistants into autonomous project delivery agents across code, infrastructure, business, SEO, and 30+ services.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under MIT license. No cost to use, modify, or distribute.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Android
    iOS

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent HarnessDevOps InfrastructureMulti-agent Systems

    Alternatives

    DeepAgentsOpenAI SymphonyOpenHarness
    Developer
    Marcus QuinnJersey, Channel IslandsEst. 2024

    Listed Aug 2026

    About AI DevOps

    AI DevOps (aidevops) is an open-source framework created by Marcus Quinn on 9 November 2025 that wraps OpenCode and other AI coding tools with the coordination, security, and git hygiene needed to ship real work autonomously. It is MIT-licensed, free to use, and installable via npm, Homebrew, Bun, or a direct curl script.

    What It Is

    AI DevOps is an agent harness and DevOps automation framework built for the gap between "the model can probably do this" and "the work is actually done, verified, safe, and worth the cost." Rather than replacing an AI coding tool, it layers structure on top of one — providing context routing, secret management, git worktree isolation, multi-agent orchestration, cross-model verification, and a library of 2,150+ domain-specific agent markdown files and 1,630+ helper scripts. The recommended runtime is OpenCode paired with OpenAI GPT-5.5 for complex work and GPT-5.4 mini for triage and routine tasks, though Claude (Anthropic), Gemini, Cursor, and local models via llama.cpp are all supported.

    Autonomous Orchestration Architecture

    The framework's core runtime primitive is the Pulse supervisor — an autonomous AI supervisor that runs every two minutes via launchd with no human at the terminal. Each pulse cycle merges ready PRs, dispatches workers to open issues, kills stuck processes, detects orphaned PRs, syncs TODO state with GitHub, triages quality findings from SonarCloud/CodeRabbit/Codacy, and advances multi-day Missions. Missions break a high-level goal into milestones, dispatch parallel workers in isolated git worktrees, validate each milestone, and track model budget automatically.

    Key orchestration components include:

    • SQLite-backed mailbox for inter-agent messaging across parallel sessions (WAL mode, indexed queries)
    • Named runners — persistent headless agent instances with their own AGENTS.md, config, and memory namespaces
    • Multi-model verification — destructive operations (force push to main, DROP DATABASE, production deploy) are blocked unless a second AI model from a different provider independently agrees
    • Budget tracker — append-only cost log with burn-rate analysis and model routing decisions
    • TOON format — Token-Oriented Object Notation that the project claims delivers 20–60% token reduction vs JSON/YAML for agent indexes and registries

    Agent Design and Domain Coverage

    The framework ships 14 primary agents (Build+, Automate, Product, SEO, Marketing-Sales, and others) with specialist subagents on demand, organized across domains including code, infrastructure, business, legal, content, research, SEO, health, reports, and framework self-improvement. A compressed TOON routing table (subagent-index.toon) maps all 2,150+ agents by domain, purpose, and dependency so agents can discover related context without loading full markdown files.

    Domain coverage extends well beyond code:

    • Infrastructure & hosting: Hetzner, Hostinger, Coolify, Vercel, AWS, DigitalOcean, Cloudflare DNS
    • Security & quality: gopass/Vaultwarden for secrets, SonarCloud, CodeFactor, Codacy, CodeRabbit, Snyk, Socket, Secretlint, OSV Scanner, Cisco Skill Scanner for imported agent skills
    • SEO: 40+ SEO subagents covering Ahrefs, DataForSEO, Serper, Semrush, Google Search Console, Bing Webmaster Tools
    • Browser automation: Playwright, Stagehand, Crawl4AI, Chrome DevTools MCP, agent-browser
    • Communications: Matrix bot dispatch, SimpleX Chat gateway, Matterbridge bridging 20+ platforms
    • Voice: Whisper MLX → OpenCode → Edge TTS pipeline with ~6–8 second round-trip on Apple Silicon

    MCP Integration and Skill System

    The framework configures 20 MCP servers for OpenCode, split between globally loaded tools (Augment Context Engine, Claude Code MCP) and per-agent tools that load on demand to avoid context overhead. MCP packages are installed globally via bun install -g for ~0.1s startup vs 2–3s with npx.

    An importable skills system lets users pull external SKILL.md files from GitHub or ClawdHub registries. Imported skills are automatically security-scanned via Cisco Skill Scanner; CRITICAL/HIGH findings block the import. The framework ships curated skills for Cloudflare Workers, HeyGen video, Remotion, Anime.js, CalDAV, and Proxmox VE.

    Update: v3.32.220

    The latest release is v3.32.220, published on 4 August 2026. Recent framework additions documented in the README include OpenCode GUI/control-plane planning with ADRs and threat-model guidance, mobile and simulator workflows (Expo, Xcode, App Store Connect, Maestro, iOS Simulator MCP), self-hosted GitHub runner lifecycle runbooks, pulse diagnostics with compact API-budget reporting, worker and PR observability with causal lineage tracking, and OpenCode runtime polish including versioned session title suffixes and OAuth pool hardening. The GitHub repository shows 23,879 commits to date with daily commit activity, 359 stars, and 59 forks as of the data collected.

    Setup Path and System Requirements

    Installation takes a single command. The recommended path is npm install -g aidevops && aidevops update, which deploys agents to ~/.aidevops/agents/ and installs the CLI. Homebrew (brew install marcusquinn/tap/aidevops) and Bun alternatives are also supported. After installation, aidevops init scaffolds any git repository with planning files, agent context, and optional deployment manifests. The framework itself is lightweight (shell scripts + markdown); GPU is only needed for local voice pipeline or local LLM inference. Minimum hardware is any modern laptop with 8 GB RAM for cloud AI API use.

    AI DevOps - 1

    Community Discussions

    Be the first to start a conversation about AI DevOps

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

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under MIT license. No cost to use, modify, or distribute.

    • Full framework source code
    • 14 primary agents and 2,150+ subagent markdown files
    • 1,630+ helper scripts
    • 20 MCP server integrations
    • 30+ service integrations

    Capabilities

    Key Features

    • Pulse supervisor for autonomous 24/7 AI operations
    • Multi-agent orchestration with git worktree isolation
    • Mission system for multi-day autonomous projects
    • Cross-model verification for high-stakes operations
    • 14 primary domain agents with 2,150+ subagent markdown files
    • 1,630+ helper scripts for deterministic automation
    • 20 MCP server integrations
    • 30+ service integrations (hosting, DNS, security, SEO, comms)
    • TOON format for 20-60% token reduction
    • SQLite-backed inter-agent mailbox system
    • Named runners with persistent identity and memory namespaces
    • Budget tracking with burn-rate analysis and model routing
    • Importable skills system with Cisco Skill Scanner security gate
    • Voice bridge (Whisper MLX → OpenCode → Edge TTS, ~6-8s round-trip)
    • Browser automation via Playwright, Stagehand, Crawl4AI
    • 40+ SEO subagents
    • GPG-encrypted secret management via gopass
    • Multi-platform code quality (SonarCloud, CodeFactor, Codacy, CodeRabbit, Snyk)
    • Self-improving agent system with privacy filtering
    • Agent testing framework with before/after comparison
    • Task graph visualization with Beads
    • Report generation with PDF export (A4, US Letter, slides)
    • Local model inference via llama.cpp
    • Matrix bot dispatch and SimpleX Chat gateway
    • Mobile app and simulator testing workflows

    Integrations

    OpenCode
    Claude Code
    Cursor
    Zed
    GitHub
    GitLab
    Gitea
    OpenAI GPT-5.5
    Anthropic Claude
    Google Gemini
    Playwright
    Stagehand
    Crawl4AI
    SonarCloud
    CodeFactor
    Codacy
    CodeRabbit
    Snyk
    Socket
    Sentry
    Secretlint
    OSV Scanner
    Qlty
    Cloudflare
    Vercel
    AWS
    DigitalOcean
    Hetzner Cloud
    Hostinger
    Coolify
    Ahrefs
    DataForSEO
    Serper
    Semrush
    Google Search Console
    Bing Webmaster Tools
    WordPress
    LocalWP
    MainWP
    Twilio
    Matrix
    SimpleX Chat
    Matterbridge
    Repomix
    Context7
    Augment Context Engine
    DSPy
    Langflow
    CrewAI
    AutoGen
    Remotion
    llama.cpp
    gopass
    Vaultwarden
    Pandoc
    MinerU
    Cisco Skill Scanner
    VirusTotal
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    Marcus Quinn

    Marcus Quinn builds AI DevOps tooling and open-source automation frameworks from Jersey, The Channel Islands. He created aidevops to solve the teamwork and coordination gaps he found in standard AI coding tools, focusing on git-native collaboration, security-first secret management, and autonomous multi-agent delivery. The project is MIT-licensed and designed to be used by individuals, teams, and companies building websites, apps, marketing systems, and client services.

    Founded 2024
    Jersey, Channel Islands
    1 employees

    Used by

    Local Jersey businesses (via Evergreen.…
    Open-source community contributors
    Read more about Marcus Quinn
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    DeepAgents icon

    DeepAgents

    An open-source framework by LangChain for building deep research-style multi-agent systems powered by LLMs.

    OpenAI Symphony icon

    OpenAI Symphony

    Symphony is an open-source multi-agent orchestration framework by OpenAI, built with Elixir, for coordinating AI agents in complex workflows.

    OpenHarness icon

    OpenHarness

    Open-source lightweight agent infrastructure (tool-use, skills, memory, multi-agent coordination) with ohmo, a personal AI agent that works in Feishu, Slack, Telegram, and Discord.

    Browse all tools

    Related Topics

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    128 tools

    DevOps Infrastructure

    Platforms and tools for CI/CD pipelines and DevOps practices.

    70 tools

    Multi-agent Systems

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

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