Supported Path

Windows is currently supported through WSL2 + Ubuntu only. Native Windows CLI runtime execution is not supported yet.

Install

  1. Install WSL2 with Ubuntu if you have not already:
wsl --install -d Ubuntu
  1. Open Ubuntu and install Cue inside WSL:
curl -fsSL https://cueos.ai/install.sh | bash
  1. Verify:
cue --version
cue -m doctor --json

Notes

  • Confirm WSL distro version is 2.
  • If wsl only shows install help, Ubuntu is still initializing—wait and rerun after setup finishes.
  • Run Cue inside the Ubuntu shell after installation.
  • The previous Windows host-wrapper install path is temporarily unavailable while the public npm package is paused.