macOS
brew install spirv-toolsprovider-native install command
brew / rank 495
API and commands for processing SPIR-V modules. Version 1.4.357.0 via Homebrew; verified 2026-07-29.
install
brew install spirv-toolsprovider-native install command
overview
API and commands for processing SPIR-V modules
history
SPIRV-Tools is the Khronos Group toolkit of command-line programs and libraries for assembling, disassembling, validating, optimizing, linking, reducing, and inspecting SPIR-V modules.
SPIR-V became the Khronos-standard binary intermediate language for graphics shaders and compute kernels with the 2015 SPIR-V 1.0 release. SPIRV-Tools grew around that ecosystem as the practical toolbelt for working with modules after frontends emit them and before drivers or runtimes consume them.
The official README describes a shared implementation underneath standalone tools: an assembler, binary parser, disassembler, validator, and optimizer, with stable interfaces for existing features. The project also documents that official releases are distributed through the Vulkan SDK rather than GitHub releases.
The supplied package-manager data lists SPIRV-Tools in Homebrew, Debian, Ubuntu, Fedora, Alpine, MacPorts, Nix, Arch, and openSUSE-family packaging. Its broad packaging is unsurprising because shader compilers, validation layers, SDKs, and build systems often need the same `spirv-*` commands available on developer machines and CI workers.
Common commands include `spirv-as`, `spirv-dis`, `spirv-val`, `spirv-opt`, `spirv-link`, `spirv-reduce`, and `spirv-objdump`. Package users typically install it to validate generated SPIR-V, inspect shader/compiler output, run optimizer passes, or satisfy build dependencies in Vulkan/OpenCL projects.
SPIRV-Tools is one of those packages whose command names show up in failing configure logs and CI scripts. It matters to maintainers because it sits at the junction of Khronos specifications, Vulkan SDK releases, SPIRV-Headers grammar updates, and downstream shader/compiler projects.
security posture
No matching local secret-handling manifest was found for spirv-tools. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
spirv-as | executable | indexed executable | Discovered from the local executable index. |
spirv-cfg | executable | indexed executable | Discovered from the local executable index. |
spirv-diff | executable | indexed executable | Discovered from the local executable index. |
spirv-dis | executable | indexed executable | Discovered from the local executable index. |
spirv-lesspipe.sh | executable | indexed executable | Discovered from the local executable index. |
spirv-link | executable | indexed executable | Discovered from the local executable index. |
spirv-lint | executable | indexed executable | Discovered from the local executable index. |
spirv-objdump | executable | indexed executable | Discovered from the local executable index. |
spirv-opt | executable | indexed executable | Discovered from the local executable index. |
spirv-reduce | executable | indexed executable | Discovered from the local executable index. |
spirv-val | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:spirv-tools |
|---|---|
| Version | 1.4.357.0 |
| Package manager | Homebrew |
| Homepage | https://github.com/KhronosGroup/SPIRV-Tools |
| Repository | https://github.com/KhronosGroup/SPIRV-Tools |
| Last updated | 2026-07-29T00:07:22Z |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.