In this repo, Github Actions runner builds weekly (every Tuesday) Fedora 44 KDE ISO with latest packages at 00.00 UTC. Check releases for builds.
On Linux systems, download .isoaa and .isoab files from releases tab then run this:
cat Fedora.x86_64-44.isoaa Fedora.x86_64-44.isoab > Fedora.x86_64-44.iso
On Windows systems, run this instead(cmd):
copy /b Fedora.x86_64-44.isoaa + Fedora.x86_64-44.isoab Fedora.x86_64-44.iso
You will get the Fedora.x86_64-44.iso file with sha256sum from CHECKSUM_f44.txt file
GitHub Releases file limit is only 2GB, while Fedora 44 KDE ISO size is nearly 3.5GB
Fedora 44 KDE ISOs in here are probably same with official releases but updated packages. ISOs are built with kiwi. You can check actions page for build output, or workflow file for build stages.