Where can I get the standalone Metal Toolchain for Xcode 26?

I'm trying to find the installer for Metal Toolchain 26. It seems to fix an issue I have but I don't want to have to install Xcode 26 just to get the toolchain installed.

Is this possible?

Got it.

❯ xcodebuild -downloadComponent metalToolchain
Beginning asset download...
Downloaded asset to: /System/Library/AssetsV2/com_apple_MobileAsset_MetalToolchain/4ab058bc1c53034b8c0a9baca6fba2d2b78bb965.asset/AssetData/Restore/022-17211-415.dmg
Done downloading: Metal Toolchain 17A324.


❯ xcodebuild -importComponent metalToolchain
[1]    72228 trace trap  xcodebuild -importComponent metalToolchain
Accepted Answer

Got it.

❯ xcodebuild -downloadComponent metalToolchain
Beginning asset download...
Downloaded asset to: /System/Library/AssetsV2/com_apple_MobileAsset_MetalToolchain/4ab058bc1c53034b8c0a9baca6fba2d2b78bb965.asset/AssetData/Restore/022-17211-415.dmg
Done downloading: Metal Toolchain 17A324.


❯ xcodebuild -importComponent metalToolchain
[1]    72228 trace trap  xcodebuild -importComponent metalToolchain
Where can I get the standalone Metal Toolchain for Xcode 26?
 
 
Q