PowerShell Script Automates OpenClaw Docker Setup on Windows

A PowerShell script automates the Docker setup process for OpenClaw on Windows, addressing common configuration issues that can break the web UI. The script handles several Windows-specific networking quirks and Docker port mapping problems that aren't immediately obvious.
What the Script Does
- Checks if Docker is actually running
- Grabs the OpenClaw Docker image
- Walks users through setup (including API keys)
- Fixes Windows-specific configuration issues that break the web UI
- Spins up the container and verifies it works
The script supports running multiple instances for different purposes (like testing vs. production) by allowing users to specify different container names during setup.
Usage
To run the script:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\Install-OpenClaw.ps1For custom configurations:
.\Install-OpenClaw.ps1 -InstallPath "D:\WhatEver" -ImageTag "2026.2.26"The script is available as a GitHub gist and was created to save time on repetitive setup tasks.
📖 Read the full source: r/openclaw
👀 See Also

Mnemos: an MCP server for persistent Claude Code memory
Mnemos is an open-source MCP server that gives Claude Code persistent memory across sessions, recording corrections as structured patterns and pushing ranked context at startup. Single 15 MB Go binary, no Docker or vector DB needed.

Relay CLI tool saves Claude session context when rate limited
Relay is a Rust CLI tool that reads Claude's .jsonl session transcripts from disk and creates full snapshots of your session, including conversation, tool calls, todos, git state, and errors. It generates context prompts to resume sessions after rate limits reset.

Ghostbar: A ~5MB native macOS Swift AI client that hides from screen sharing
Ghostbar is a native Swift macOS menu bar AI client (~5MB) that uses window.sharingType = .none to become invisible to screen recorders. Works with Ollama, vLLM, llama.cpp, and any OpenAI-compatible backend.

Codiff v0.1.0: A Local Diff Viewer for LLM-Generated Code Reviews
Codiff v0.1.0 is a fast, minimal desktop app for reviewing local Git diffs, with LLM walkthrough mode and inline comments that can be copied as Markdown.