Adobe AVX2 Patch is a lightweight tool that modifies Adobe standalone installer files, allowing installation of Adobe products (e.g., Photoshop 2026) on processors that support AVX but not AVX2.
Adobe has restricted its latest products to processors with AVX2 — even though these products do not actually require AVX2 to run. This tool unlocks the installer without modifying any installed program files.
⭐ If this project helped you, please click the "Star" button at the top of this page on GitHub.
👉 Share your feedback!
Tip
I'm currently seeking new challenges where I can apply my expertise in solving complex IT infrastructure problems. If your organization struggles with system compatibility, automation, or tooling gaps – let's discuss how I can help.
🔗 Connect with me: linkedin.com/in/marcin-grygiel
- Overview
- Features
- Supported Adobe Products
- System Requirements
- How to Use
- Download Options
- Building from Source
- FAQ
- Contributing
- License
- Author & Contact
- Support This Project
Adobe AVX2 Patch works with official Adobe standalone (offline) installers. It modifies the Application.json files inside the installer's products\ directory — replacing the AVX2 processor requirement with AVX — and creates backups of the original files before doing so.
This tool does not modify any installed Adobe program files.
- Patch Adobe Installer — modifies
Application.jsonfiles to replace the AVX2 requirement with AVX - Automatic Backups — creates
.bakfiles before any modification - Restore Backups — one-click restoration of original files
- 21 Adobe Products Supported — covers most of the Adobe Creative Cloud lineup
- Clean WinUI 3 Interface — modern UI with automatic light/dark mode
- No Admin Rights Required — runs as a standard user
| Product | Code | Patchable |
|---|---|---|
| Animate and Mobile Packaging | FLPR | ✅ |
| Audition | AUDT | ✅* |
| Bridge | KBRG | ✅ |
| Character Animator | CHAR | ✅* |
| Dimension | ESHR | ✅ |
| Dreamweaver | DRWV | ✅ |
| Fresco | FRSC | ✅ |
| Illustrator | ILST | ✅ |
| InCopy | AICY | ✅ |
| InDesign | IDSN | ✅ |
| Lightroom | LRCC | ✅ |
| Lightroom Classic | LTRM | ✅ |
| Photoshop | PHSP | ✅ |
| Prelude | PRLD | ✅* |
| Premiere Rush | RUSH | ✅* |
| Substance Designer | SBSTD | ✅ |
| Substance Modeler | SHPR | ✅ |
| Substance Painter | SBSTP | ✅ |
| Substance Sampler | SBSTA | ✅ |
| Substance Stager | STGR | ✅ |
| XD | SPRK | ✅ |
* — Indicates that the program successfully passes the installer check after patching. If it runs unstable or doesn't launch at all after installation, please report it in Issues. This applies especially to video editing applications (Audition, Premiere Rush, Character Animator, Prelude) – their functionality is not guaranteed.
| Product | Code | Patchable |
|---|---|---|
| After Effects | AEFT | ❌ |
| Media Encoder | AME | ❌ |
| Premiere Pro | PPRO | ❌ |
Note: These applications truly require AVX2 to run. Patching the installer will not make them work on CPUs without AVX2.
| Requirement | Details |
|---|---|
| OS | Windows 10 / Windows 11 (x64) |
| Runtime | Windows App Runtime 1.7 — only needed if app doesn't start |
| Installer | Adobe standalone (offline) installer |
| CPU | Any x64 processor with at least AVX support |
Note
Standalone (offline) installers for recent Adobe versions may not be publicly listed. You can request direct download links by contacting Adobe Customer Care via live chat.
- Download the tool from the Releases page
- Run
Adobe_AVX2_Patch_v1.0.1.exe— no installation required - Select Directory — the tool should be pointed at the folder containing Adobe's
Set-up.exe. Use the "Change Directory" button if needed - Run the Patch — click "Run AVX2 Patch" to modify the installer files
- Install Adobe — run Adobe's
Set-up.exeto install your desired products - Restore (Optional) — click "Restore Backups" to revert to original files if needed
Download Adobe_AVX2_Patch_v1.0.exe from the Releases page.
- Self-extracting, portable, no installation required
- Extracts to
%TEMP%and cleans up automatically on exit - Size: 34.7 MB (compressed) / 115 MB (extracted)
Clone the repository and build with Visual Studio 2022. See Building from Source.
- Visual Studio 2022
- Workload: Desktop development with C++ + Windows application development
- Windows App SDK 1.7 (installed via Visual Studio Installer)
- Clone this repository
- Open
src\Adobe AVX2 Patch.slnin Visual Studio 2022 - Select
Release/x64configuration - Build → Build Solution (
Ctrl+Shift+B)
-
Is this tool safe to use?
Yes. It only modifies JSON files inside the Adobe installer package. No installed program files are touched. Original files are backed up before any change. -
Will patched Adobe products run normally?
Yes — for all supported products. The AVX2 restriction exists only in the installer check, not in the actual application code. -
The app doesn't start after downloading.
Install Windows App Runtime 1.7 and try again. -
Where can I get the Adobe offline installer?
Contact Adobe Customer Care via live chat and request the standalone (offline) installer direct download link for your product. -
Does this work with Adobe CC app / online installer?
No — this tool only works with official standalone (offline) installers. -
Why is the certificate "not trusted"?
The FirstEver.tech certificate is self-signed. A commercial Code Signing certificate would eliminate the SmartScreen warning, but it isn't necessary here. Its SHA-256 hash is published on GitHub. The SFX executable is a convenience wrapper for end users. -
Why does VirusTotal show detections for the SFX executable?
The SFX package (Adobe_AVX2_Patch_v1.0.exe) may show a small number of detections on VirusTotal — currently 1 out of 70 engines. These are known false positives caused by the self-extracting archive and "not trusted" execution, which some generic heuristic engines flag without analyzing the actual content.
Contributions are welcome! Feel free to submit pull requests, report bugs, or suggest new features.
This tool does not crack or bypass any software licensing or payment mechanisms. It is not an activator, keygen, or crack. Its sole purpose is to modify a hardware requirement check (AVX2 instruction set) within an Adobe product's installer to enable installation on older CPUs.
You must have a valid, paid license (e.g., an active Creative Cloud subscription, a trial license, or a perpetual license) to use the Adobe software after installation. This tool does not grant you any rights to the software itself.
Please ensure you obtain the Adobe installer files from a legal source. Using unofficial distribution channels may constitute a violation of copyright law, regardless of your license status.
The developer of this tool assumes no legal responsibility for the user's compliance with applicable laws and regulations.
This project is open-source and available under the GNU General Public License v3.0 (GPL-3.0).
- You are free to use, modify, and distribute this software
- Modified versions must also be distributed under GPL-3.0 with source code
- Provided without any warranty
See the LICENSE file for full details.
Marcin Grygiel aka FirstEver
- 🌐 Website: www.firstever.tech
- 💼 LinkedIn: Marcin Grygiel
- 🔧 GitHub: FirstEverTech
- 📧 Contact: Contact Form
This project is maintained in my free time. If it helped you, consider supporting its development.
Your support means everything! If this project helped you, please consider:
- If this project helped you, please give it a ⭐ "Star" on GitHub
- Sharing with friends and colleagues
- Reporting issues or suggesting features
- Supporting development financially
- 👉 Share your feedback!
Note: This tool is provided as-is. It only modifies Adobe installer files and does not circumvent any licensing or DRM. Always obtain Adobe products through official channels.

