Procedure
Install Ubuntu on WSL2
With WSL already enabled on Windows, install the Ubuntu distribution via wsl --install -d Ubuntu, complete first-run user setup, then verify with wsl -l -v.
Confirm WSL is installed (see Install WSL2 on Windows). In PowerShell, o
Confirm WSL is installed (see Install WSL2 on Windows). In PowerShell, optionally list online distros: wsl --list --online
Install Ubuntu: wsl --install -d Ubuntu . If install hangs at 0%, try: w
Install Ubuntu: wsl --install -d Ubuntu . If install hangs at 0%, try: wsl --install --web-download -d Ubuntu . On first launch, create your Linux username and password when prompted.
wsl -l -v
wsl -l -v
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.