vulkan-loader
brew install vulkan-loader
v1.4.350.1
Apache-2.0
Vulkan ICD loader library that bridges Vulkan applications to GPU drivers and validation layers.
Why you might care
Required runtime dependency for any Vulkan application on macOS, Linux, or Windows. It handles discovery and management of multiple GPU drivers and Khronos validation layers without application-side configuration. Essential for Vulkan development and deployment.
12.7k
30-day installs · #320
34.8k
90-day · #356
77.4k
365-day · #504
665
★ GitHub stars · updated 1d ago
Runtime dependencies
Build dependencies
GitHub topics
vulkan
Links
- https://github.com/KhronosGroup/Vulkan-Loader
- GitHub: KhronosGroup/Vulkan-Loader
- Brew formula source: Formula/v/vulkan-loader.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"MoltenVK",
"NVIDIA driver",
"AMD driver"
],
"build_dependencies": [
"cmake",
"pkgconf"
],
"categories": [
"library",
"graphics"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"vulkan-headers"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Vulkan ICD Loader",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:40:48+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "vulkan-loader",
"github_default_branch": "main",
"github_last_commit_at": "2026-06-19T18:39:09Z",
"github_readme_excerpt": "# Vulkan Loader\n\nThis project provides the Khronos official Vulkan Loader for all platforms except [Android](https://android.googlesource.com/platform/frameworks/native/+/master/vulkan/)\n\n## Introduction\n\nVulkan is an explicit API, enabling direct control over how GPUs actually work.\nAs such, Vulkan supports systems that have multiple GPUs, each running with a different driver, or ICD (Installable Client Driver).\nVulkan also supports multiple global contexts (instances, in Vulkan terminology).\nThe ICD loader is a library that is placed between a Vulkan application and any number of Vulkan drivers, in order to support multiple drivers and the instance-level functionality that works across these drivers.\nAdditionally, the loader manages inserting Vulkan layer libraries, such as validation layers, between an application and the drivers.\n\nThis repository contains the Vulkan loader that is used for Linux, Windows, MacOS, and iOS.\nThere is also a separate loader, maintained by Google, which is used on Android.\n\nThe following components are available in this repository:\n\n- [ICD Loader](loader/)\n- [Loader Documentation](docs/LoaderInterfaceArchitecture.md)\n- [Tests](tests/)\n\n## Contact Information\n\n- [Charles Giessen](mailto:charles@lunarg.com)\n- [Mark Young](mailto:marky@lunarg.com)\n\n## Information for Developing or Contributing\n\nPlease see the [CONTRIBUTING.md](CONTRIBUTING.md) file in this repository for more details.\nPlease see the [GOVERNANCE.md](GOVERNANCE.md) file in this repository for repository management details.\n\n## How to Build and Run\n\n[BUILD.md](BUILD.md) includes directions for building all components.\n\nArchitecture and interface information for the loader is in [docs/LoaderInterfaceArchitecture.md](docs/LoaderInterfaceArchitecture.md).\n\n## Version Tagging Scheme\n\nUpdates to this repository which correspond to a new Vulkan specification release are tagged using the following format: `v\u003c`_`version`_`\u003e` (e.g., `v1.3.266`).\n\n**Note**: Marked version releases ha",
"github_repo": "KhronosGroup/Vulkan-Loader",
"github_stars": 665,
"github_topics": [
"vulkan"
],
"homepage": "https://github.com/KhronosGroup/Vulkan-Loader",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 12699,
"installs_365d": 77427,
"installs_90d": 34791,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0",
"llm_generated_at": "2026-06-20T23:44:08+00:00",
"llm_model": "claude-haiku-4-5",
"name": "vulkan-loader",
"oldnames": [],
"one_liner": "Vulkan ICD loader library that bridges Vulkan applications to GPU drivers and validation layers.",
"optional_dependencies": [],
"rank_30d": 320,
"rank_365d": 504,
"rank_90d": 356,
"raw_hash": "823f43f0aa1237ce",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/v/vulkan-loader.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1.4.350.1",
"versioned_formulae": [],
"why_use_this": "Required runtime dependency for any Vulkan application on macOS, Linux, or Windows. It handles discovery and management of multiple GPU drivers and Khronos validation layers without application-side configuration. Essential for Vulkan development and deployment."
}