Automic VaultAutomic Vault

brew

Install vulkan-tools with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

Vulkan utilities and tools. Version 1.4.350.1 via Homebrew; verified 2026-06-22.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install vulkan-tools

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install vulkan-tools

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

Linux

Alpine Linux apkverified · 92%
sudo apk add vulkan-tools

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

Debian aptverified · 92%
sudo apt install vulkan-tools

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

Fedora dnfverified · 92%
sudo dnf install vulkan-tools

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

Nixverified · 92%
nix profile install nixpkgs#vulkan-tools

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

Arch Linux pacmanverified · 92%
sudo pacman -S vulkan-tools

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

openSUSE zypperverified · 92%
sudo zypper install vulkan-tools

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

overview

Package summary

Vulkan utilities and tools

Commands and aliases

  • vkcube
  • vkcubepp
  • vulkaninfo

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 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.

security posture

No protected-tool coverage found yet

No matching local secret-handling manifest was found for vulkan-tools. Nucleus package metadata is still published here so future coverage has a stable package URL.

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 4 runtime dependencies.
  • Build metadata lists 2 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
vkcubecliglobal executable
vkcubeppcliglobal executable
vulkaninfocliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version1.4.350.1
manager updated2026-06-22
local dataok
upstreamnot checked
latest detectednot detected

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

install metadata

Package metadata

Package keybrew:vulkan-tools
Version1.4.350.1
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/vulkan-tools
Homepagehttps://github.com/KhronosGroup/Vulkan-Tools
Repositoryhttps://github.com/KhronosGroup/Vulkan-Tools
Upstream docshttps://github.com/KhronosGroup/Vulkan-Tools/blob/main/README.md
LicenseApache-2.0
Source archivehttps://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/vulkan-sdk-1.4.350.1.tar.gz
Last updated2026-06-22T14:06:37-07:00
Pulseupdated
Dependenciesglslang, molten-vk, vulkan-headers, vulkan-loader
Build dependenciescmake, pkgconf
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared
CaveatsThe 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 facts

Source database details

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

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

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 dependencies
  • normalized package name match
  • Matched by: 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
  • Matched by: 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 dependencies
  • normalized package name match
  • Matched by: 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 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: 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 dependencies
  • normalized package name match
  • Matched by: 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 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: 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 dependencies
  • normalized package name match
  • Matched by: 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 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: 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 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: 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
  • Matched by: 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

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • 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