Careful of fake copies. The only download for this project is this releases page. Fake websites and lookalike GitHub repositories exist (#88, #115); this project has no executable installer. The standalone
CAREFUL_FAKE_MALICIOUS_FEEDER.txtasset explains how to check what you downloaded. SHA-256 ofDLSS5-Feeder-1.16.0-beta.4.zip:D16F8B527F76FF1F531682A576D699CB5634838C0E2899585E3671814EDA2745. The genuine zips are scanned on VirusTotal, for instance the 1.16.0-beta.2 zip; look this release's hash up there yourself.
There is a one-command installer. Download
Install-DLSS5Feeder.ps1, put it beside the game's executable, and runpowershell.exe -ExecutionPolicy Bypass -File .\Install-DLSS5Feeder.ps1 -Prerelease. The standaloneAUTOMATIC_INSTALLATION_AVAILABLE.txtasset explains every option.
Does not work with your game? I can't test every game reported in the issues: I don't own most of them, and I don't have the time to try them all. Read this README section. It gives a prompt for an AI coding agent that reads your logs against the source and opens a pull request if it finds a legitimate fix.
One fix on top of beta.3, for 32-bit games in exclusive fullscreen. Every binary identifies itself as 1.16.0-beta.4 and embeds release commit 53f88d4; check line 1 of dlss5-feed.log before reporting a retest.
Fix
- #109, #99, #77 — 32-bit games in exclusive fullscreen freeze or go black when the host starts (Injustice, Transformers: Fall of Cybertron, Dragon Age: Origins via dgVoodoo2). In all three logs the game side stops at
host spawnedwhile the host completes its handshake normally: the game stopped presenting when the helper's window was shown underneath its exclusive-fullscreen swapchain. The 32-bit add-on now starts the host with no window when the game is exclusive fullscreen at that moment, and logs why. The feed is unaffected; the in-game DLSS 5 panel is unavailable in that session (the compositor could not draw it over exclusive fullscreen anyway), so run the game borderless to get the panel. New config valuehost_window=2forces the windowless host.
All beta.1, beta.2 and beta.3 fixes are included.
Install and verify
For a 32-bit game, replace both dlss5-feed.addon32 and host64\dlss5-feed-host64.exe from the same zip. The IPC protocol is v9.
The 64-bit add-on, 32-bit add-on, host helper, and both Vulkan layers build with MSVC. The exclusive-fullscreen change could not be run in the reported games; please retest on the linked issues.