Open Joehuu opened 2 months ago
It's identifiable via navigator.userAgentData.getHighEntropyValues(['architecture'])
or the Sec-CH-UA-Arch
header - but only in Chrome, and I feel like Safari is highly unlikely to ever support this.
I guess the only other solution is making the download universal (i.e. both Intel and Apple Silicon in one).
Should have two separate downloads if it's hard/impossible to detect it.