macOS
brew install vulkan-toolslocal Homebrew formula metadata
sudo port install vulkan-toolsMacPorts ports tree · graphics/vulkan-tools/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de vulkan-tools pour les workflows d'agents IA.
installation
brew install vulkan-toolslocal Homebrew formula metadata
sudo port install vulkan-toolsMacPorts ports tree · graphics/vulkan-tools/Portfile · Source: api.github.com
sudo apk add vulkan-toolsAlpine Linux edge package indexes · vulkan-tools · Source: dl-cdn.alpinelinux.org
sudo apt install vulkan-toolsDebian stable package indexes · vulkan-tools · Source: deb.debian.org
sudo dnf install vulkan-toolsFedora Rawhide package metadata · vulkan-tools · Source: dl.fedoraproject.org
nix profile install nixpkgs#vulkan-toolsnixpkgs package indexes · pkgs/by-name/vu/vulkan-tools/package.nix · Source: api.github.com
sudo pacman -S vulkan-toolsArch Linux sync databases · vulkan-tools · Source: geo.mirror.pkgbuild.com
sudo zypper install vulkan-toolsopenSUSE Tumbleweed package metadata · vulkan-tools · Source: download.opensuse.org
aperçu
Vulkan utilities and tools
historique
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.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour vulkan-tools. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
vkcube | cli | exécutable global | |
vkcubepp | cli | exécutable global | |
vulkaninfo | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/KhronosGroup/Vulkan-Tools
métadonnées d'installation
| Clé du paquet | brew:vulkan-tools |
|---|---|
| Version | 1.4.350.1 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/vulkan-tools |
| Page d'accueil | https://github.com/KhronosGroup/Vulkan-Tools |
| Dépôt | https://github.com/KhronosGroup/Vulkan-Tools |
| Docs amont | https://github.com/KhronosGroup/Vulkan-Tools/blob/main/README.md |
| Licence | Apache-2.0 |
| Archive source | https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/vulkan-sdk-1.4.350.1.tar.gz |
| Dernière mise à jour | 2026-06-22T14:06:37-07:00 |
| Pulse | updated |
| Dépendances | glslang, molten-vk, vulkan-headers, vulkan-loader |
| Dépendances de compilation | cmake, pkgconf |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
| Précautions | 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 |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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-toolspiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.