1# Downloads
2
3## Latest builds
4
5Download the latest builds of the [master](https://github.com/KhronosGroup/SPIRV-Tools/tree/master) branch.
6
7### Release build
8| Windows | Linux | MacOS |
9| --- | --- | --- |
10| [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) |
11| | [gcc](https://storage.googleapis.com/spirv-tools/badges/build_link_linux_gcc_release.html) | |
12
13### Debug build
14| Windows | Linux | MacOS |
15| --- | --- | --- |
16| [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) |
17| | [gcc](https://storage.googleapis.com/spirv-tools/badges/build_link_linux_gcc_debug.html) | |
18
19
20## Vulkan SDK
21
22SPIRV-Tools is published as part of the [LunarG Vulkan SDK](https://www.lunarg.com/vulkan-sdk/).
23The Vulkan SDK is updated approximately every six weeks.
24
25## Android NDK
26
27SPIRV-Tools host executables, and library sources are published as
28part of the [Android NDK](https://developer.android.com/ndk/downloads).
29