M
Matthew Diakonov
12 min read

Software for a consulting business, from inside the source

Every roundup lists cloud SaaS. Clone is desktop software that runs yours.

A consulting business does not need another cloud subscription. It needs a piece of software that can operate the subscriptions it already pays for, the way a human does. Clone installs on your Mac or PC and, per src/components/architecture.tsx lines 18 to 22, its action surface is four verbs: read, click, type, scroll. No vendor APIs, no OAuth screens, no integration build. Any window your machine can open is in scope, including QuickBooks Desktop and the legacy tools every list quietly skips. $49/mo on Solo.

$49/mo on Solo. Drives the consulting software you already own.
4.9from 127 solo + boutique consultants
Four verbs in architecture.tsx: read, click, type, scroll
Drives QuickBooks Desktop, legacy Excel, internal CMSes, SaaS
Client files never leave your computer (Architecture Principle 1)
$49/mo on Solo. 21-day trial. No vendor API required.

The shape every "software for consulting business" list shares

Bonsai's picks. HoneyBook's picks. Accelo's picks. Paperbell's picks. Teamwork's picks. Productive's picks. Every one of them is a comparison matrix across a set of cloud SaaS tools. Rows are features. Columns are vendors. Underneath that matrix is an unspoken assumption: the consulting software you need is software that lives in someone else's cloud, that you access through a web browser, and that owns a copy of your client data.

The assumption is so baked in that the lists do not even name it. None of them have a row for "runs on my machine". None of them have a column for "can operate the other tools on this page". None of them address the software every consulting business actually uses that is not cloud SaaS at all: QuickBooks Desktop for tax-season bookkeeping, legacy Excel templates, a law-firm docket system, a regional bank portal with no public API, an internal Airtable base with custom views.

Clone is the other shape. A desktop program that installs on your Mac or PC and treats every window, cloud or local, as the same thing: a surface to read, click, type, scroll.

The anchor fact

Clone's action surface is four verbs, enumerated in one file

Open src/components/architecture.tsx. Lines 18 to 22 describe the third layer of Clone. The label is "Clone Computer Agent". The sublabel is literally: "Reads the screen, clicks, types, scrolls". Four verbs. Nothing about API calls. Nothing about webhooks. Nothing about OAuth consent. Every other layer of Clone, the Planner that turns English into a plan, the Memory that holds your voice and clients, is in service of those four verbs acting on a window.

That is what makes Clone a different category of software for a consulting business. Any window the Mac or Windows desktop can render is in scope. QuickBooks Desktop, with no public API, is in scope. A law firm's PracticePanther or Clio Manage UI is in scope. An Excel workbook with ancient macros is in scope. A regional bank portal with two-factor and a legacy session cookie is in scope. Architecture Principle 1 (architecture.tsx lines 46 to 50) makes the second half of the claim literal: "Clone operates your desktop apps from your desktop. Client files, emails, contracts, and transcripts never leave your computer."

So when a roundup article says "the best software for consulting businesses in 2026," the honest reply is that most of those picks are records of truth, and every consulting practice also needs a second category, the operator that drives the records of truth. The operator is missing from every list because the lists assume your consulting software is cloud. The four verbs are the thing that breaks that assumption.

Software for a consulting business that most roundups can't reach

QuickBooks DesktopSage 50cloudMicrosoft Excel macrosLegacy Airtable basesClio ManagePracticePantherMyCaseLaw firm docket systemsCustom internal CMSSalesforce ClassicSharePoint drivesRegional bank portalsLegacy QuickBase appsHandwritten forms scanned to PDF

Every item above is in a real consulting practice, and every one has no public API a cloud automation platform can bind to. Clone treats them as windows, like any other.

The operator layer every list is missing

Your instruction, the operator, the tools you already run

Plain English on the left, the desktop operator in the middle, the software you already own on the right. The middle is the piece missing from every comparison matrix.

From chat to the apps on your machine, in four verbs

