Would love to run KeePass on ARM based Windows machine natively. This patch will enable Native ARM64 support. By default, building an .NET Application for Any CPU will not run the app in ARM64 modus but still emulated in x64 mode. Enable the PreferNativeArm64 feature will tell the computer to run the application in AMR64 modus.
Working sample can be found here: https://github.com/rdeveen/KeePass2.x/releases/tag/2.57.1
Image showing that KeePass.exe is running in ARM64 Mode.
Last edit: R. de Veen 2025-02-02
Many thanks for the suggestion! I've added the 'PreferNativeArm64' declaration now and made a few other project/build changes.
It would be great if you could test it:
https://sourceforge.net/p/keepass/discussion/329220/thread/c1ff710ba1/
Best regards,
Dominik