standardnotes / desktop

[Moved to https://github.com/standardnotes/app] A free, open-source, and end-to-end encrypted notes app. https://standardnotes.com
GNU Affero General Public License v3.0
1.4k stars 115 forks source link

[Request] Support for the Pinebook Pro (ARM) #701

Open ghost opened 3 years ago

ghost commented 3 years ago

Compiling for ARM should open the door for Pinebook Pro and Rasperry Pi.

Is that possible given how the project is setup?

$ cat /proc/version
Linux version 5.11.16-1-MANJARO-ARM (builduser@on2-runner) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 SMP Wed Apr 21 12:27:08 UTC 2021

Manjaro, the distro the Pinebook Pro recommends, is already setup to work with SnapStore: https://snapcraft.io/install/standard-notes/manjaro

But of course it won't install without ARM support:

$ sudo snap install standard-notes
error: snap "standard-notes" is not available on stable for this architecture (arm64) but exists on other architectures (amd64)

Big fan of everything ya'll are doing.

arielsvg commented 3 years ago

Hey @LaserHodl! On paper this sounds feasible - the projects we rely on to build the app for multiple platforms seem to support ARM! The biggest concern for us is always overextending and drowning in support requests as we add one more platform to our list 😅 (cc @antsgar)

ghost commented 3 years ago

Up to y'all :)

chaserene commented 3 years ago

a duplicate of https://github.com/standardnotes/forum/issues/1241.

the projects we rely on to build the app for multiple platforms seem to support ARM! The biggest concern for us is always overextending and drowning in support requests as we add one more platform to our list sweat_smile

@baptiste-grob is that really the case? in the above issue @JaspalSuri and on Slack @johnny243 told me that it's unfeasible due to missing dependencies.

glamoroussky commented 3 years ago

Hey @LaserHodl! On paper this sounds feasible - the projects we rely on to build the app for multiple platforms seem to support ARM! The biggest concern for us is always overextending and drowning in support requests as we add one more platform to our list 😅 (cc @antsgar)

Hi, thanks for your devotion first, well, is there any future plan to support Apple M1, which is ARM structure.

arielsvg commented 3 years ago

@baptiste-grob is that really the case? in the above issue @JaspalSuri and on Slack @johnny243 told me that it's unfeasible due to missing dependencies.

@chaserene I may be wrong, my answer comes from a cursory glance at our dependencies 🙂

Hi, thanks for your devotion first, well, is there any future plan to support Apple M1, which is ARM structure.

@glamoroussky Apple M1 support is planned, yes!