Note: This requires a PowerShell prompt with winget installed. You should be able to copy and paste the code block to install. If you use an elevated PowerShell prompt, UAC will not pop up during the installs. ```PowerShell winget install -e --id Git.Git; ` winget install -e --id Microsoft.VisualStudioCode; ` winget install -e --id Google.AndroidStudio; ` winget install -e --id OpenJS.NodeJS --version 16.12.0; #v17 has issues with openssl ``` 
```zsh brew install android-studio node cocoapods ```