WebGPU on linux

Has anyone managed to get WebGPU working on linux? more specifically on Arch. I can’t get it to work with either nvidia or intel integrated cards regardless of the browser.

Have you tried these ?

Install

sudo apt install google-chrome-unstable

Run

google-chrome-unstable --enable-unsafe-webgpu --enable-features=Vulkan
1 Like

Finally got it to work! I’m using chromium, the flags are just these: chromium --enable-features=Vulkan

Also, I have 2 GPUs, so I also needed to tell Vulkan which one to use: Vulkan - ArchWiki

1 Like