Summary

ZeroClaw merged a Windows installer fix that addresses several setup.bat failures, including disk-space overflow on large drives, command-shell parsing crashes, broken label jumps, and an incorrect onboarding command. The patch turns a brittle bootstrap path into a cleaner fresh-install flow for Windows users.

What changed

ZeroClaw merged a fix to its Windows setup.bat installer covering disk-space checks, shell syntax, control-flow labels, and final onboarding instructions.

Why it matters

Installation reliability is product surface area for agent tooling, especially when teams are evaluating cross-platform rollout. This fix matters because it removes a set of first-run failures that could otherwise make Windows support look weaker than Linux or macOS paths.

Evidence excerpt

The merged PR says it fixes four setup.bat bugs: disk-space overflow on drives above 2TB, echo syntax crashes, label resolution failure, and a wrong post-install command.

Sources