I’m trying to decide what to do with my dice rolling app, d20. It’s based on Electron, which I don’t love. And currently the thing is built targeting Intel Macs. But I don’t want to ship a universal version because that would create an app size equivalent to two whole Electron apps, which is clearly ridiculous.

So I think my options are to ship a build targeting Apple Silicon only, or abandon the Mac app entirely and transition to a PWA.