macOS
brew install vulkan-toolslocal Homebrew formula metadata
sudo port install vulkan-toolsMacPorts ports tree · graphics/vulkan-tools/Portfile · 来源: api.github.com
安装
brew install vulkan-toolslocal Homebrew formula metadata
sudo port install vulkan-toolsMacPorts ports tree · graphics/vulkan-tools/Portfile · 来源: api.github.com
sudo apk add vulkan-toolsAlpine Linux edge package indexes · vulkan-tools · 来源: dl-cdn.alpinelinux.org
sudo apt install vulkan-toolsDebian stable package indexes · vulkan-tools · 来源: deb.debian.org
sudo dnf install vulkan-toolsFedora Rawhide package metadata · vulkan-tools · 来源: dl.fedoraproject.org
nix profile install nixpkgs#vulkan-toolsnixpkgs package indexes · pkgs/by-name/vu/vulkan-tools/package.nix · 来源: api.github.com
sudo pacman -S vulkan-toolsArch Linux sync databases · vulkan-tools · 来源: geo.mirror.pkgbuild.com
sudo zypper install vulkan-toolsopenSUSE Tumbleweed package metadata · vulkan-tools · 来源: download.opensuse.org
概览
Vulkan utilities and tools
历史
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.
安全态势
没有找到 vulkan-tools 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
vkcube | cli | 全局可执行文件 | |
vkcubepp | cli | 全局可执行文件 | |
vulkaninfo | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/KhronosGroup/Vulkan-Tools
安装元数据
| 软件包键 | brew:vulkan-tools |
|---|---|
| 版本 | 1.4.350.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/vulkan-tools |
| 主页 | https://github.com/KhronosGroup/Vulkan-Tools |
| 仓库 | https://github.com/KhronosGroup/Vulkan-Tools |
| 上游文档 | https://github.com/KhronosGroup/Vulkan-Tools/blob/main/README.md |
| 许可证 | Apache-2.0 |
| 源码归档 | https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/vulkan-sdk-1.4.350.1.tar.gz |
| 最后更新 | 2026-06-22T14:06:37-07:00 |
| Pulse | updated |
| 依赖 | glslang, molten-vk, vulkan-headers, vulkan-loader |
| 构建依赖 | cmake, pkgconf |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
| 注意事项 | 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 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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-tools来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.