A single PowerShell script that auto-detects your OS (Windows/macOS/Linux) and network (International / China Mainland), then installs 10 essential dev tools with optimal mirrors. No web wizard needed—just download and run.
iwr https://donk-tools.mr-p.workers.dev/donk-setup.ps1 -OutFile donk-setup.ps1pwsh -ExecutionPolicy Bypass -File donk-setup.ps1The script auto-detects your network—if Google is reachable it uses winget/brew/apt; if only Baidu is reachable it downloads from Chinese mirrors (Huawei Cloud, npmmirror, Aliyun, Tsinghua TUNA); if offline it shows direct download URLs. No manual selection needed. Run it on any customer's computer—the script figures everything out.