If you already know how to download incompatible Android 14 apps, or you use an Android version lower than 14, the link to the download is here.
If you don't, here's a guide. [Credit: Priesty on the GDPSFH Server]
DISCLAIMER: I take no responsibility for what you do, If you screw up your phone by reading this guide improperly i am not responsible. Proceed with caution
Things you will need:
Step 1: Enabling USB Debugging
The first step is to enable Developer Mode and USB debugging.
You can do this by going to about phone and tapping on the software information over and over.
You will see a toast telling you that you have became a developer when you did it.
Now go bck to the main settings page and go to "Developer Settings" then scroll and find USB debugging and enable it
Step 2: Setting up PC
Now you must get on your PC and unzip the SDK Platform tools,
then open the folder where adb.exe is located and open terminal.
then get your GD apk and put it into the directory with the adb.exe file
Step 3: Terminal Setup
Now plug in your phone with the USB cable, You will get a popup about USB debugging.
Tap "Yes". Now open your terminal and run the following command adb devices
If it worked properly than you should see a device show up.
NOTE: If your using windows powershell you need to use .\adb devices instead
Step 4: Installation
Now you need to run adb install --bypass-low-target-sdk-block FILENAME.apk
(On powershell it is .\adb install --bypass-low-target-sdk-block FILENAME.apk).
Then wait until the terminal says "Success".
Then you are done! This command forcefully bypasses android 14's security that blocks 32 bit apps. Now open your apk and enjoy!
Replace "FILENAME" with apk name
Alternate guide linked here