You (chat or schedule)
memory/rituals/*.md
Past emails + SOWs
Clone (desktop, 4 verbs)
QuickBooks Desktop
Gmail / Outlook
Clio / Airtable
HubSpot / Pipedrive
Excel / Sheets

A real Friday ritual, from markdown to staged drafts

Here is a 22-line ritual a fractional operator runs every Friday. Harvest for time tracking. QuickBooks Desktop for invoicing (no API, no OAuth). Gmail for cover emails. Dropbox for the client folders. Edit apps_this_quarter for whatever software your consulting business uses; the rest of the ritual stays the same.

memory/rituals/weekly-invoice-run.md

One chat sentence, five invoices, no API calls

What happens when you fire the ritual

One sentence in chat. The Planner reads the ritual. The Computer Agent opens QuickBooks Desktop, walks the menu, types, saves, repeats. Then Gmail for five cover emails. Everything staged.

Clone chat, Friday afternoon invoice run

The sequence a cloud automation platform cannot run

QuickBooks Desktop has no public API. A cloud tool has nothing to call. Clone treats the QBD window the same as any other: focus, menu, type, save.

Friday invoice run against QuickBooks Desktop

YouClone PlannerComputer AgentQuickBooks Desktopweekly-invoice-run, fridayopen QuickBooks Desktop windowmenu: Customers > Create Invoicesinvoice form rendered on screentype customer name, press Tabtype line items, dates, ratesclick Save (not Send)5 invoices staged as draftsreview list: 5 drafts in QBD, 5 cover emails in Gmail

Why this shape is different from every matrix you've read

Cloud SaaS is a great system of record. It is not a great operator. The operator is a second category of software, downstream of everything else on your stack.

FeatureTypical cloud SaaS pick on a roundup matrixClone (desktop operator)
Where the software runsIn the vendor's cloud. You log into their web app. Your client data lives on their servers.On your computer. Clone installs on your Mac or PC. It opens windows, reads pixels, types into forms. Your data stays on your disk.
What it can reachOnly tools the vendor has pre-built a connector for. Every other tool is 'out of scope' or needs a Zapier middle layer (which also requires an API).Any program that can render a window. QuickBooks Desktop, QuickBooks Online, Excel macros, Airtable, a custom internal CMS, a law-firm docket system, a SharePoint drive, a legacy sales tool. If you can open it, Clone can drive it.
How it authenticatesOAuth per vendor, plus API keys, plus tokens that expire and break the automation at 2am. Re-consent flows every 90 days.You log into your apps once on your own machine, the way you already do. Clone uses the same logged-in sessions. No separate OAuth screen for Clone to see a tool.
Setup time for a new toolDays to weeks. Build or buy a connector, request API access, get security review, rewire the automation. Each new vendor is a project.One line in a markdown file. 'invoicing: quickbooks_desktop' becomes 'invoicing: sage_50cloud'. Next run picks up the new window.
API-less toolsUnreachable. QuickBooks Desktop, most legal practice-management software, internal government portals, regional bank CMSes, legacy Excel macros. Roundup articles quietly skip them.Same surface as any SaaS. architecture.tsx line 20 is the contract: 'Reads the screen, clicks, types, scrolls'. A window is a window.
Data residencyVendor-controlled. Sensitive client material (contracts, transcripts, financials) is copied into the vendor's cloud to process. Subject to their TOS, breach history, and retention policy.Client files, emails, contracts, and transcripts never leave your computer (architecture.tsx lines 46-50). The consulting engagement stays on your disk, under your backup regime.
Monthly baselineTypical recommended stack: $200 to $500/mo across 7 to 12 subscriptions. Enterprise integration tiers add $50 to $300/mo more.$49/mo on Solo. Your existing tools billed separately (and unchanged). Clone replaces the glue, not the apps.
Review and rollbackVendor-specific. Most cloud tools auto-send on your button click. Misfires go out to clients and need per-tool cleanup.Every action is logged and reversible (architecture.tsx lines 61-63). Drafts stage before they send. Roll back an entire morning of work with one click.
Versus a VA at $3-6K/moRuns business hours. Ramp is 2 to 6 weeks. Sick days are an SOP transfer. Sensitive client material crosses a third party.$49/mo, 24/7. Ramp is the time it takes to write a markdown ritual. The ritual file is the SOP. Sensitive client material never leaves your machine.

Why a consulting business picks a desktop operator

Five properties that only make sense once you stop assuming consulting software must live in someone else's cloud.

The four verbs, nothing more

architecture.tsx lines 18-22 describes the Computer Agent with exactly four verbs: reads the screen, clicks, types, scrolls. Not 'calls the API', not 'hits the webhook'. Every other layer of Clone is in service of those four verbs.

Runs offline-only software

QuickBooks Desktop, Sage 50, Tally, legacy Excel. These tools have no public API. Every SaaS roundup skips them. Clone treats them like any other window.

Uses your existing sessions

No separate OAuth for Clone. You are already logged in to Gmail, QuickBooks, HubSpot on your Mac. Clone uses those sessions in place.

Markdown is the schema

No connector registry, no app catalog, no drag-and-drop recipe builder. A ritual is a markdown file in memory/rituals/. If it reads like instructions to a human contractor, Clone runs it.

Data never leaves your disk

architecture.tsx Principle 1: client files, emails, contracts, and transcripts never leave your computer. Sensitive consulting engagements stay under your backup regime, not a vendor's.

4 verbs

The roundup said 'best consulting software 2026' and listed ten cloud SaaS. Eight of them I already owned. What I could not buy anywhere was the program that would run them for me on my own Mac. That was Clone.

paraphrased from a fractional CFO's evaluation notes

From install to a real Friday invoice run, in one afternoon

1

Install Clone on the Mac or PC you actually use

Download the desktop app. It runs on the machine where your client work happens. Not a browser tab, not a cloud workspace: the same laptop where QuickBooks Desktop, Excel, and your email already live.

21-day free trial, no credit card to start.
2

Write your first ritual as plain markdown

Open memory/rituals/, paste a ritual like weekly-invoice-run.md on this page. Edit apps_this_quarter to match the software you already pay for (SaaS or desktop). Save.

No connector registry, no OAuth consent screens, no field mapping GUI.
3

Drop 2 tone examples into a Dropbox or Drive folder

Two past cover emails or invoices anchors voice. Clone reads them so follow-ups and client-facing drafts sound like you, not like a template.

Docx, markdown, plain text, or .eml all work.
4

Run it. Watch windows open in order, review the drafts.

Kick off the ritual from Clone chat. Watch Clone bring QuickBooks Desktop to front, open the Create Invoice dialog, type customer fields, save as draft. Repeat for every client. Open Gmail. Draft each cover email. Stop.

Nothing sends until you approve each artifact. Rollback is one click.
0verbs in architecture.tsx lines 18-22: read, click, type, scroll
0vendor APIs required to drive your existing software
0ritual file covers an entire Friday invoice run
$0per month on Solo, regardless of app count

The numbers that matter for a consulting practice

Not vendor benchmarks. Counts you can verify in your own account and dollar deltas you can verify on your own bank statement.

0

verbs on the Computer Agent (architecture.tsx 18-22)

0

vendor APIs required to drive your existing stack

$0

per month on Solo (pricing.tsx line 9)

0x

avg ROI in first 30 days (features.tsx line 60)

Half my stack is QuickBooks Desktop and a Windows-only docket tool my law-firm clients insist on. Every cloud automation vendor I tried said 'not supported'. Clone just opened the windows and clicked. That was the first piece of consulting software in years that fit how I actually work.
S
Solo consultant, fractional operations practice
paraphrased from an onboarding interview

Show us the software your consulting business actually runs on. We'll write the ritual live.

Thirty minutes together. Bring the cloud tools and the offline ones. We write a memory/rituals/*.md file, plug it into Clone, and run it against your real windows.

Frequently asked questions

What does 'desktop software' mean in the context of a consulting business?

Two different things in the same sentence. 'Software for a consulting business' usually means the cloud SaaS you buy to run the practice: HubSpot for CRM, QuickBooks Online for invoicing, PandaDoc for proposals, Notion for docs. Clone is a second, different category: an operator program that installs on your Mac or PC. It does not replace HubSpot or QuickBooks. It reads their windows, clicks their buttons, types into their forms, so you don't have to. Architecture.tsx lines 18-22 names this layer the Computer Agent and describes it with exactly four verbs: reads the screen, clicks, types, scrolls. The consulting business keeps its cloud stack. Clone adds the desktop operator that drives the stack.

Why does desktop-vs-cloud matter for a consulting practice?

Three reasons. First, your client data stays on your disk. Architecture Principle 1 (architecture.tsx lines 46-50): client files, emails, contracts, and transcripts never leave your computer. For lawyers, fractional CFOs, healthcare advisors, and anyone under NDA, that is a meaningful compliance posture. Second, you can reach tools that have no public API. QuickBooks Desktop, Sage 50, Tally, Clio Manage, PracticePanther, most law-firm docket systems, many regional bank portals, any custom internal CMS. Cloud-only automation platforms quietly exclude these. Clone treats them like any other window. Third, the authentication model is simpler: you are already logged in to your apps on your own machine, so Clone uses those sessions in place. No separate OAuth flow per vendor, no tokens that expire and break the automation at 2am.

What software for consulting businesses does Clone actually drive?

Anything your machine can open a window for. Validated so far: QuickBooks Online and QuickBooks Desktop, FreshBooks, Xero, Sage 50, HubSpot, Pipedrive, Zoho CRM, Salesforce Classic and Lightning, Clio Manage, PracticePanther, MyCase, PandaDoc, DocuSign, Ignition, Qwilr, Google Docs, Sheets, Drive, Gmail, Outlook, Microsoft Word and Excel with macros, Airtable, Notion, Calendly, Cal.com, Fireflies, tl;dv, Otter, Zoom, Loom, Slack, Dropbox, SharePoint. Because Clone uses pixels and keystrokes rather than APIs, tools with no public API, or with legacy UIs, or with single-tenant internal deployments, work the same way. The ritual file names the tool, Clone drives it.

How is this different from Zapier, Make, n8n, or a workflow platform?

Zapier, Make, and n8n are cloud automation platforms. They require an API or pre-built connector on every tool in the chain, they run in the vendor's cloud, and they configure as a graph of triggers and branches you build in their UI. They are strong for simple reflex automations between two SaaS tools. Clone is a different shape: plain English in chat, plain markdown for config, the apps' own UIs as the action surface, and the whole thing runs on your desktop. A Zap is 'when X then Y'. A Clone ritual is an entire Friday invoice run across five clients in QuickBooks Desktop plus cover emails in Gmail, described in one readable file. Many consulting businesses end up running both: Zaps for simple A-to-B reflexes between two SaaS tools, Clone for multi-app rituals that touch offline tools or need judgment.

How is this different from HoneyBook, Dubsado, or Bonsai (the all-in-ones)?

HoneyBook, Dubsado, and Bonsai are cloud all-in-ones that try to replace your CRM, invoicing, proposal, scheduling, and portal with one subscription. If you already use QuickBooks for tax-grade bookkeeping, PandaDoc for legally-reviewed contracts, HubSpot for pipeline, and Cal.com for scheduling, migrating into HoneyBook means re-exporting and re-onboarding all of them, and it means your client records now live inside HoneyBook's cloud. Clone does the opposite: it leaves your best-of-breed tools in place and adds a desktop operator that drives across them. The choice of portal and system of record stays yours. If you already run HoneyBook, Clone drives HoneyBook. If you run the separate-tools stack, Clone drives the separate-tools stack.

What if my consulting business runs QuickBooks Desktop, not QuickBooks Online?

That is a good example of where most roundups stop being useful. QuickBooks Desktop has no public API for third-party automation. Cloud-only tools like Zapier or Make cannot see it. Most 'consulting software' articles either ignore QBD or suggest you migrate to QBO (which most small firms refuse to do for tax-season reasons). Clone reaches QuickBooks Desktop the same way it reaches any other tool: a window, four verbs. A weekly invoice ritual opens QBD, goes to Customers > Create Invoices, types the customer name, fills line items from your Harvest export, saves as draft. Five invoices in the same sequence. Then Gmail for cover emails. All staged for your review before a single thing sends.

Does this work on Windows as well as Mac?

Yes. Clone runs on both macOS and Windows. The Computer Agent layer treats a window as a window regardless of platform. Windows-only software (legacy .NET line-of-business apps, certain law-firm practice-management tools, some desktop accounting packages) is in scope the same way macOS-only software is. A consulting business on one OS or the other does not need to port anything.

What exactly does review_before_send look like?

review_before_send: true in the ritual file (shown in this page). When Clone runs a ritual, each action that produces an outgoing artifact stages a draft rather than sending. For an invoice run, that means QuickBooks Desktop invoices are saved as drafts inside QBD (not emailed), cover emails are Gmail drafts (not sent). For a proposal run, the SOW is a Google Docs draft (not shared), the PandaDoc envelope is created but not sent, the HubSpot deal is at stage 'proposal sent' with the envelope URL attached for audit. You open each one, read, edit, hit Send or Approve. Architecture principle 4 (architecture.tsx lines 61-63) is the backbone: every action is logged and reversible, preview drafts before they send, see every file touched, roll back an entire morning with one click.

Is this secure for client data subject to NDA or regulatory review?

The underlying claim to verify: Architecture Principle 1, architecture.tsx lines 46-50, is that Clone operates your desktop apps from your desktop, and that client files, emails, contracts, and transcripts never leave your computer. There is no Clone cloud holding copies. The Planner layer may call a language model to interpret your English instruction, but attached engagement content is not sent along with that call. For consulting practices under SOC 2, HIPAA-adjacent, client NDAs, or attorney work-product doctrine, that is the posture that matters. Enterprise tier offers on-prem or private cloud deployment and bring-your-own-LLM for firms that need the model call itself to stay inside their perimeter. Uninstalling Clone leaves every other tool intact and every record exactly where it already was.

What's the pricing for a consulting business?

Per pricing.tsx: Solo is $49/mo, Boutique is $129/seat/mo, Enterprise is custom. Solo is unlimited plain-English tasks, runs on your Mac or PC, drives Gmail, Docs, Sheets, Zoom, any app, includes CRM and invoicing integrations, voice learning from past work, scheduled recurring tasks, local data private by default, and community support. Every plan starts with a 21-day free trial. Solo is the right fit for an independent consultant or a fractional operator. Boutique adds shared client memory across a team, firm-wide playbooks and templates, role-based permissions, and scheduled firm-level rituals. Enterprise adds on-prem or private cloud, bring-your-own-LLM, SOC 2 Type II and audit logs, SSO and SCIM, and a dedicated success engineer.

What kind of ROI should a consulting practice expect?

features.tsx lines 58-60 state it directly: solo consultants report reclaiming 10 to 15 hours a week within the first month, and the in-product average is 11x ROI in the first 30 days based on reclaimed billable hours at typical consulting rates. The reclaim is concentrated in the handoffs every SaaS roundup skips: exporting time from a tracker, retyping it into an invoicing tool, drafting cover emails in a second window, filing PDFs into the right folder. An hour every Friday afternoon, repeated across 5 retainer clients, is roughly 50 hours a year. At a $200/hr billable rate that is $10,000 of reclaimed capacity against an annual Clone cost of $588 on Solo.

Can I try it without committing to $49/mo?

Yes. Every plan starts with a 21-day free trial on Solo. Download Clone, paste a ritual like weekly-invoice-run.md from this page into memory/rituals/, drop two tone examples into a folder, run it on this Friday's invoice batch. If the reclaimed time in the trial period is not worth $49/mo, don't subscribe. The ritual file stays on your disk regardless: it is plain markdown, owned by you, readable without Clone installed.

The desktop operator your consulting stack has been missing.

Keep the software you already pay for. Install Clone on the Mac or PC where you actually do the work. Write one ritual file. Watch it drive QuickBooks Desktop, Gmail, Excel, and anything else with a window. $49/mo on Solo. 21-day trial.

See pricing