Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper 安装 vulkan-tools

查看 vulkan-tools 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install vulkan-tools

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install vulkan-tools

MacPorts ports tree · graphics/vulkan-tools/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add vulkan-tools

Alpine Linux edge package indexes · vulkan-tools · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install vulkan-tools

Debian stable package indexes · vulkan-tools · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install vulkan-tools

Fedora Rawhide package metadata · vulkan-tools · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#vulkan-tools

nixpkgs package indexes · pkgs/by-name/vu/vulkan-tools/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S vulkan-tools

Arch Linux sync databases · vulkan-tools · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install vulkan-tools

openSUSE Tumbleweed package metadata · vulkan-tools · 来源: download.opensuse.org

概览

软件包摘要

Vulkan utilities and tools

命令和别名

  • vkcube
  • vkcubepp
  • vulkaninfo

历史

项目历史与用法

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.

时间线

  • 2016: Khronos released the Vulkan 1.0 specification on February 16, 2016.
  • 2018: KhronosGroup/Vulkan-Tools was created on GitHub on May 3, 2018.
  • 2023: The repository adopted the documented post-1.3.266 distinction between specification tags and SDK tags.
  • 2026: The repository remained active under KhronosGroup with ongoing Vulkan SDK and specification-aligned work.

Related projects

  • Vulkan Tools is closely related to Vulkan-Loader, Vulkan-ValidationLayers, Vulkan-Headers, Vulkan-Docs, LunarG's Vulkan SDK, Vulkan-Samples, Mesa and vendor Vulkan drivers, and MoltenVK for Vulkan portability on Apple platforms.

安全态势

尚未找到受保护工具覆盖

没有找到 vulkan-tools 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 4 个运行时依赖。
  • 构建元数据列出 2 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
vkcubecli全局可执行文件
vkcubeppcli全局可执行文件
vulkaninfocli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-24
管理器版本1.4.350.1
管理器更新时间2026-06-22
本地数据OK
上游not checked
检测到的最新版本未检测到

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
Pulseupdated
依赖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 DatabaseHomebrew formula API
Taphomebrew/core
Full Namevulkan-tools
Version Scheme0
Revision0
Head VersionHEAD
Requirements
  • xcode
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

vulkan-tools 1.4.304.0+dfsg1-1

Miscellaneous Vulkan utilities

https://github.com/KhronosGroup/Vulkan-Tools

sudo apt install vulkan-tools
  • Section: graphics
  • Architecture: amd64
  • 7 依赖
  • normalized package name match
  • 匹配方式:Vulkan Tools
Debian stable package indexes · deb.debian.org · Debian stable package indexes: vulkan-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

vulkan-tools

nix profile install nixpkgs#vulkan-tools
  • normalized package name match
  • 匹配方式:Vulkan Tools
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/vu/vulkan-tools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

vulkan-tools 1.3.275.0+dfsg1-1

Miscellaneous Vulkan utilities

https://github.com/KhronosGroup/Vulkan-Tools

sudo apt install vulkan-tools
  • Section: universe/graphics
  • Architecture: amd64
  • 7 依赖
  • normalized package name match
  • 匹配方式:Vulkan Tools
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: vulkan-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

vulkan-tools 1.4.347-r0

Vulkan Utilities and Tools

https://www.khronos.org/vulkan

sudo apk add vulkan-tools
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: vulkan-tools
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Vulkan Tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: vulkan-tools from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

vulkan-tools-dbg 1.4.347-r0

Vulkan Utilities and Tools (debug symbols)

https://www.khronos.org/vulkan

sudo apk add vulkan-tools-dbg
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: vulkan-tools
  • 1 依赖
  • normalized package name match
  • 匹配方式:Vulkan Tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: vulkan-tools-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

vulkan-tools 1.4.341.0-1.fc45

Vulkan tools

https://github.com/KhronosGroup/Vulkan-Tools

sudo dnf install vulkan-tools
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: vulkan-tools
  • 8 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Vulkan Tools
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: vulkan-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

vulkan-tools 1.4.350.0-1

Vulkan tools and utilities

https://www.vulkan.org/

sudo pacman -S vulkan-tools
  • License: Apache-2.0
  • Architecture: x86_64
  • 7 依赖
  • normalized package name match
  • 匹配方式:Vulkan Tools
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: vulkan-tools from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

vulkan-tools 1.4.350-1.1

Diagnostic utilities for Vulkan

https://github.com/KhronosGroup/Vulkan-Tools

sudo zypper install vulkan-tools
  • License: Apache-2.0
  • Category: Development/Tools/Other
  • Architecture: x86_64
  • Source Package: vulkan-tools
  • 7 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Vulkan Tools
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: vulkan-tools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

vulkan-tools-32bit 1.4.350-1.1

Diagnostic utilities for Vulkan

https://github.com/KhronosGroup/Vulkan-Tools

sudo zypper install vulkan-tools-32bit
  • License: Apache-2.0
  • Category: Development/Tools/Other
  • Architecture: x86_64
  • Source Package: vulkan-tools
  • 8 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Vulkan Tools
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: vulkan-tools-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

vulkan-tools

sudo port install vulkan-tools
  • normalized package name match
  • 匹配方式:Vulkan Tools
MacPorts ports tree · api.github.com · MacPorts ports tree: graphics/vulkan-tools/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment