Modder gets Nvidia’s DLSS 5 working in a web browser using WebGPU — 147MB browser port runs on non-Nvidia GPUs and macOS but takes two seconds per render
A modder by the name of MAAN has reportedly gotten Nvidia DLSS 5 working in a browser window with an interactive demo, according to a report by VideoCardz. The developer said the technique also works on macOS. The demo is hosted on Cloudflare Workers with some default scenes, starting with “Cowboy Gramps,” with a variety of adjustable settings and a comparison view.
DLSS 5 running in the browser with #webgpu And yes it works on MacOS too. Try the the live demo here https://t.co/frqdwHzeDv You can also try it with your own models #WebDev #AI #threejsSeptember 16, 2026
DLSS 5 is Nvidia’s neural rendering feature used to improve graphical quality using AI. Nvidia launched it earlier this month for NBA 2K27, the first game with official support for the technology. DLSS 5 is officially RTX 50-series only, aside from GeForce NOW. The DLSS 5 DLL file has since been pushed onto RTX 40- and RTX 30-series, and even AMD hardware. There is also a mod to unlock it for RTX 20-series hardware.

According to MAAN, the demo uses model weights extracted from a leaked DLSS 5 library file. They did not know whether this file differs from the official one. Normally, Nvidia offers DLSS through its NGX interface or the Streamline SDK on DirectX and Vulkan. The documentation does not list WebGL or WebGPU, the outlet noted. MAAN plans to publish the source code on GitHub this weekend.
In our quick test of the demo on an RTX 40-series desktop, the 3D viewer was smooth to rotate, but each DLSS 5 render took a second or two and was notably slow in live mode.
MAAN said that the demo is DLSS 5’s neural network reimplemented using WebGPU compute shaders. The weights are around 147MB, with a JavaScript runtime of around 1MB compressed. WebGPU has no trouble running on macOS, so the only surprise here is the DLSS part. Normally this needs an RTX GPU and Nvidia’s driver, but a WebGPU implementation would not inherently require Nvidia hardware.
The outlet suggested the approach could suit architecture, 3D model previews, and other work where real-time speed matters less. MAAN’s X post said users “can try it with your own models” and the demo’s page accepts common 3D formats by file or drag-and-drop. Due to the technology’s current restrictions, a browser demo is a way for more people to see the effect on a model without owning the game or appropriate hardware. Nvidia has said official RTX 40-series support is coming.