Install on Windows
Supported · WSL2 x64Shimpz runs in Ubuntu on WSL2, not directly in Windows. PowerShell installs and checks WSL; every Shimpz and Docker command runs inside the Ubuntu terminal.
Check your computer
Use Windows on an x64-based processor. Windows 11 is recommended; Windows 10 must meet the current Microsoft WSL requirements and Docker Desktop requirements.
Install WSL2 and Ubuntu
Open PowerShell as Administrator and run:
wsl --install -d UbuntuRestart Windows if asked, open Ubuntu from the Start menu, and create your Linux username and password.
Back in PowerShell, confirm that Ubuntu uses WSL version 2:
wsl --list --verboseIf Ubuntu shows version 1, convert it before continuing:
wsl --set-version Ubuntu 2Connect Docker Desktop to Ubuntu
Install Docker Desktop for Windows and start it. In Docker Desktop, enable Use the WSL 2 based engine, then open Settings → Resources → WSL Integration, enable Ubuntu, and apply the change.
Do not install a second Docker Engine inside Ubuntu; use the Docker Desktop WSL integration. The detailed flow is documented in Docker's WSL2 backend guide.
Check Ubuntu and Docker
Open the Ubuntu terminal. First confirm that WSL reports the supported x64 architecture:
uname -mx86_64Continue only when the result is
x86_64, then check the Docker integration:docker versiondocker compose versionInstall Shimpz inside Ubuntu
Keep using the Ubuntu terminal and run:
curl -fsSL https://install.shimpz.com | shOpen the Admin from Windows
After the installer reports success, open this address in your Windows browser:
http://127.0.0.1:7777