# Introductino This note describes how to install Vulkan on macOS. Please refer to https://vulkan.lunarg.com/doc/sdk/latest/mac/getting_started.html for more details. ## 1.3.236.0 1. Download https://sdk.lunarg.com/sdk/download/1.3.236.0/mac/vulkansdk-macos-1.3.236.0.dmg 2. Double click `vulkansdk-macos-1.3.236.0.dmg` to run it after downloading 3. Doulbe click the icon `InstallVulkan` 4. Click `Next`. 5. Specify the directory where Vulkan SDK will be installed. Here, I use `/Users/fangjun/software/VulkanSDK/1.3.236.0` . You can choose any location you like. 6. Click `Next`. 7. Click `Select All` and then click `Next` 8. Select `I accept the license` and click `Next` 9. Click `Install`. 10. Enter your password 11. After installation, click `Finish`.