FYI, macOS Apple Silicon arm64, signed and notarized it's now on Qt6 + KF6 frameworks ports.
Enjoy! 
Edit:
## macOS: KF6 dependency notes for arummler (Homebrew build)
I spent some time this week digging into the KF6-on-Homebrew situation for the macOS build and wanted to share what I found, so this isn't blocking or urgent — just a pointer for when you get to it.
### Starting point
I based my testing on Gilles Caulier's (digiKam maintainer) Qt6/KF6 compilation setup for Homebrew, rather than the MacPorts framework — trying to see if it could be a faster/simpler path than MacPorts for getting KF6 on macOS.
### What I ran into
- Some KF6 modules in Gilles' Homebrew tap/build failed to compile. After checking, none of the failing modules are actually needed by QET, so they can just be skipped/excluded rather than fixed.
- I also revisited the old QET wiki instructions for a KF5 Homebrew tap (`kde-mac/kde`, https://invent.kde.org/packaging/homebrew-kde.git). That same tap is still alive today and has been extended to include KF6 formulas alongside the old KF5 ones (mirror: https://github.com/KDE/homebrew-kde).
- That tap is currently **in the process of migrating most frameworks into `homebrew/core`**, which could explain some of the build conflicts — formulas in the tap may clash with versions already provided by `homebrew/core`.
- The old wiki tap command uses `--force-auto-update`, which **no longer exists** — it was removed from Homebrew in March 2024 (4.2.13). The correct command today is just:
```
brew tap kde-mac/kde https://invent.kde.org/packaging/homebrew-kde.git
```
- The wiki also references a `do-caveats.sh` helper script (`"$(brew --repo kde-mac/kde)/tools/do-caveats.sh"`), which didn't work for me either — worth checking whether it still exists at that path once the tap is tapped correctly (without the obsolete flag).
### Relevant note
Historically (KF5 era), QET only ever needed two modules from that tap: `kf5-kcoreaddons` and `kf5-kwidgetsaddons`. The KF6 equivalents are presumably `kf6-kcoreaddons` and `kf6-kwidgetsaddons` — worth targeting only those instead of trying to build the whole tap.
Happy to share more details if useful, but wanted to get this pointer written down while it's fresh.
"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !