Skip to content

Quickstart

Install Claworc and create your first agent instance in minutes.

The fastest way to get Claworc running. The script auto-detects your environment, asks a few questions, and handles everything else.

Terminal window
curl -fsSL https://raw.githubusercontent.com/gluk-w/claworc/main/install.sh | bash

Or clone the repo and run it locally:

Terminal window
git clone https://github.com/gluk-w/claworc.git
cd claworc
bash install.sh

The installer prompts you to choose Docker or Kubernetes deployment, then configures ports, the data directory, and pulls the necessary images automatically.


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.


  1. Click New instance

    On the dashboard, click New instance. Read more

  2. 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 Models

  3. Click Create

    Claworc provisions the secure container and configures it automatically

  4. Wait for a few seconds

    Once the instance indicator turns green, the instance is fully ready.


Terminal window
bash uninstall.sh