# openclaw-auto **Repository Path**: jackieling/openclaw-auto ## Basic Information - **Project Name**: openclaw-auto - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-09 - **Last Updated**: 2026-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenClaw Auto Installer This is an automated installer for OpenClaw on Windows. ## Features - Detects system architecture (x64, x86, arm64). - Checks for existing Node.js installation. - Downloads and installs Node.js (v22.21.1 LTS) if missing or outdated (< v22). - Installing Node.js is done silently. - Installing OpenClaw using `npm install -g openclaw@latest`. - Provides a GUI for progress monitoring. - Automatically requests administrative privileges if not run as admin. ## Requirements - Windows 10 or later recommended. - Internet connection. ## Usage 1. Run the script: ```bash python install_openclaw.py ``` 2. Follow the on-screen instructions. ## Note The installer will request administrative privileges to install Node.js and OpenClaw globally.