Claw Series
Deploy on your desktop
Install the Hermes Desktop app and add the AccountingClaw or LegalClaw skills with one command — everything runs locally, no Docker required.
Running a Claw as a desktop digital worker keeps everything on your own machine — no Docker needed. You install the official Hermes Desktop app, then add the AccountingClaw or LegalClaw skills with a single command and your activation key. Hermes Desktop includes a chat UI, so you can brief the worker without touching a terminal afterward. This is the best option for an individual running everything locally.
Before you start
| Requirement | Where to get it |
|---|---|
| Hermes Desktop (installed in Step 1) | Download links below |
Your activation key (cpaa_live_…) | Activate your Claw — one key unlocks both products |
You don't need an OpenRouter key for the desktop install — Hermes Desktop walks you through connecting your AI model provider during its onboarding.
Step 1 — Install Hermes Desktop
Download the app for your platform and install it like any other application:
- Hermes Desktop for Mac — a
.dmginstaller. - Hermes Desktop for Windows — an
.exeinstaller.
On Linux, install Hermes with the official one-liner:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
Launch the app and complete its onboarding — this is where you connect your AI model provider. No environment variables required.
Step 2 — Add the skills
With Hermes Desktop installed, run the installer for the worker you want and your platform. It verifies your key with CPAAutomation, downloads the skills, and installs them into your local Hermes home. Replace cpaa_live_... with your own activation key.
AccountingClaw — macOS / Linux:
curl -fsSL https://cpaautomation.ai/install-accountingclaw.sh | CPAA_ACTIVATION_KEY="cpaa_live_..." bash
AccountingClaw — Windows (PowerShell):
$env:CPAA_ACTIVATION_KEY="cpaa_live_..."; iwr https://cpaautomation.ai/install-accountingclaw.ps1 -UseBasicParsing | iex
LegalClaw — macOS / Linux:
curl -fsSL https://cpaautomation.ai/install-legalclaw.sh | CPAA_ACTIVATION_KEY="cpaa_live_..." bash
LegalClaw — Windows (PowerShell):
$env:CPAA_ACTIVATION_KEY="cpaa_live_..."; iwr https://cpaautomation.ai/install-legalclaw.ps1 -UseBasicParsing | iex
Tip: The Activation page generates all of these commands with your key already filled in — copy the one for your worker and platform.
Step 3 — Verify the install
Open the Skills pane in Hermes Desktop and confirm the skills are listed. If you prefer the command line, run:
hermes skills list
You should see the installed skills — see the AccountingClaw skills catalog or the LegalClaw skills catalog. You're ready to start briefing the worker; see Working with AccountingClaw or Working with LegalClaw.
Where your data lives
Your skills, sessions, and configuration stay in your local Hermes home:
| Platform | Location |
|---|---|
| macOS / Linux | ~/.hermes |
| Windows | %LOCALAPPDATA%\hermes |
Good to know
- One key, both modes, both products. The same activation key works for desktop and cloud, and for AccountingClaw and LegalClaw — you can run a desktop worker now and a cloud worker later with the same key.
- One desktop profile at a time. Both installers write into the same Hermes home, and the profile files (
SOUL.md,config.yaml) define the agent's persona — so pick the worker that matches your role for a given machine. (The installer backs up any profile files it overwrites.) - Everything is local. On the desktop, the agent and your data run entirely on your machine; only your chosen AI model is called over the network.
Next: Working with AccountingClaw or Working with LegalClaw.