---
title: "We Are Open-Sourcing Commando.io: Server Automation Meets the LLM Era | DuoCircle"
description: "DuoCircle is winding down the hosted Commando.io service and open-sourcing the code. Here is why we think pairing webhook-driven server recipes with an LLM is worth building in the open."
image: "https://www.duocircle.com/images/og-default.png"
canonical: "https://www.duocircle.com/blog/open-sourcing-commando-io-server-automation-meets-llms/"
---

Quick Answer

DuoCircle is open-sourcing Commando.io, the web-based server automation platform we acquired for its recipe engine and webhook-driven runbooks. We are winding down the hosted service and releasing the code so the community can self-host it and pair it with an LLM to turn static runbooks into adaptive automations.

Share 

[ ](https://www.linkedin.com/sharing/share-offsite/?url=undefined%2Fblog%2Fopen-sourcing-commando-io-server-automation-meets-llms%2F "Share on LinkedIn") [ ](https://twitter.com/intent/tweet?text=We%20Are%20Open-Sourcing%20Commando.io%3A%20Server%20Automation%20Meets%20the%20LLM%20Era&url=undefined%2Fblog%2Fopen-sourcing-commando-io-server-automation-meets-llms%2F "Share on X/Twitter") [ ](https://www.facebook.com/sharer/sharer.php?u=undefined%2Fblog%2Fopen-sourcing-commando-io-server-automation-meets-llms%2F "Share on Facebook") [ ](https://reddit.com/submit?url=undefined%2Fblog%2Fopen-sourcing-commando-io-server-automation-meets-llms%2F&title=We%20Are%20Open-Sourcing%20Commando.io%3A%20Server%20Automation%20Meets%20the%20LLM%20Era "Share on Reddit") [ ](mailto:?subject=We%20Are%20Open-Sourcing%20Commando.io%3A%20Server%20Automation%20Meets%20the%20LLM%20Era&body=Check out this article: undefined%2Fblog%2Fopen-sourcing-commando-io-server-automation-meets-llms%2F "Share via Email") 

## What is changing

We are winding down the hosted Commando.io service and open-sourcing the code.

If you have used Commando.io, you know what it does: it is web-based SSH, reimagined. You add your servers (bare metal, virtual, or cloud), organize them into groups, and run versioned command containers we call Recipes across those groups. Every execution is stored and audited: who ran what, where, when, and why. Recipes can be written in bash, Terraform, Python, Ruby, Go, or Node.js, and triggered from the API, a GitHub push, the command line, or the iOS app.

DuoCircle acquired Commando.io specifically for that engine: powerful automations and clean server management wrapped in an interface a human actually wants to use. We are not walking away from the technology. We are changing how it gets into your hands. Instead of a hosted account, you will be able to run the whole thing yourself, read every line of it, and bend it to your own infrastructure.

## Why open source, and why now

Here is the honest version.

Commando.io was built on an older PHP stack that needs an upgrade before it has a healthy second decade. We could do that work behind a closed door and keep it as an internal tool. We think it is more useful in the open.

The reason is the part of Commando.io we are most excited about: it can catch a webhook and take action from it. That is the bridge between “something happened” and “do something about it.”

We have run this pattern in production for years. A monitoring service like site24x7.com detects an outage and fires a webhook. Commando.io catches it and runs a Recipe: the runbook for that exact failure. No human paged at 3am to copy and paste commands from a wiki. The runbook just runs.

Static runbooks are already a quietly amazing thing. But a static runbook only does what you wrote down in advance. It cannot read the actual error in the alert, decide that this outage is not quite like the one the runbook assumed, and adjust.

An LLM can.

## The idea we want the community to run with

Pair Commando.io’s webhook-to-recipe engine with an LLM and the static runbook becomes an adaptive one.

The webhook still fires. But now the payload, the recent logs, and the server state can be handed to a model that decides which Recipe to run, fills in the variables, and explains its reasoning into the same audit trail Commando.io already keeps. The alert says “disk filling on the primary.” The model reads it, picks the cleanup Recipe, scopes it to the right server group, runs it, and writes down why. A human reviews the trail in the morning instead of living inside the incident.

We have a strong hunch that someone is going to pair our server management with a model and build automations we have not thought of. We would rather hand over the keys and watch that happen than guess at it ourselves.

The open-source release includes:

- The full Recipe engine and the web interface.
- Server grouping, tagging, and cloud import.
- Centralized file storage with SCP distribution.
- The complete audit trail.
- The API, the CLI, and the iOS app.
- A library of automations to experiment with and use as a starting point.

The PHP stack needs modernizing. That is a feature of an open-source release, not a bug: it is exactly the kind of work a community does well, and it is the first good first issue.

## We still use it every day

This is not a product we are abandoning because it stopped earning its keep.

Commando.io is still our tier-one triage agent for a long list of legacy services. When a script needs to run on demand, Commando.io runs it. That includes billing automations and, importantly, it lets our tier-one support team do things that used to require a shell and elevated permissions: unbanning an IP, restarting a stuck process, pulling a diagnostic. The Recipe is written and reviewed once by someone senior. After that, a tier-one expert clicks a button, and the audit trail records exactly what happened. Nobody hands out root to run one safe command.

That is the quiet power of the thing. It turns “you need shell access and we trust you not to break anything” into “here is a reviewed, audited button.” We are not giving that up. We are giving everyone else the ability to build their own version of it.

## What this means for you

If you are currently on the hosted Commando.io service, nothing breaks today. The hosted service is retired on July 31, 2026, and the open-source code lands in mid-August 2026\. Export your Recipes and files before July 31 so you have everything you need to move to a self-hosted instance once the code is public.

The practical details (the wind-down timeline, how to export your Recipes and files, and where to get the code) live in our support article: [Commando.io is moving to open source: what hosted users need to know](/resources/commando-io-open-source-migration).

If you have ever wanted to wire your monitoring straight into your runbooks, or you want to be the person who pairs server automation with a model and shows the rest of us what that looks like, this release is for you.

We expect to publish the code in mid-August 2026\. Watch this space for the repository link.

## Topics

commandoautomationopen sourceserver managementdevops 

![Brad Slavin](https://media.mailhop.org/dmarcreport/images/team/brad-slavin.jpg) 

Brad Slavin 

General Manager

General Manager at DuoCircle. Product strategy and commercial lead across the email security portfolio.

## Secure your email infrastructure

Protect, authenticate, and deliver. Contact our team to find the right solution.

[Contact Sales](/contact/) [Explore Products](/products/) 

## Related Articles

[  intermediate  10 DKIM Authentication Testing Reports Every Security Team Should Review  Jun 1, 2026 ](/blog/10-dkim-authentication-testing-reports-every-security-team-should-review/)[  intermediate  10 Email Retention Strategies For Managing High-Volume Mailboxes  Jun 30, 2026 ](/blog/10-email-retention-strategies-for-managing-high-volume-mailboxes/)[  intermediate  11 Preventing SPF Configuration Errors Recommendations For Managed Service Providers (MSPs)  Jun 5, 2026 ](/blog/11-preventing-spf-configuration-errors-recommendations-for-managed-service-providers/)[  intermediate  12 Ways To Maintain Email Deliverability After Completing Email Warm-Up  Jul 3, 2026 ](/blog/12-ways-maintain-email-deliverability-after-completing-email-warm-up/)

```json
{"@context":"https://schema.org","@type":"Organization","name":"DuoCircle LLC","url":"https://www.duocircle.com","logo":{"@type":"ImageObject","url":"https://www.duocircle.com/images/duocircle-logo.png"},"description":"DuoCircle is a portfolio of specialized email products covering protection, authentication, delivery, and routing. We deliver about 90% of category-leader capability at roughly half the price, backed by experts who own the outcome. Trusted by 50,000+ organizations since 2014.","subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}],"sameAs":["https://www.linkedin.com/company/duocircle","https://x.com/duocirclellc","https://www.facebook.com/duocirclellc","https://www.g2.com/products/phish-protection-by-duocircle/reviews","https://github.com/duocircle","https://www.crunchbase.com/organization/duocircle-llc"],"contactPoint":{"@type":"ContactPoint","contactType":"customer support","url":"https://support.duocircle.com"},"knowsAbout":["Email Security","Email Authentication","SPF","DKIM","DMARC","Phishing Protection","Spam Filtering","SMTP Relay","Email Deliverability","Email Forwarding"]}
```

```json
{"@context":"https://schema.org","@type":"WebSite","name":"DuoCircle LLC","url":"https://www.duocircle.com","description":"DuoCircle is a portfolio of specialized email products covering protection, authentication, delivery, and routing. We deliver about 90% of category-leader capability at roughly half the price, backed by experts who own the outcome. Trusted by 50,000+ organizations since 2014.","publisher":{"@type":"Organization","name":"DuoCircle LLC","url":"https://www.duocircle.com","logo":{"@type":"ImageObject","url":"https://www.duocircle.com/images/duocircle-logo.png"},"description":"DuoCircle is a portfolio of specialized email products covering protection, authentication, delivery, and routing. We deliver about 90% of category-leader capability at roughly half the price, backed by experts who own the outcome. Trusted by 50,000+ organizations since 2014.","subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}]}}
```

```json
[{"@context":"https://schema.org","@type":"BlogPosting","headline":"We Are Open-Sourcing Commando.io: Server Automation Meets the LLM Era","description":"DuoCircle is winding down the hosted Commando.io service and open-sourcing the code. Here is why we think pairing webhook-driven server recipes with an LLM is worth building in the open.","url":"https://www.duocircle.com/blog/open-sourcing-commando-io-server-automation-meets-llms/","datePublished":"2026-06-30T00:00:00.000Z","dateModified":"2026-06-30T00:00:00.000Z","dateCreated":"2026-06-30T00:00:00.000Z","author":{"@type":"Person","@id":"https://www.duocircle.com/authors/brad-slavin/#person","name":"Brad Slavin","url":"https://www.duocircle.com/authors/brad-slavin/","jobTitle":"General Manager","description":"Brad Slavin runs DuoCircle, the company behind DMARC Report, AutoSPF, Phish Protection, and Mailhop. His focus is product strategy, customer relationships, and the commercial and compliance side of email authentication (DPAs, SLAs, enterprise procurement).","image":"https://media.mailhop.org/dmarcreport/images/team/brad-slavin.jpg","knowsAbout":["Email Security Strategy","SaaS Product Management","Enterprise Compliance","Customer Success","Email Deliverability Business"],"worksFor":{"@type":"Organization","name":"DuoCircle LLC","url":"https://www.duocircle.com"},"sameAs":["https://www.linkedin.com/in/bradslavin"]},"publisher":{"@type":"Organization","name":"DuoCircle LLC","url":"https://www.duocircle.com","logo":{"@type":"ImageObject","url":"https://www.duocircle.com/images/duocircle-logo.png"},"description":"DuoCircle is a portfolio of specialized email products covering protection, authentication, delivery, and routing. We deliver about 90% of category-leader capability at roughly half the price, backed by experts who own the outcome. Trusted by 50,000+ organizations since 2014.","subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}]},"mainEntityOfPage":{"@type":"WebPage","@id":"https://www.duocircle.com/blog/open-sourcing-commando-io-server-automation-meets-llms/"},"articleSection":"intermediate","keywords":"commando, automation, open source, server management, devops","speakable":{"@type":"SpeakableSpecification","cssSelector":[".answer-block","h1"]}},{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https://www.duocircle.com/blog/"},{"@type":"ListItem","position":2,"name":"intermediate"},{"@type":"ListItem","position":3,"name":"We Are Open-Sourcing Commando.io: Server Automation Meets the LLM Era","item":"https://www.duocircle.com/blog/open-sourcing-commando-io-server-automation-meets-llms/"}]}]
```

```json
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.duocircle.com/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://www.duocircle.com/blog/"},{"@type":"ListItem","position":3,"name":"intermediate","item":"https://www.duocircle.comundefined"},{"@type":"ListItem","position":4,"name":"We Are Open-Sourcing Commando.io: Server Automation Meets the LLM Era","item":"https://www.duocircle.com/blog/open-sourcing-commando-io-server-automation-meets-llms/"}]}
```

```json
{"@context":"https://schema.org","@type":"BlogPosting","headline":"We Are Open-Sourcing Commando.io: Server Automation Meets the LLM Era","description":"DuoCircle is winding down the hosted Commando.io service and open-sourcing the code. Here is why we think pairing webhook-driven server recipes with an LLM is worth building in the open.","url":"https://www.duocircle.com/blog/open-sourcing-commando-io-server-automation-meets-llms/","datePublished":"2026-06-30T00:00:00.000Z","dateModified":"2026-06-30T00:00:00.000Z","dateCreated":"2026-06-30T00:00:00.000Z","author":{"@type":"Person","@id":"https://www.duocircle.com/authors/brad-slavin/#person","name":"Brad Slavin","url":"https://www.duocircle.com/authors/brad-slavin/","jobTitle":"General Manager","description":"Brad Slavin runs DuoCircle, the company behind DMARC Report, AutoSPF, Phish Protection, and Mailhop. His focus is product strategy, customer relationships, and the commercial and compliance side of email authentication (DPAs, SLAs, enterprise procurement).","image":"https://media.mailhop.org/dmarcreport/images/team/brad-slavin.jpg","knowsAbout":["Email Security Strategy","SaaS Product Management","Enterprise Compliance","Customer Success","Email Deliverability Business"],"worksFor":{"@type":"Organization","name":"DuoCircle LLC","url":"https://www.duocircle.com"},"sameAs":["https://www.linkedin.com/in/bradslavin"]},"publisher":{"@type":"Organization","name":"DuoCircle LLC","url":"https://www.duocircle.com","logo":{"@type":"ImageObject","url":"https://www.duocircle.com/images/duocircle-logo.png"},"description":"DuoCircle is a portfolio of specialized email products covering protection, authentication, delivery, and routing. We deliver about 90% of category-leader capability at roughly half the price, backed by experts who own the outcome. Trusted by 50,000+ organizations since 2014.","subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}]},"mainEntityOfPage":{"@type":"WebPage","@id":"https://www.duocircle.com/blog/open-sourcing-commando-io-server-automation-meets-llms/"},"articleSection":"intermediate","keywords":"commando, automation, open source, server management, devops","speakable":{"@type":"SpeakableSpecification","cssSelector":[".answer-block","h1"]}}
```
