Yao is a standalone executable with no dependencies. Download and run it to begin building your application. ## Linux and macOS ```bash curl -fsSL https://yaoapps.com/install.sh | bash ``` ## Windows (WSL2) ```powershell powershell -c "irm yaoapps.com/install.ps1 | iex" ``` ## Docker ```bash docker pull yaoapp/yao:latest ``` ## Verify Installation ```bash yao version --all ```