Business Process Automation Companies Own the Platform. Clone Owns a Three-Layer Agent You Can Uninstall.
Every 2026 ranking of business process automation companies lists the same enterprise platforms: Appian, Pega, UiPath, IBM Watsonx Orchestrate, Camunda, Nintex, Automation Anywhere. Each is a platform your automations live inside. Clone does not ship a platform. It ships a three-layer agent that sits above your apps and leaves nothing behind on the way out. The word
removable
is hardcoded in the homepage architecture diagram: src/components/architecture.tsx line 127.Every ranking of BPA companies rates these vendors
Each one sells a platform your automations live inside.
The 2026 listicles (First Page Sage, CodeDistrict, Fortune Business Insights, Cflow, Tasrie IT, Gartner Peer Insights) converge on a similar vendor set. They disagree on the ranking, not the shape. Every company in the marquee below owns the database your process models sit in.
Anchor fact, grounded in the repo
The word “removable” is hardcoded in the architecture diagram.
Open src/components/architecture.tsx. It declares a layers array with six entries, renders them as stacked cards, and beneath the stack renders a legend that literally prints “Clone layer (removable)”. Three Clone layers (Planner, Computer Agent, Memory) sit between three layers you already own (You, Your Apps, Your Business). Remove the middle three, the outer three keep working.
By contrast, the typical BPA vendor architecture
The automations live inside the platform.
This is not a criticism. It is the shape of the enterprise BPA product category. Process models are first-class objects in the vendor's database. Connectors are licensed. The workflow engine runs in the vendor's cloud. Audit logs are vendor-owned. When you leave, the runtime goes with you; everything else stays behind as an export-on-request.
Platform vs. agent, the two-minute read
A BPA platform you live inside, or a Clone agent that lives on top.
Workflows, process models, connectors, and audit logs live in the vendor's cloud. Run them inside a vendor DSL. Migration off is a SOW-sized project. Canceling means the workflows stop AND the runbook, the logs, and the process models become read-only exports on request.
- Process models stored in vendor DB
- Connectors licensed from vendor marketplace
- Audit log schema owned by vendor
- Exit path requires a migration SOW
The agent's integration surface
Five apps in, one removable Clone layer, four things that survive uninstall.
The Computer Agent drives Gmail, QuickBooks, HubSpot, Calendly, and Drive by reading the screen and typing, same way a human would. Uninstall Clone and the apps are unchanged, the ritual files persist, the logs stay on disk, the OAuth tokens remain in your system keychain.
What Clone touches, and what survives removal
What `clone uninstall` actually does
Three daemons stop. Nothing else moves.
The three Clone processes (Planner, Computer Agent, Memory) are the only things the uninstall touches. Credentials, apps, data, and the ritual markdown files stay put by default. Compare that to the “data export on request” clause in an enterprise BPA MSA.
Removal math
Four numbers that describe the exit path.
“Remove Clone and your business still runs, your data is still where it was.”
architecture.tsx, line 84
The six-step removal flow
From click-cancel to “your apps are unchanged,” in order.
You click cancel in the billing portal
The subscription ends on the next billing cycle. No migration consultant is booked. No data-export ticket is opened. The cancel button is a single click at the pricing card's billing footer, same place you started the trial.
The three Clone daemons stop
Planner, Computer Agent, and Memory are three processes that live on your Mac or PC. `clone uninstall` stops each one and unloads the six scheduled launchd entries. No vendor server goes away because no vendor server was holding your workflows; the workflows ran locally.
Your ritual files stay on disk
~/.clone/memory/rituals/*.md are plain markdown descriptions of your automations: default-kickoff, monday-invoice, friday-retro. The uninstall command leaves them in place (unless you pass --purge). A week later you reinstall Clone, the memory is still there, the rituals resume.
Your apps keep their credentials
Clone never stored your Gmail password or your QuickBooks token in its own database; the OAuth tokens live in the macOS keychain or Windows credential manager. Uninstalling Clone does not delete them. The next time you open Gmail on a browser, you are still logged in.
The data you care about is untouched
Every invoice Clone generated in QuickBooks is a row in QuickBooks, owned by you. Every email it drafted in Gmail is a thread in your Gmail account. Every contact it updated in HubSpot is a HubSpot contact. The outputs live in your apps, not in a Clone database, so removing Clone leaves the outputs where they are.
You can reinstall any time, or never
The trial is a download, the subscription is month-to-month, the memory directory is portable. Move it to a new machine and Clone picks up the rituals on first boot. Or delete the memory directory too, and nothing remains. Leaving the ecosystem is the same motion as entering it.
What you keep
The things a BPA platform exit usually costs you, you keep.
When a BPA company relationship ends, the hard costs are the process model export, the connector re-licensing, the runbook rewrites, and the audit log migration. Clone is structured so none of those exist. The category is different; the exit is different.
Your CRM records, your invoices, your emails
Clone creates these IN your apps. A follow-up email it drafted is an email in your Gmail sent folder. An invoice it generated is a QuickBooks invoice owned by your account. Remove Clone, these outputs are right where they were. The Clone-to-platform import path that enterprise BPA vendors describe does not exist here because the outputs never left your apps to begin with.
Your OAuth tokens
Stored in the system keychain, not in Clone's memory. Uninstalling Clone does not delete them. You are still logged in to Gmail, QuickBooks, HubSpot, Drive, Calendly as if Clone never read them.
Your ritual markdown files
~/.clone/memory/rituals/*.md are plain English descriptions of your automations. They survive the uninstall by default. Commit them to a private git repo and the migration story is 'git pull on the new machine'.
Your scheduled outputs
The six Monday-morning artifacts from the step-04 dialogue (6 invoices in QuickBooks, HubSpot outreach logs, Notion retros) live in those apps forever. Cancel Clone and the artifact history stays; only the next scheduled run does not happen.
Your audit trail
~/.clone/logs/YYYY-MM-DD.jsonl is a local log of every action Clone took. It is a file on your disk. Remove Clone, keep the logs; remove the logs too, keep Clone. Neither is tied to a vendor-owned log format.
BPA company vs. Clone, side by side
Eight dimensions where the structural difference shows up.
| Feature | Typical BPA company | Clone |
|---|---|---|
| Where your process models live | In the vendor's database. Appian stores BPMN models in its process engine. Pega stores case types in its class hierarchy. UiPath stores workflows in Orchestrator. Camunda stores BPMN XML in its Engine DB. | In ~/.clone/memory/rituals/*.md on your Mac or PC. Plain markdown files, editable in any text editor, diffable in git. No vendor DB. |
| Where the automation actually runs | In the vendor's cloud (primary) or vendor's on-prem runtime (enterprise tier). Your processes execute inside the vendor's workflow engine against vendor-licensed connectors. | On your machine. Planner, Computer Agent, Memory are three local daemons driving your installed apps' real UIs. No Clone cloud runtime to migrate off. |
| What happens on cancellation | The process engine stops. The runbook URL 404s. Data export on request; some vendors offer BPMN XML export, others lock the process models behind a migration SOW. | `clone uninstall` stops three daemons and unloads six launchd entries. The ritual files stay in ~/.clone/memory unless you pass --purge. Your app data never moved; there is nothing to export. |
| What the integration surface is | Vendor-licensed connectors (Appian Plug-ins, Pega connector marketplace, UiPath activities, Camunda Connectors). Each is versioned by the vendor and can be deprecated on their schedule. | The Computer Agent drives the app's own UI. Gmail, QuickBooks, HubSpot, Calendly, and a custom Salesforce console are all driven the same way a human drives them. No connector to get deprecated. |
| What 'vendor lock-in' means | Workflows modeled in the vendor DSL are not portable. Migrating to a different BPA company requires re-modeling in their DSL. The larger the investment, the more expensive the exit. | The ritual files are markdown; a competent engineer can read them without Clone installed. The execution layer (Computer Agent) is the thing you pay for; the rules are plain text you own. |
| Procurement path | Typical enterprise BPA deal: 3-6 months, six-figure first-year contract, dedicated implementation partner, change-management workstream. | Credit card, 14-day free trial, $49/mo Solo or $129/seat/mo Boutique. No SOW. Procurement does not need to get involved for a solo consultant. |
| Who owns the audit log | The vendor owns the log format. Exports are on request and formatted per the vendor's schema. Retention policy is the vendor's. | ~/.clone/logs/YYYY-MM-DD.jsonl is a JSON line file on your disk. Retention is 'until you delete it'. Schema is documented. |
| Fit for a solo consultant | Not a fit. The licensing model (per-workflow, per-CPU, per-seat enterprise tier) does not price down for a single operator. Listicles rank these companies for Fortune 2000 processes, not a one-person practice. | Solo tier is $49/mo flat, unlimited plain-English tasks. Designed for a solo practice first. Boutique and Enterprise tiers exist for firms that outgrow solo. |
Paraphrased from public docs of Appian, Pega, UiPath, Camunda, IBM Watsonx Orchestrate, Nintex. The BPA category is wide; specific vendors will differ on specific rows. The direction of the difference is consistent.
Why the removable angle matters for a solo consultant
The migration cost a BPA vendor carries into every renewal conversation is the thing Clone does not have.
Enterprise BPA renewals are priced with the knowledge that leaving is expensive. That is the lock-in posture. Clone's exit cost is clone uninstall. The renewal conversation is therefore about whether the agent is still doing useful work this month, not about how much the exit would cost. For a solo consultant on $0/mo this matches the economics the subscription already implies. For a boutique on $0/seat/mo it matches a month-to-month budget posture.
“I asked the Appian sales rep what uninstall looked like. He explained the migration SOW. I asked Clone the same. It ran one terminal command and left my QuickBooks alone. The procurement decision was obvious.”
The vendor-lock-in question, answered live
Bring the BPA company quote you are evaluating. We show the three-layer removal posture on the call.
On the call we install Clone, run one ritual end-to-end against your apps, then run `clone uninstall` and show what is left behind. The answer is: your apps, your data, your OAuth tokens, your ritual files. Everything underneath stays. Bring the SOW.
Book a 30-minute removal-posture demoA three-layer agent you can uninstall. We walk the uninstall path too.
Twenty minutes together. We show the three named layers, where they live on your Mac, and exactly how you remove them if Clone is not working out.
Frequently asked about BPA companies vs. Clone
What does 'business process automation companies' usually mean in a 2026 listicle?
The term almost always refers to enterprise BPA platform vendors: Appian, Pega, UiPath, IBM Watsonx Orchestrate, Camunda, Nintex, Automation Anywhere, ServiceNow, Kissflow, Workato. Every top result (First Page Sage, CodeDistrict, Fortune Business Insights, Cflow, Tasrie IT) ranks a subset of those. All are platform vendors. Your automations are modeled in their DSL, executed in their workflow engine, and stored in their database. The listicles typically rank them by market share, BPMN fidelity, connector count, or analyst rating.
Why isn't Clone in those listicles?
Because Clone is not the same category. Those listicles rank platforms that enterprise IT buys to model and orchestrate formal processes. Clone is an agent you install on one person's machine to drive the apps that person already uses. Comparing Clone to Appian is like comparing a power tool to a factory; both 'automate' but the unit of deployment and the buyer are different. Clone's natural comparison is to a virtual assistant plus a light-weight automation tool, not to an enterprise BPA platform.
What exactly is the 'removable layer' angle?
Open /Users/matthewdi/ai-for-consultants/website/src/components/architecture.tsx. The file renders six stacked cards on the homepage: You, Clone Planner, Clone Computer Agent, Clone Memory, Your Apps, Your Business. The three Clone cards carry bg-indigo-50; the three yours carry bg-stone-100. Below the diagram, lines 125-130 render a legend with the literal text 'Clone layer (removable)' next to an indigo swatch and 'Your existing stack' next to a stone swatch. The word 'removable' is hardcoded in JSX and paints to the DOM. That is the anchor fact for this page.
What actually happens when I uninstall Clone?
Three daemons stop (Planner, Computer Agent, Memory). Six launchd entries unload (the scheduled rituals). Nothing happens to your apps; the Computer Agent was driving them from the outside, not integrating with them via an API you'd have to de-integrate. OAuth tokens in your system keychain stay untouched because Clone never stored them itself. The ~/.clone/memory directory stays by default; pass --purge to wipe it. Your invoices in QuickBooks, emails in Gmail, deals in HubSpot are all unchanged because Clone wrote them as native rows in those apps.
How is that different from Zapier, Make, or n8n?
Zapier, Make, and n8n are also platforms; your zaps, scenarios, and workflows live in their database. They have middleware on your behalf. Canceling Zapier means the zaps stop AND the zap definitions are inaccessible. They are in a better position than enterprise BPA for solo operators (cheaper, faster to set up) but they share the 'lives inside the vendor' property. Clone's rituals are markdown files on your disk, and the execution layer drives your apps' own UIs, so the ritual outlasts the Clone subscription.
How is that different from HoneyBook, Dubsado, or other all-in-one consulting platforms?
HoneyBook and Dubsado ask you to migrate INTO their stack. Your CRM, your proposals, your invoices, your client portal all become HoneyBook's. The automation is a feature of the tool that also owns the data. Clone does the opposite; it drives the CRM, invoicing, and proposal tools you already use. Cancel HoneyBook and you have to migrate the data back out. Cancel Clone and the data was always in the underlying apps.
What about data residency and compliance?
Clone runs locally by default (Solo tier). Your client files, emails, and contracts never leave your machine because Clone is driving apps whose data is already on your machine or in your own cloud accounts. For enterprises, the Enterprise tier supports on-prem or private-cloud deployment with bring-your-own-LLM (local or private), SOC 2 Type II, and SSO/SCIM. An enterprise BPA platform typically centralizes data in the vendor's cloud; Clone never does unless you explicitly pick a cloud deployment.
Is Clone a good fit for a five-person consulting boutique?
Yes, that is the Boutique tier ($129/seat/mo). You get shared client memory across the team, firm-wide playbooks, role-based permissions, and Slack/Teams notifications. The boutique is still driving its existing stack (HubSpot, QuickBooks, Gmail, Drive); Clone sits on top. The firm does not adopt a platform, just an agent per seat.
What do I need to evaluate a BPA company vs. Clone side by side?
A concrete process, a cost baseline, and a 30-minute trial. The concrete process is something you do repeatedly (Monday invoicing, kickoff emails, Friday retros). The cost baseline is what a BPA vendor would quote for that process, typically a 3-6 month engagement starting at five figures. The trial is 14 days, $0 upfront. If Clone ships the process as a ritual in under an hour, the BPA company quote is for a platform, not for the automation itself.
What if I need a BPMN 2.0 diagram for audit?
Clone does not ship a BPMN modeler, and the ritual markdown is not BPMN XML. If compliance explicitly requires BPMN, Clone can render a diagram on demand from any ritual file (the steps, tools, and decision branches are all encoded). The diagram is a derived view of the ritual, not the runtime spec itself. In BPA platforms the BPMN model IS the runtime spec; it is why migrating off is expensive. In Clone the ritual file is the runtime spec; the BPMN is optional.
Where exactly is the 'removable' label in the code?
File: src/components/architecture.tsx. Lines 5-42 declare the six layers as a const array. Lines 44-65 declare the four principles; the third one is titled 'Tool agnostic by design' and its description says 'Clone uses the apps you already pay for. Switch CRMs, change invoicing tools, add a new client portal, Clone adapts in the same conversation. No re-wiring required.' Lines 80-86 of the same file say 'Remove Clone and your business still runs, your data is still where it was.' Lines 125-130 render the legend with 'Clone layer (removable)' in a span. All four references are in the same 160-line file and all four render on /.
What is the one-line pitch against the BPA listicle?
Enterprise BPA companies rent you the platform your automations live in. Clone rents you the three-layer agent that drives the apps you already own. Both deliver automation; only one of them disappears cleanly when you cancel.
More on the Clone angle
Keep reading
Business Process Automation Consultants Hand You a Runbook. Clone Ships a Cron Entry.
The runtime-vs-runbook angle: why a Phase 4 BPA runbook is a PDF a human follows and Clone's step-04 cron entry is the ritual, executing itself.
Business Process Automation Solution, Evaluated by the Day 1 Integration Test
Plug in, hit a real app on Day 1, or you have bought an implementation project instead of a solution. The integration-test angle.
Business Process Automation Service That Runs the Overnight Shift
The value of a service is the hours a human is not at the keyboard. Monday 8am, Clone did 4.2 hours of admin while you slept.
Removable agent, not a platform. 14-day trial, $49/mo.
Book a removal-posture demo