amemor.ai - Windows installer (end-to-end test build)
======================================================

WHAT IT DOES
  1. Enables WSL2 (one reboot the first time).
  2. Installs Ubuntu-24.04 in WSL2.
  3. Runs the bundled smart-install inside WSL2 (--tiers core,memory,studio).
     - GPU: if the NVIDIA *Windows* driver is installed, WSL2 gets CUDA and the
       Ollama step pulls local models sized to your VRAM (12 GB here).
     - Voice: Piper (cs) + Kokoro local TTS + Whisper STT deploy; a local TTS
       smoke test writes \root\voice_test.wav.
  4. Windows host: adds *.amemor-ai.lan hosts entries + imports the local Root CA
     (so Chrome trusts https://studio.amemor-ai.lan/).

HOW TO RUN
  - Copy this whole folder to the Windows machine.
  - Right-click "Instalace-AmemorAI.bat" -> Run as administrator
    (or just double-click; it self-elevates).
  - If it says "REBOOT": reboot Windows, then run the .bat again.
  - First Ubuntu launch: it runs as root (no user prompt). If Windows still
    shows an Ubuntu setup window, finish it once, then re-run the .bat.

OPTIONS (PowerShell)
  powershell -ExecutionPolicy Bypass -File bootstrap.ps1 -Tiers "core,memory,studio,localtools,agents,ops,security"
  powershell -ExecutionPolicy Bypass -File bootstrap.ps1 -Product all     # UAML + OpenClaw

AFTER INSTALL
  - Open Chrome -> https://studio.amemor-ai.lan/
  - Install log (from Windows):  \\wsl$\Ubuntu-24.04\root\amemor-install.log
  - Verify clean:  wsl -d Ubuntu-24.04 -u root -- systemctl --failed

PREREQS
  - Windows 10 21H2+/11, virtualization enabled in BIOS.
  - For GPU: latest NVIDIA *Windows* driver (do NOT install a driver inside WSL).
