macOS
brew install vulkan-toolslocal Homebrew formula metadata
sudo port install vulkan-toolsMacPorts ports tree · graphics/vulkan-tools/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für vulkan-tools in AI-Agent-Workflows.
Installation
brew install vulkan-toolslocal Homebrew formula metadata
sudo port install vulkan-toolsMacPorts ports tree · graphics/vulkan-tools/Portfile · Quelle: api.github.com
sudo apk add vulkan-toolsAlpine Linux edge package indexes · vulkan-tools · Quelle: dl-cdn.alpinelinux.org
sudo apt install vulkan-toolsDebian stable package indexes · vulkan-tools · Quelle: deb.debian.org
sudo dnf install vulkan-toolsFedora Rawhide package metadata · vulkan-tools · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#vulkan-toolsnixpkgs package indexes · pkgs/by-name/vu/vulkan-tools/package.nix · Quelle: api.github.com
sudo pacman -S vulkan-toolsArch Linux sync databases · vulkan-tools · Quelle: geo.mirror.pkgbuild.com
sudo zypper install vulkan-toolsopenSUSE Tumbleweed package metadata · vulkan-tools · Quelle: download.opensuse.org
Überblick
Vulkan utilities and tools
Verlauf
Vulkan Tools is the Khronos-hosted repository for small but important Vulkan development utilities, including `vulkaninfo`, `vkcube`, `vkcubepp`, a mock ICD, and Windows runtime installer support. It is part of the practical tooling layer around the Vulkan graphics and compute API.
Vulkan itself was released by Khronos as the Vulkan 1.0 specification on February 16, 2016, together with an open-source ecosystem intended to make the new explicit, low-overhead API usable across vendors and platforms. The Vulkan-Tools repository was created under KhronosGroup in May 2018 as the standalone home for utility programs that had grown up around the SDK and loader ecosystem.
The README credits LunarG as the primary developer of the repository, Valve as a funder of project development, Google as a significant contributor to the validation layers, and Khronos as the host and overseer. That stewardship history matches Vulkan's broader development model: a standards body coordinating practical open-source tooling across GPU vendors, operating systems, SDK releases, and driver stacks.
The repository's versioning follows Vulkan specification and SDK cadence. Since the 1.3.266 specification release, README documentation distinguishes Vulkan specification tags such as `v1.3.266` from SDK tags such as `vulkan-sdk-1.3.266.0`, making the tools track both upstream API evolution and tested SDK snapshots.
The tools became a common first-contact test suite for Vulkan availability. `vulkaninfo` is routinely used to print instance, device, layer, extension, and driver information, while `vkcube` is the small visual smoke test many users run to prove that the loader, ICD, driver, and presentation path are all wired together.
Because Vulkan targets many operating systems and driver stacks, these utilities occupy a niche similar to `glxinfo` and `glxgears` in older OpenGL workflows: humble commands that package maintainers, graphics developers, driver engineers, and users reach for before debugging a full application.
Typical usage is direct and diagnostic. `vulkaninfo` reports what the local Vulkan loader and installed drivers expose; `vkcube` and `vkcubepp` create a simple rendered cube to verify that an application can create a Vulkan instance, pick a device, present to a surface, and draw.
The tools are also useful in bug reports because they reduce a large graphics stack to reproducible facts: driver versions, supported extensions, enabled layers, physical-device capabilities, and whether a minimal demo can present frames.
For package nerds, Vulkan Tools is the tiny executable edge of a large standards ecosystem. Installing the package gives immediate checks for whether the Vulkan loader, ICD JSON files, GPU driver, validation-layer setup, and SDK expectations line up on a given machine.
Sicherheitslage
Für vulkan-tools wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
vkcube | cli | globales Executable | |
vkcubepp | cli | globales Executable | |
vulkaninfo | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/KhronosGroup/Vulkan-Tools
Installationsmetadaten
| Paketschlüssel | brew:vulkan-tools |
|---|---|
| Version | 1.4.350.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/vulkan-tools |
| Homepage | https://github.com/KhronosGroup/Vulkan-Tools |
| Repository | https://github.com/KhronosGroup/Vulkan-Tools |
| Upstream-Dokumentation | https://github.com/KhronosGroup/Vulkan-Tools/blob/main/README.md |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/vulkan-sdk-1.4.350.1.tar.gz |
| Zuletzt aktualisiert | 2026-06-22T14:06:37-07:00 |
| Pulse | updated |
| Abhängigkeiten | glslang, molten-vk, vulkan-headers, vulkan-loader |
| Build-Abhängigkeiten | cmake, pkgconf |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
| Einschränkungen | The mock ICD files have been installed in $HOMEBREW_PREFIX/opt/vulkan-tools/lib/mock_icd You can use them with the Vulkan Loader by setting export VK_ICD_FILENAMES=$HOMEBREW_PREFIX/opt/vulkan-tools/lib/mock_icd/VkICD_mock_icd.json |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | vulkan-tools |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
vulkan-tools 1.4.304.0+dfsg1-1
Miscellaneous Vulkan utilities
https://github.com/KhronosGroup/Vulkan-Tools
sudo apt install vulkan-toolsvulkan-tools
nix profile install nixpkgs#vulkan-toolsvulkan-tools 1.3.275.0+dfsg1-1
Miscellaneous Vulkan utilities
https://github.com/KhronosGroup/Vulkan-Tools
sudo apt install vulkan-toolsvulkan-tools 1.4.347-r0
Vulkan Utilities and Tools
https://www.khronos.org/vulkan
sudo apk add vulkan-toolsvulkan-tools-dbg 1.4.347-r0
Vulkan Utilities and Tools (debug symbols)
https://www.khronos.org/vulkan
sudo apk add vulkan-tools-dbgvulkan-tools 1.4.341.0-1.fc45
Vulkan tools
https://github.com/KhronosGroup/Vulkan-Tools
sudo dnf install vulkan-toolsvulkan-tools 1.4.350.0-1
Vulkan tools and utilities
sudo pacman -S vulkan-toolsvulkan-tools 1.4.350-1.1
Diagnostic utilities for Vulkan
https://github.com/KhronosGroup/Vulkan-Tools
sudo zypper install vulkan-toolsvulkan-tools-32bit 1.4.350-1.1
Diagnostic utilities for Vulkan
https://github.com/KhronosGroup/Vulkan-Tools
sudo zypper install vulkan-tools-32bitvulkan-tools
sudo port install vulkan-toolsQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.