Adaptive from the first phase
Machine specs are detected before setup so the model recommendation is based on RAM, disk, CPU, and GPU signals.
Windows 11 + WSL2 Ubuntu
This project gives you a guided installer, hardware-aware model recommendation, resumable phases, gated security checks, release packaging, and GitHub automation in one supportable repo.
Why this repo exists
Machine specs are detected before setup so the model recommendation is based on RAM, disk, CPU, and GPU signals.
Hardening and a gateway security gate must pass before the UI is exposed, and localhost-only remains the default.
Release packaging, checksum output, GitHub Actions validation, and Pages deployment are already wired in.
Run paths
Best for people starting in PowerShell and wanting one command that handles WSL handoff cleanly.
./scripts/00_windows_launcher.ps1 -Yes
Best for developers already living inside the Linux side and wanting the shortest path to completion.
bash scripts/00_run_full_setup.sh --yes
Security model
Validate WSL, systemd, sudo readiness, and environment assumptions.
Repair OpenClaw state, generate tokens, and run audit plus fix commands.
Explicit security gate checks run before startup and block the gateway if they fail.
Only after the gate passes does the setup allow localhost access to the UI.
Release track
PR and push workflows run syntax checks plus dry-run model-picker guards.
scripts/97_package_release.sh emits tar.gz, zip when available, and checksum manifests.
Tag pushes like v0.2.1 build release artifacts and publish them through GitHub Actions.
Support path
Use Discussions > Q&A for setup help, troubleshooting, and validation questions.
Use Discussions > Ideas for early concepts that are not ready to become a scoped issue yet.
Use the new issue forms for reproducible bugs and concrete feature requests with enough detail to act on.
Next step