-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
ARM build for mac os M1 processor #6052
Comments
Also wondering. |
1 similar comment
Also wondering. |
Would love to see a native m1 version as well. |
Is there a way I can help to fix this? I can update/create a Github workflow or something if needed. |
For reference: There's a discussion about building the app for arm64 on the forum, including some successful builds. I'm happy to help with testing in order to get official arm64 builds for everyone. |
I've done a PR with #5537 but failed to merge due to lack of tests. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions. |
Hi, I still believe the issue to be relevant for the community, as show the discussions on the forum : https://discourse.joplinapp.org/t/running-joplin-on-apple-silicon/11455 |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? If you require support or are requesting an enhancement or feature then please create a topic on the Joplin forum. This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions. |
Same here. Looking for an alternative since this feels hopeless. |
This comment was marked as outdated.
This comment was marked as outdated.
Here's what a long AOT-compilation looks like on my MBP with M1 Pro. Screen.Recording.2022-05-22.at.13.01.04.mov |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? If you require support or are requesting an enhancement or feature then please create a topic on the Joplin forum. This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions. |
Answering the bot; this issue is still relevant and outstanding. See https://discourse.joplinapp.org/t/running-joplin-on-apple-silicon/11455. Though it's definitely stagnated a bit. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? If you require support or are requesting an enhancement or feature then please create a topic on the Joplin forum. This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions. |
Answering the bot again; this issue is still relevant and outstanding. See https://discourse.joplinapp.org/t/running-joplin-on-apple-silicon/11455. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? If you require support or are requesting an enhancement or feature then please create a topic on the Joplin forum. This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions. |
this issue is still relevant and outstanding. |
Still relevant |
1 similar comment
Still relevant |
…#8452) Co-authored-by: Laurent Cozic <[email protected]>
Hi everyone, a new ARM64 release is available here: https://github.com/laurent22/joplin/releases/tag/v2.12.7 |
Thank you very much @laurent22 for the efforts put into solving this issue! |
In my case the sync is still not working. I get the same error as before, a difference that stands out now is that it does say "Completed":
Which is misleading, because it doesn't actually synchronise anything. This is the full error in the console (very similar if not identical to the previous ones):
|
@lethargosapatheia, could you try this please?
Does it work? |
It does work :) This is starting to look really good. In my case I saw that the password was (seemingly) empty actually. After entering the actual password directly, it started working. I don't remember exactly what it looked like in the intel-based version, but I'm guessing the passwords dots are there, just like there are dots now after entering the password. So I guess something to catch the error now when the wrong password is entered would be great to have at some point, but I don't mind it as long as it works. Actually, no, entering the wrong password explicitly does give out a somewhat better error:
So it's only that initial stage which is weird. Thank you, I'll continue to test it and see if anything weird pops up! |
Can confirm, download 2.12.7 on an M1, S3 sync did not work initially.
Thanks a lot! <3 |
This is SO MUCH FASTER on my M1 Air. Thank you! |
Brilliant, thanks for confirming. What happens is that the new app is looking for the auth info in the wrong place in the keychain, so changing the password makes it save it back to the right place. But we indeed need to handle this better! |
Can confirm this is working great with Dropbox sync on M1 Macbook Pro! |
@ctoa, great! Did it work right away or did you also have issues with authentication initially? |
@lethargosapatheia Could you please check whether there is a line containing |
It worked right away. Nothing needed to be done. |
working for me too - thanks @noah-nash and @laurent22 |
@boli, nice to hear it works! What sync method do you use? |
using webdav here. |
Nice work! It works very well when I entered the right password after entered some random characters and applied it. I use S3 as the sync method.@laurent22 |
I think this is all I get in relation to "KeyChainService":
|
v2.12.7 works on my 2020 M1 13.4.1 OS macbook. First time install using arm64.dmg. Set up sync from scratch with s3 against minio backend works too. Thanks to those who helped troublehoot the arm errors to bring us a working version! |
Downloading v2.12.7 was my first upgrade in awhile and after syncing I saw this error message on my other Joplin installations: "Some items cannot be decrypted." The solution to that problem was to upgrade my other Joplin installations, following the instructions in this post: https://discourse.joplinapp.org/t/if-you-have-an-issue-with-encryption-please-read-this/31552. Just thought I'd pass along in case this saves someone else the google. |
I've installed 2.12.7 a few days ago and just noticed that I can no longer copy to system clipboard using the ViM mode ( |
Posting what I saw and how I got syncing to work since my case seemed slightly different than what's discussed above:
(Haven't been active lately in forum, but I am still a happy Joplin user. Thanks as always for all of your hard work!) |
We now support M1 processors |
Hello, apparently Joplin 2.6.10 for macos is only optimized for intel-based Mac. Yet buiding Electron apps compatible with ARM proessors seems possible, see https://www.electronjs.org/blog/apple-silicon. Is there any plan to implement this? Thank you in advance for considering this issue.
The text was updated successfully, but these errors were encountered: