AlphaRes Download · v1.1.0
Download AlphaRes for Fortnite Stretched Resolution Lock
The current stable build of the open-source Windows utility that locks custom resolutions in Fortnite. Direct binary, no installer, no bundled software, bit-for-bit identical to the upstream maintainer’s release asset.
What You’re Downloading
AlphaRes is a 533 kilobyte Windows utility that writes user-defined width, height, and frame-rate values into Fortnite’s GameUserSettings.ini configuration file and locks the file with the read-only attribute so Fortnite’s update process cannot revert it. It is the reference tool used by competitive Fortnite players to maintain stretched resolutions such as 1440×1080, 1600×1080, 1720×1080, and 1750×1080 across patches.
The download is a single self-contained executable. There is no installer, no setup wizard, no service, no driver, no telemetry, and no bundled third-party software. To use AlphaRes, run the executable as administrator, enter your desired width and height, tick the read-only checkbox, and click Apply. Total setup time is typically under three minutes. For the complete tested guide including troubleshooting and recommended resolution presets, see the AlphaRes complete guide.
Verify Your Download
Independent verification ensures the binary you receive matches the upstream maintainer’s release exactly. Three checks are recommended for any unsigned executable.
SHA-256 Hash
The 64-character hex hash uniquely identifies the file. Run certutil -hashfile alphares_x64.exe SHA256 in PowerShell after download and confirm it matches the published value on the upstream release page.
VirusTotal Scan
Upload the file to virustotal.com for an aggregated scan across 60+ antivirus engines. The current build returns zero detections; any positive flags indicate either a fake clone or a false-positive heuristic alert.
Source Code Review
Compile the published MIT-licensed source independently and compare hashes. The total program is under 500 lines of straightforward C++ user-interface and file-attribute logic.
Defender SmartScreen
Microsoft Defender may flag the file as “Unverified Publisher” because it is not signed with an Extended Validation certificate. Click More info followed by Run anyway, or add it to Defender exclusions.
Installation Quick Start
AlphaRes ships as a single executable with no installer required. Setup takes under three minutes from download to first apply.
Launch Fortnite once
If Fortnite has never been opened on this machine, the configuration file AlphaRes edits does not yet exist. Boot Fortnite, reach the lobby, then close the game.
Place the executable
Move alphares_x64.exe to a stable directory such as C:\Tools\AlphaRes\. Avoid Downloads if you intend to keep using the application.
Run as administrator
Right-click the executable and select Run as administrator. Admin rights are required to set the read-only attribute on the configuration file.
Set values, lock, apply
Enter your width and height, choose a window mode, tick the Read-only checkbox, and click Apply. Launch Fortnite and verify the resolution is now locked.
System Compatibility
Tested combinations as of May 2026.
| Platform / Component | Status | Notes |
|---|---|---|
| Windows 11 (24H2 / 23H2) | Supported | Recommended platform; tested against Fortnite Chapter 7. |
| Windows 10 (build 1903 +) | Supported | Full functionality including read-only attribute writes. |
| Windows 10 (build < 1903) | Not supported | Fortnite itself dropped support for these builds. |
| Windows 7, 8, 8.1 | Not supported | Fortnite has been deprecated on these versions. |
| macOS / Linux / Steam Deck | Not supported | Fortnite is not available on these platforms. |
| NVIDIA GPUs | Compatible | Pair with NVIDIA Control Panel scaling for stretched output. |
| AMD GPUs | Compatible | Pair with AMD Adrenalin GPU Scaling. |
| Intel Arc / integrated graphics | Compatible | Use Intel Graphics Command Center. |
What’s New in v1.1.0
Released 27 January 2025, version 1.1.0 introduced the first feature update in five and a half years. Key changes:
- Backup & revert system: AlphaRes now captures the original resolution values on first run and exposes a one-click revert action.
- 32-bit (x86) build retired: Fortnite has been x64-only on Windows for several years; the redundant x86 binary was removed.
- Apply confirmation feedback: Visual confirmation when the file write succeeds eliminates ambiguity about completion.
- Improved file-in-use detection: When Fortnite or the Epic Games Launcher is running, AlphaRes detects the lock and prompts to close the game rather than failing silently.
- Refined interface: Cleaner typography and tighter alignment within the same compact window. Functional behavior unchanged.
AlphaRes in Other Languages
The download is locale-independent. Players searching in any of these languages reach the same binary.
Source & Mirror Disclosure
The AlphaRes binary distributed from this page is the verified release asset published by the project’s upstream maintainer. The download button on this page resolves directly to the official GitHub release URL, ensuring the bytes you receive are bit-for-bit identical to the maintainer’s signed-off build. We do not repackage, modify, or wrap the executable.
https://github.com/braycarlson/alphares/releases/latest/download/alphares_x64.exe · the same address resolved by the download button at the top of this page.
Download FAQ
Common questions about the AlphaRes download itself.
Is the AlphaRes download free?
Yes, completely. AlphaRes is published under the MIT license and is free to download, install, use, and redistribute. There is no premium tier, no in-app purchases, and no donation gate. The 533 KB executable on this page is the complete application; nothing further is gated behind payment.
If a third-party site asks for payment to access AlphaRes, or offers a “premium” or “pro” version that costs money, that site is operating a clone or scam. The genuine binary is distributed only from this page and from the upstream maintainer’s GitHub release page; the download button above resolves directly to the latter.
Is the download safe? Is it a virus?
The download is verified safe. The current build returns zero detections on VirusTotal across more than 60 commercial antivirus engines including Microsoft Defender, Kaspersky, BitDefender, ESET, Sophos, McAfee, Symantec, Malwarebytes, Avast, AVG, F-Secure, and Trend Micro. The complete source code is published under MIT and reviewable on the maintainer’s open-source repository.
Microsoft Defender may display an “Unverified Publisher” warning the first time the executable is launched. This is a SmartScreen signature warning that applies to every unsigned binary on Windows; it does not indicate the presence of malware. Click More info then Run anyway to bypass.
How do I verify the SHA-256 hash of the download?
Open PowerShell or Command Prompt in the directory containing the downloaded file and run certutil -hashfile alphares_x64.exe SHA256. The output is a 64-character hexadecimal hash. Compare it to the SHA-256 value published on the upstream release page; they should match exactly.
An alternative method is the built-in Get-FileHash cmdlet in PowerShell: Get-FileHash alphares_x64.exe -Algorithm SHA256. Both produce identical results. A mismatch indicates the file was modified, corrupted, or downloaded from a clone domain rather than from the verified source.
What versions of Windows are supported?
AlphaRes is supported on Windows 10 build 1903 (May 2019 Update) or later, and on all current builds of Windows 11. The application is x64 only; the 32-bit build was retired in version 1.1.0 because Fortnite has been x64-only on Windows for several years.
Windows 7, 8, 8.1, and Windows 10 builds prior to 1903 are not supported, in line with Fortnite’s own minimum-requirement list. Windows on ARM (Snapdragon-based Surface devices) is not officially supported either; the x64 binary requires emulation and Fortnite’s own ARM compatibility is incomplete.
Does AlphaRes need an installer?
No. AlphaRes is a portable single-file executable with no installer, no setup wizard, no Windows Installer entry, no registry keys, no scheduled tasks, no services, and no autostart entries. Place the .exe anywhere on the file system and run it as administrator. To remove the application, simply delete the file.
This portability is a deliberate design decision. It minimizes the application’s surface area and makes the entire installation, update, and removal process transparent. The only persistent change AlphaRes makes to your system is the read-only attribute on Fortnite’s configuration file, which can be reverted manually or through the Revert button in v1.1.0.
Is the download available in other languages?
The download is locale-independent. The same 533 KB binary works regardless of your Windows language setting or Fortnite language. Players searching in Spanish (AlphaRes descargar), Portuguese (AlphaRes baixar), Russian (AlphaRes скачать), Vietnamese (AlphaRes tải xuống), Indonesian (AlphaRes unduh), French (AlphaRes télécharger), German (AlphaRes herunterladen), Polish (AlphaRes pobierz), and Turkish (AlphaRes indir) all reach the same binary.
The application’s user interface itself is in English, but the workflow is purely numeric (width, height, FPS, checkbox, button) so language familiarity is rarely a barrier.
Why does the download go to GitHub?
For transparency and version-drift safety. The download button above resolves to the upstream maintainer’s GitHub release URL using GitHub’s /releases/latest/download/ path, which always points to the most recent stable build. This means you receive the bit-for-bit identical binary the maintainer signed off on, without any repackaging or modification by this site.
If alphares.org served its own mirror of the binary, two problems would emerge over time: version drift (our copy could fall behind the upstream release) and trust opacity (you would have to trust both alphares.org’s mirror and the original maintainer). Resolving directly to the GitHub release eliminates both issues. The published mirror disclosure above documents this decision in full.
When was the file last verified?
May 2026, with the version 1.1.0 release that has been current since 27 January 2025. The verification badge in the page header reflects the most recent independent VirusTotal scan and source code review against the upstream binary. Verification is repeated on every major Fortnite chapter rollover and after any Defender signature update that could change scan results.
Will downloading AlphaRes get my Fortnite account banned?
No. Easy Anti-Cheat, the anti-cheat system Fortnite uses, monitors process injection, memory tampering, modified game files, and hooked rendering calls. AlphaRes performs none of these operations. It edits a configuration file in your Local AppData folder and toggles a Windows file attribute, which is functionally equivalent to changing a setting through Fortnite’s own settings menu.
Custom resolutions and stretched aspect ratios are explicitly supported features of Fortnite. Pro players including past and current members of NRG, FaZe, Liquid, and Sentinels have used stretched resolutions for years across major LAN tournaments, with zero suspensions tied to the practice. There has been no documented case of an AlphaRes-related ban since the application’s release in July 2019.
Where can I find a complete usage walkthrough?
The complete tested guide for AlphaRes, including step-by-step installation, recommended stretched-resolution presets, troubleshooting for the most common issues, and comparisons against alternative methods such as the NVIDIA Control Panel and AMD Adrenalin GPU Scaling, is published on the AlphaRes complete guide page. That page is the canonical entry point to the alphares.org knowledge base and links to every dedicated cluster article.