Accelerate your development with AI
The Sigao AI DevKit empowers developers to leverage AI as a development accelerator. Learn how to integrate AI into your workflow, boost productivity, and ship faster with Sigao's proven AI enablement process.
Terminal
# 1. Create a fresh WSL instance (from PowerShell) wsl --install Ubuntu-24.04 --name claude-code --location C:\wsl-distros\claude-code wsl -d claude-code # 2. Inside WSL, install npm first (required for most WSL setups): sudo apt update && sudo apt install -y nodejs npm # 3. Run the bootstrap: npx @sigaostudios/bootstrap