molten-vk
brew install molten-vk
v1.4.1
Apache-2.0
Vulkan API implementation on macOS, iOS, and tvOS that translates Vulkan calls to Metal.
Why you might care
Enables Vulkan graphics applications to run on Apple platforms by mapping Vulkan API calls to Metal, Apple's native graphics framework. Essential for cross-platform game and graphics engine developers targeting macOS/iOS without rewriting rendering code. Maintained by Khronos Group and widely used in production.
4.4k
30-day installs · #654
13.6k
90-day · #686
49.7k
365-day · #693
5.7k
★ GitHub stars · updated 16d ago
Build dependencies
Links
- https://github.com/KhronosGroup/MoltenVK
- GitHub: KhronosGroup/MoltenVK
- Brew formula source: Formula/m/molten-vk.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"Metal",
"ANGLE",
"gfxapi"
],
"build_dependencies": [
"cmake"
],
"categories": [
"library",
"graphics",
"binding"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Implementation of the Vulkan graphics and compute API on top of Metal",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:41:00+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "molten-vk",
"github_default_branch": "main",
"github_last_commit_at": "2026-06-04T09:23:02Z",
"github_readme_excerpt": "\u003ca class=\"site-logo\" href=\"https://github.com/KhronosGroup/MoltenVK\" title=\"MoltenVK\"\u003e\n\t\u003cimg src=\"Docs/images/MoltenVK-Logo-Banner.png\" alt=\"MoltenVK\" style=\"width:256px;height:auto\"\u003e\n\u003c/a\u003e\n\n\n\nMoltenVK\n========\n\nCopyright (c) 2015-2026 [The Brenwill Workshop Ltd.](http://www.brenwill.com)\n\n[comment]: # \"This document is written in Markdown (http://en.wikipedia.org/wiki/Markdown) format.\"\n[comment]: # \"For best results, use a Markdown reader.\"\n\n\n\n\nTable of Contents\n-----------------\n\n- [Introduction to **MoltenVK**](#intro)\n- [Developing Vulkan Applications on *macOS, iOS, tvOS, and visionOS*](#developing_vulkan)\n\t- [Using the *Vulkan SDK*](#sdk)\n\t- [Using MoltenVK Directly](#download)\n- [Fetching **MoltenVK** Source Code](#install)\n- [Building **MoltenVK**](#building)\n\t- [Building With _Xcode_](#xcode_build)\n\t- [Building From the Command Line](#command_line_build)\n\t- [Hiding _Vulkan_ API Symbols](#hiding_vulkan_symbols)\n\t- [Accessing _Metal_ Private API Calls](#metal_private_api)\n\t- [Install *MoltenVK* to Replace The _Vulkan SDK_ `libMoltenVK.dylib`](#install_vksdk)\n- [Running **MoltenVK** Demo Applications](#demos)\n- [Using **MoltenVK** in Your Application](#using)\n- [**MoltenVK** and *Vulkan* Compliance](#compliance)\n- [Getting Support](#support)\n- [Contributing to **MoltenVK** Development](#contributing)\n\n\n\n\u003ca name=\"intro\"\u003e\u003c/a\u003e\nIntroduction to MoltenVK\n------------------------\n\n**MoltenVK** is a layered implementation of [*Vulkan 1.4*](https://www.khronos.org/vulkan)\ngraphics and compute functionality, that is built on Apple\u0027s [*Metal*](https://developer.apple.com/metal)\ngraphics and compute framework on *macOS*, *iOS*, *tvOS*, and *visionOS*. **MoltenVK** allows\nyou to use *Vulkan* graphics and compute functionality to develop modern, cross-platform,\nhigh-performance graphical games and applications, and to run them across many platforms,\nincluding *macOS*, *iOS*, *tvOS*, *visionOS*, ",
"github_repo": "KhronosGroup/MoltenVK",
"github_stars": 5683,
"github_topics": [],
"homepage": "https://github.com/KhronosGroup/MoltenVK",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 4447,
"installs_365d": 49697,
"installs_90d": 13590,
"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:46:11+00:00",
"llm_model": "claude-haiku-4-5",
"name": "molten-vk",
"oldnames": [],
"one_liner": "Vulkan API implementation on macOS, iOS, and tvOS that translates Vulkan calls to Metal.",
"optional_dependencies": [],
"rank_30d": 654,
"rank_365d": 693,
"rank_90d": 686,
"raw_hash": "46f60db861b91aec",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/m/molten-vk.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [
{
"python": "build"
}
],
"version_head": "HEAD",
"version_stable": "1.4.1",
"versioned_formulae": [],
"why_use_this": "Enables Vulkan graphics applications to run on Apple platforms by mapping Vulkan API calls to Metal, Apple\u0027s native graphics framework. Essential for cross-platform game and graphics engine developers targeting macOS/iOS without rewriting rendering code. Maintained by Khronos Group and widely used in production."
}