-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Apple M1 devices #2625
Comments
Being able to use tutanota as native application for M1 based macs would be terrific. Especially because, as far as I know, electron already supports M1. Is building tutanota for M1 something more than digging in CI? |
Once we change to use |
@johnbotris still need to build for it |
+1 for arm64 support, for general Linux also! |
Another +1 for M1 support. The current Intel app is very slow to start (not a big issue). |
+1 For this too! I'm using the browser till we get a native app. Thanks! |
Please consider arm64 on Raspberry Pi too. Meanwhile I have to use the web client as long as it is supported. Please don't stop the web client support before there is a arm64 solution for the Raspberry Pi OS (Debian arm64 based). Possible solution could be similar to the Mac M1... |
+1 Please prioritize this, it would make my premium subscription much more useful! |
|
We do not use |
My bad, I assumed it would be a quick win. |
For watchers of this issue, seems to be activity over on vladimiry/ElectronMail#357 |
Achieved resolution on the ElectronMail front. Works great. |
Reports show that it's making a massive difference to ElectronMail users. I'm fairly frustrated by the slow start up times and having to force close and reopen Tutanota every time I put my mac to sleep. |
@charlag Any update on this from your end? Or an expected timeline? Thank you for all the great work you do! |
@charlag any update on Apple Silicon support? |
It is the only application I need which still lacks ARM64 support. I'm currently using web interface and am going to wait for arm version. |
Really, Tutatnota is the very last application on my M1/M2 Macs without ARM64 (aka Apple Silicon) native support, using browser-based app as a stand-in in the meantime. Frankly, I refuse to use Rosetta for several security and performance reasons. In a way it is a temporary solution, a translation layer adding attack surface (and potential bugs) and so is in direct conflict with the security-first approach of Tutanota. On a different note, it is like dragging a diesel generator trailer behind an electric car as there are no chargers anywhere near enough. |
Another month, no change, no Apple Silicon support. Tutanota is REALLY the last of my apps not having M-Series native support. With the recent hike in pricing, any news on this front, please? |
Hard to believe that I commented here more than 2 years ago. To be honest: I am not using tutanota as native app anymore on my Mac, because of lack of support for apple silicon. |
This is something I'm looking forward to. |
So, yet another 2 months passed. Still no M-Series Mac (macOS) app available. Frankly, this seems to be either complete ignorance or outright intention to single-out M-Series Mac users. BTW: boasting about PQ-crypto project is fine, even getting money from the German state (!) for this purpose might be O.K., but full omission of M-Series Macs is beyond comprehension, sorry. |
I promise we didn't forget about new macs, sorry that it takes so long |
The M3 was announced yesterday, but there's nothing on Tutanota about support. I think you guys forgot about the new macs. |
@arcc1845 I use Tutanota as a Safari Web App now. Give it a try, maybe you'll like it. |
@doczipeter I am sorry to write that web app is not a native app, hope you understand. Once again: a NATIVE APP, if written according to secure coding practices (and, also, not using something like TypeScript or similar BS) is inherently more secure than a web app, which drags in all potential security bugs of the underlying browser. Real secure native apps for iOS/macOS would use something like Rust and/or Swift and/or C/C++/ObjC or alike. Tutanota is a complete ignorant in this respect. And, again, I am sorry for that. |
I found a surprising post on Reddit today: post And the Tutanota team says:
Wow! They really were forgetting about us! |
Updated electron-builder and its dependencies. #2625
Updated electron-builder and its dependencies. #2625
Updated electron-builder and its dependencies. #2625
Updated electron-builder and its dependencies. #2625
Just tested the Universal binary build and it's very snappy. Much better. Thanks |
As a user of desktop mac application i want to have support for arm architecture so i don't have to enable legacy support for my applie silicon mac.
AC
Tasks
node desktop -a universal
builds a universal binary on MacNotes
We might need to setup the build environment on the new mac if we cannot build apple silicon binaries on the old one.
We need to include arm precompiled binaries for openssl/sql cipher.
Notes (issue reported by user)
Describe the bug
There is no arm64 binary available for Apple M1 devices. Currently the app needs to be run through Rosetta translation. This is important as all Apple desktop/laptop devices will be using this chip going forward and they claim it's as easy as adding an additional target in the build process.
To Reproduce
NA
Expected behavior
Native binary available for Apple Silicon (currently only M1).
Screenshots
Desktop (please complete the following information):
Additional context
http://doesitarm.com shows a bunch of apps which have already implemented native support.
Test Notes
The text was updated successfully, but these errors were encountered: