Is your feature request related to a problem? Please describe.
Recompile the app for apple sillicon macs for better battery life
Describe the solution you’d like
Since the app is based on electron an React, for what I have researched it would not be too hard to recompile the app so it can be native on apple’s new chips, hence, getting the performance and battery gains that come with them.
Describe alternatives you’ve considered
None, just make it compatible pleeeeaseeee, I don’t want to use Apple Mail it suckss
Additional context
I might be wrong here and it might not be as easy, or the app might have been updated already. If that’s the case. sorry hahah I am a first year CS student so I don’t know too much about this stuff yet.
Anyway, this is the best email client and I will still use it in the rest of my devices, just a pity that I won’t use it on my MacBook since it drains more battery than necessary
For us to run natively on Apple Silicon, we’ll need to support ARM archiecture on macOS. This was only added in Electron 11, and we’re not even up to Electron 10 yet. Migration takes time.
I looked into it and unfortunately it’s Mac App Store only so it’s a no from me. I don’t like being forced in an ecosystem. If I can’t download it manually, I’m good.
Maybe you can try to run it natively from the source branch and let me know if you see any adjustments that need to be made to target the silicon architecture. Otherwise, we need to see how to adjust the build process accordingly to get matching builds.
I see that the issue referenced by @Phylu is closed, and that release 1.10.0 says that “[Upgrading to Electon 14] will allow Mailspring to ship Universal builds for MacOS ARM machines”, but when I download the latest release (1.10.3), it’s clearly still running as an Intel App via Rosetta 2.
Perhaps I’m mistaken, and if so, where should I be looking to download the correct universal binary?