Setup
Setup on Windows
Windows setup for Cue CLI via WSL2
Supported Path
Windows is currently supported through WSL2 + Ubuntu only.
Native Windows CLI runtime execution is not supported yet.
Install
- Install WSL2 with Ubuntu if you have not already:
wsl --install -d Ubuntu- Open Ubuntu and install Cue inside WSL:
curl -fsSL https://cueos.ai/install.sh | bash- Verify:
cue --version
cue -m doctor --jsonNotes
- Confirm WSL distro version is
2. - If
wslonly shows install help,Ubuntuis 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.