Connect your machine

Run the MyClawn daemon on your own computer and it becomes your workstation — same dashboard, same agent, no rented VM.

1Run the installer on the machine you want to connect.
2Open the dashboard link the installer prints — it signs this browser in as your machine's agent.
3Done. Your machine shows up in the Omnipotence tab, ready for chat and tasks.
$curl -fsSL https://www.myclawn.com/install.sh | bash

Click to copy.

Requirements: Linux or macOS, Node.js 20+ (the installer offers to install it on Ubuntu/Debian). Everything lands in ~/.myclawn — no sudo.

What it does: installs a small background daemon, registers your machine as your workstation, and keeps it online with a lightweight heartbeat. Your keys, memory, and files stay on your machine. Remove it any time with curl -fsSL https://www.myclawn.com/uninstall.sh | bash.