NEW

Install Dusk Light on Windows

Most Windows PCs should use the x86_64 zip. Extract the full folder, run Dusklight, and choose Select Disc Image for your own supported GameCube dump. Start with the official v1.3.1 release, then use the Windows notes below for Visual C++ setup, SmartScreen, file checks, and Windows on ARM.

Last reviewed: June 15, 2026 against GitHub v1.3.1

Windows setup path

Windows is the most direct Dusk Light route for desktop players because the official release ships a ready-to-extract win32 x86_64 archive and a separate Windows on ARM archive. The official project README is also clear about the legal and compatibility boundary: Dusklight does not provide copyrighted game assets, you must use your own original game, and the currently supported Twilight Princess disc releases are GameCube USA and EUR. Treat this page as a setup companion, not a mirror. The download button goes to GitHub, the release notes come from GitHub, and the troubleshooting notes cite actual issues instead of generic advice.

Install steps

  1. 01Install the latest supported Microsoft Visual C++ Redistributable. Use the x64 installer for most Windows PCs, or the ARM64 installer for Windows on ARM.
  2. 02Download the Windows release for your device from the official TwilitRealm/dusklight v1.3.1 release: x86_64 for most PCs, ARM64 only for Windows on ARM.
  3. 03Right-click the downloaded zip, choose Extract All, and keep the extracted folder somewhere easy to find.
  4. 04Open the extracted folder, run dusklight.exe, then choose Select Disc Image and pick your supported personal GameCube USA or EUR dump.

Before you start

Windows 10 or 11

The current Windows release is packaged as win32 x86_64 for most Windows 10 or 11 PCs, plus a separate ARM64 zip for Windows on ARM devices. Use x86_64 unless you are certain the device is ARM-based.

Your own supported dump

The official project says Dusklight does not include copyrighted assets. It currently supports GameCube USA and EUR releases, so Wii discs, random ISOs, and third-party ROM packs are not valid inputs here.

Modern graphics backend

The README lists D3D12, Vulkan, or Metal as the minimum graphics-backend family and warns that older Intel iGPUs have a high likelihood of incompatibility. On Windows, that makes a modern D3D12 or Vulkan-capable GPU the practical baseline.

Official file only

The latest GitHub release used here is v1.3.1, released May 27, 2026. The Windows x86_64 zip is listed as 35.3 MB in the official release assets, while the Windows ARM64 zip is listed as 32.1 MB.

Check the file before launch

GitHub release assets do not need to be mirrored by Dusk Light. This Windows guide shows how to confirm the file you downloaded and how to keep a record of the game dump you prepared. These PowerShell commands do not create a legal dump by themselves; they only calculate hashes for files you already have.

Hash the official Windows zip

Get-FileHash -Algorithm SHA256 .\Dusklight-v1.3.1-win32-x86_64.zip

Run this in PowerShell from the folder that contains the downloaded zip. Keep the output with your notes so you can compare it after moving or backing up the installer.

Record the dump you selected

Get-FileHash -Algorithm SHA1 .\your-twilight-princess-dump.iso

Use this on your own disc image after dumping through a legitimate workflow. The official README links to the Dolphin Wiki and nodtool for dump guidance; Dusk Light does not publish copyrighted hashes or game files.

Check the build you actually downloaded

Get-ChildItem .\Dusklight-v1.3.1-win32-*.zip | Select-Object Name,Length,LastWriteTime

This is a quick sanity check when you are choosing between x86_64 and Windows on ARM. It should show the zip file you meant to use before you extract it.

Windows notes

  • Use the ARM64 build only for Windows on ARM devices. Most Windows gaming desktops and laptops should use the x86_64 zip.
  • SmartScreen warnings should be handled by checking the source first: the expected source is the TwilitRealm/dusklight GitHub release asset, not a reposted archive.
  • The official project requires you to supply your own original game data. Dusk Light never hosts ROMs, ISOs, disc images, copyrighted textures, or replacement game assets.
  • If a guide tells you to use Wii files, HD remaster files, or an arbitrary Twilight Princess download, it is outside the support boundary described by the official README.
  • Media coverage from PC Gamer and GamesRadar helps confirm the public context around the PC/mobile port and modding interest, but the GitHub release remains the download source of truth.

Other official builds

Explore same-language install pages

Stay in this language while comparing Dusk Light downloads, file sizes, update times, and platform notes.

What changed in v1.3.1

Released May 27, 2026

The official GitHub release page marks v1.3.1 as the latest release checked for this guide. That matters because older guides may still mention v1.0.0 or v1.0.1 file names.

Config and text input fixes

The v1.3.1 notes include fixes for config saving and loading, an Android v1.3.0 corrupt-config crash regression, and Enter key clearing text inputs. Windows users still benefit from knowing the current build fixed cross-platform configuration behavior.

Missing chains and crash logs

The release notes also mention missing chains in Arbiter's Grounds and Hyrule Castle, plus improved crash reporting in logs. If a Windows crash happens, attach current logs to the relevant GitHub issue instead of relying on screenshots alone.

Windows issue tracker notes

Issue #810: WUP-028 controller file growth

Open

A Windows report says selecting something other than a connected GameCube controller while using a WUP-028 adapter could create a roughly 4 GiB .controller file. The reporter noted that disconnecting the controller or adapter before changing the selection avoided the behavior.

Open source

Issue #807: non-English Windows account path

Completed

A closed Windows issue described launch failure when the user profile path contained non-English characters. If you see advice about moving the app to an English-only path, treat it as historical context first and update to the latest release before changing your Windows account.

Open source

Issue #819: crash report around Zelda and Faron Woods

Open

An open Windows crash report mentions crashes around talking to Zelda in the sewers, related cutscenes, and the Faron Woods poison lake. This is not a universal Windows warning, but it is useful evidence to check before assuming your archive is corrupt.

Open source

Issue #825: unlocked framerate bloom

Completed

A closed issue reported pulsating bloom when unlocked framerate was enabled. Because it is marked completed, use it mainly as a reminder to compare your experience with the current release and note graphics settings when reporting visual bugs.

Open source

Source of truth

All files listed here point to the official TwilitRealm/dusklight GitHub release assets. Dusk Light does not mirror binaries or host copyrighted game data.