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. CTRLRun

    CTRLRun

    CTRLRun is an open-source Python execution-safety layer for AI-agent actions. It sits between an agent's decision to act and the consequential call, applying policy, human approval, reservation, execution, outcome resolution and tamper-evident receipts.

    Visit Website

    At a Glance

    1Tool Listed
    6Products
    11Capabilities
    Discussions
    New York, United StatesHeadquarters
    Focus Areas
    Autonomous Systems
    Human-in-the-Loop Training
    Agent Frameworks
    Connect
    Latest News
    CTRLRun 0.12.2 released with MCP registry manifest and improved operator-tool descriptionsSep 15, 2026
    CTRLRun 0.12.1 released with verify-tool fixes; published release grades 22 of 22 applicable guaranteesSep 15, 2026
    Markets
    • Developers and engineering teams building AI agents
    • Organizations operating consequential AI workflows
    • Teams using MCP, LangChain, LangGraph or the OpenAI Agents SDK
    • Operators needing policy enforcement, approvals, exactly-once effects and audit evidence

    AI Tools by CTRLRun

    (1)
    View ctrlrun
    ctrlrun tool icon

    ctrlrun

    AI Agent Action Policy Layer

    Autonomous SystemsHITL TrainingAgent Frameworks

    Discussions

    No discussions yet

    Be the first to start a discussion about CTRLRun

    Latest News

    09/15/2026

    CTRLRun 0.12.2 released with MCP registry manifest and improved operator-tool descriptions

    github.com
    09/15/2026

    CTRLRun 0.12.1 released with verify-tool fixes; published release grades 22 of 22 applicable guarantees

    github.com
    09/15/2026

    CTRLRun 0.12.0 released as a hardening milestone with property tests, SBOM generation and architecture fixes

    github.com
    09/15/2026

    LangChain middleware adapter and its documentation were added to the repository and published-record work was merged

    github.com

    Products & Services

    6
    ctrlrun Python library and CLI
    2026

    Apache-2.0 Python package (Python 3.11+) providing @protect, policy-driven allow/approve/deny decisions, approval binding, effect-key reservation, explicit AMBIGUOUS outcomes, receipts, authority/delegation, observe mode, verification and operational CLI commands.

    MCP gateway
    2026

    A gateway that places the execution boundary in front of an existing MCP server, enforcing policy and approval without requiring changes to the agent; it supports tools behind MCP in any language.

    ctrlrun mcp-operator
    2026-09-15

    Operator MCP server exposing read and write commands so an approver can inspect pending actions and answer approvals from an MCP client; release 0.12.2 added the official registry manifest, and subsequent source changes added stdio operation.

    ctrlrun-langchain
    2026-09-15

    LangChain middleware adapter that gates tool calls through wrap_tool_call so refused calls do not run and decisions leave receipts.

    Market Position

    CTRLRun positions itself at the execution boundary rather than as a model guardrail, general agent-oversight dashboard, durable workflow engine or single-API idempotency key. Its differentiators are exact-action approval binding, cross-host effect reservation, explicit treatment of lost/unknown outcomes as AMBIGUOUS, and receipts that record the decision and evidence.

    Leadership

    Founders

    AG

    Arpan Ghoshal

    Applied AI Engineer and independent consultant; his public profile says he builds production AI systems including LLM pipelines, agents, retrieval and evaluation. Previously Director of AI Innovation at Operating Equity Partners (Vivid Labs Holdings, Inc.), where he led AI product launches and built agent-reasoning, evaluation and observability systems; he also identifies himself as CTRLRun's creator and maintainer.

    Executive Team

    AG

    Arpan Ghoshal

    Creator and maintainer

    Applied AI Engineer and independent consultant; previously Director of AI Innovation at Operating Equity Partners (Vivid Labs Holdings, Inc.).

    Founding Story

    The project was started around the observation that an AI agent able to send money, delete infrastructure or email a customer needs more than a good prompt. Its initial vision is to make consequential actions safe to execute by binding approval to the exact action, preventing duplicate effects, treating uncertain outcomes as ambiguous rather than failed, and recording evidence.

    Business Model

    Revenue Model

    The core ctrlrun distribution is open-source under Apache-2.0 and installable from PyPI; the public sources reviewed do not describe a paid plan or a CTRLRun-specific commercial revenue stream.

    No IPO information or plans were identified; CTRLRun is presented publicly as an open-source project.

    Target Markets

    Industries & Segments
    • Developers and engineering teams building AI agents
    • Organizations operating consequential AI workflows
    • Teams using MCP, LangChain, LangGraph or the OpenAI Agents SDK
    • Operators needing policy enforcement, approvals, exactly-once effects and audit evidence
    Use Cases
    • Agent-initiated payments, refunds and payouts
    • Infrastructure and Kubernetes operations
    • Database migrations
    • IAM and credential rotation
    • CRM and customer-record updates
    • Data deletion under retention rules

    Quick Facts

    Headquarters
    New York, United States

    History & Milestones

    2026-09-15

    CTRLRun 0.12.2 released; added the official MCP registry manifest and Glama metadata, improved operator-tool descriptions, and corrected the MCP README link for approvers.

    2026-09-15

    CTRLRun 0.12.1 released with fixes that made the verify tool grade 22 of 22 applicable guarantees instead of under-reporting them.

    2026-09-15

    CTRLRun 0.12.0 released as a hardening milestone, adding property tests, a wheel-measured CycloneDX SBOM and architecture/module-graph fixes.

    2026-09-11

    Documentation recorded support for agents the operator cannot modify, including hosted or chat-based agents whose consequential actions pass through an operator-controlled tool or API.

    2026-09-07

    The published Postgres soak was documented as 20 minutes, 889,735 actions and zero unattributed ambiguous outcomes, with a positive control fired; the documentation explicitly says this does not establish multi-day accumulation behavior.

    Key Capabilities

    11
    Exact-action approval binding: changing arguments after approval voids the approval
    At-most-once logical-effect execution across threads, processes and hosts
    Explicit AMBIGUOUS outcome handling that blocks blind retries
    Fail-closed handling for unknown actions, missing policies, principals and approvals
    Authority and bounded delegation model
    Portable JSON receipts with a hash chain and policy hash/version

    Integrations & Partnerships

    Platform Integrations

    • PyPI package for Python 3.11 and later
    • SQLite and Postgres state stores
    • MCP gateway and MCP operator server
    • LangChain middleware
    • LangGraph interrupt()
    • OpenAI Agents SDK tool-approval interruption
    • GitHub Actions verification action
    • OpenTelemetry

    Key Partnerships

    Integrations with LangChain, LangGraph and OpenAI Agents SDK
    MCP ecosystem support, including an official MCP registry manifest for the operator server
    OpenTelemetry export for existing observability backends

    Connect

    Website
    ctrlrun.dev
    GitHub
    CTRLRun

    AI Topics

    3

    CTRLRun focuses on these topics:

    Autonomous Systems(1)
    Human-in-the-Loop Training(1)
    Agent Frameworks(1)
    Back to all developersSuggest an edit