Installing openclaw on WSL (Non-Root User)
This guide focuses on installing and configuring `openclaw` for a non-root user within a WSL environment. **Example Configuration: Please replace these with your own system details** * `<WIN_BAT_PATH>`: The path to the `.bat` file that needs to run at boot; e.g., `E:\WSL\ubuntu\scripts\update_wsl_ports_by_admin.bat` * `<WIN_IP>`: Your Windows machine's IP address. --- ## Installing openclaw * **Steps (Execute in the WSL terminal):** ```bash cd ~/ # Install openclaw (this will also install Node.js) curl -fsSL https://openclaw.ai/install-cli.sh | bash # Add openclaw to your PATH echo 'export PATH="$HOME/.openclaw/bin:$PATH"' >> ~/.bashrc source ~/.bashrc # Confirm the openclaw version openclaw --version # Setup and install the daemon openclaw onboard --install-daemon # (Note: For specific openclaw configurations, please refer to the official documentation or AI assistants) ``` * **Default Web Interface:** `http://localhost:18789` ## Enabling opencl...