Install with the installer script
Section titled “Install with the installer script”The fastest way to get Claworc running. The script auto-detects your environment, asks a few questions, and handles everything else.
curl -fsSL https://raw.githubusercontent.com/gluk-w/claworc/main/install.sh | bashOr clone the repo and run it locally:
git clone https://github.com/gluk-w/claworc.gitcd claworcbash install.shOpen PowerShell (not Command Prompt) and run:
git clone https://github.com/gluk-w/claworc.gitcd claworc.\install.ps1If you see an execution policy error:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUserThe installer prompts you to choose Docker or Kubernetes deployment, then configures ports, the data directory, and pulls the necessary images automatically.
Configuration
Section titled “Configuration”Open http://localhost:8000 (or the URL shown by the installer) and follow the prompts to create an admin account and configure Large Language Model providers.
Create your first instance
Section titled “Create your first instance”Click New instance
On the dashboard, click New instance. Read more
Fill in the form
Enter a display name (e.g.,
my-agent) and choose which Large Language Models OpenClaw should have access to from the list of Enabled ModelsClick Create
Claworc provisions the secure container and configures it automatically
Wait for a few seconds
Once the instance indicator turns green, the instance is fully ready.
Uninstall
Section titled “Uninstall”bash uninstall.sh