1# Downloads 2 3## Vulkan SDK 4 5The official releases for SPIRV-Tools can be found on LunarG's 6[SDK download page](https://vulkan.lunarg.com/sdk/home). 7The Vulkan SDK is updated approximately every six weeks. 8 9## Android NDK 10 11SPIRV-Tools host executables, and library sources are published as 12part of the [Android NDK](https://developer.android.com/ndk/downloads). 13 14## Automated builds 15 16For convenience, here are also links to the latest builds (HEAD). 17Those are untested automated builds. Those are not official releases, nor 18are guaranteed to work. Official releases builds are in the Android NDK or 19Vulkan SDK. 20 21Download the latest builds of the [main](https://github.com/KhronosGroup/SPIRV-Tools/tree/main) branch. 22 23### Release build 24| Windows | Linux | MacOS | 25| --- | --- | --- | 26| [MSVC 2017](https://storage.googleapis.com/spirv-tools/badges/build_link_windows_vs2017_release.html) | [clang](https://storage.googleapis.com/spirv-tools/badges/build_link_linux_clang_release.html) | [clang](https://storage.googleapis.com/spirv-tools/badges/build_link_macos_clang_release.html) | 27| | [gcc](https://storage.googleapis.com/spirv-tools/badges/build_link_linux_gcc_release.html) | | 28 29### Debug build 30| Windows | Linux | MacOS | 31| --- | --- | --- | 32| [MSVC 2017](https://storage.googleapis.com/spirv-tools/badges/build_link_windows_vs2017_debug.html) | [clang](https://storage.googleapis.com/spirv-tools/badges/build_link_linux_clang_debug.html) | [clang](https://storage.googleapis.com/spirv-tools/badges/build_link_macos_clang_debug.html) | 33| | [gcc](https://storage.googleapis.com/spirv-tools/badges/build_link_linux_gcc_debug.html) | | 34