Summary
On running the install.ps1 as per instructions it errors with Invoke-Expression: Cannot overwrite variable HOME because it is read-only or constant.
To pass this I manually edited the install script and substituted $user for $userHome in all four instances...
e.g.
... to ...
Steps to reproduce
- Open a new PowerShell terminal
- Execute the "iwr -useb https://clawd.bot/install.ps1 | iex" command
Expected behavior
Installation to succeed.
Actual behavior
Presented with the following...
iwr -useb https://clawd.bot/install.ps1 | iex
Clawdbot Installer
[OK] Windows detected
Invoke-Expression: Cannot overwrite variable HOME because it is read-only or constant.
Environment
- Clawdbot version: latest
- OS: Windows 11
- Install method (pnpm/npx/docker/etc): install.ps1
Logs or screenshots

Summary
On running the
install.ps1as per instructions it errors withInvoke-Expression: Cannot overwrite variable HOME because it is read-only or constant.To pass this I manually edited the install script and substituted
$userfor$userHomein all four instances...e.g.
... to ...
Steps to reproduce
Expected behavior
Installation to succeed.
Actual behavior
Presented with the following...
Environment
Logs or screenshots