Is there any way to run DeltaChat on mobian on the PinePhone or PineTab (arm64)?
DeltaChat running on mobian (PineTab, PinePhone)
There is no client ready for use, but you can help testing and developing Kirigami-based client:
I had a look at your prototype, but as I am not a programmer, I don’t understand very much of it …
I thought more to get for example the AppImage run on the PineTab, as I have already the AppImage run on my debian desktop.
I’m also looking for away to get DC running on Mobian – that would be great! I’m also looking for binaries, recipes to follow just don’t work when I put my skills to test, too…
Another ARM64 / aarch64 user here who would love to be able to run DeltaChat (both on arch/manjaro and debian/armbian/mobian distros + aarch64 hardaware.)
Only slightly related: The appimage download pages don’t mention that the files are x86-64, from an end-user standpoint it would be nice to have -x86_64.AppImage or -aarch64.AppImage as a filename standard.
Extremely related: link2xt, thank you so much for your work. Going to be starting in on kdeltachat here shortly.
EDIT: kdeltachat will build and run on a Pinebook Pro > Linux - 5.9.6-1-MANJARO-ARM - aarch64
Last time I tried to build deltachat-core-rust it failed way harder than I could figure out (boiled down to an openssl issue if I remember correctly,) glad to see that initial blocking issue has been solved.
Manjaro (arch-based) specific process:
- install rust via $ curl --proto ‘=https’ --tlsv1.2 -sSf https://sh.rustup.rs | sh
- reboot for the env changes to take
- install missing deps via # pacman - S gcc make cmake git
- clone deltachat-core-rust via $ git clone https://github.com/deltachat/deltachat-core-rust.git
- clone kdeltachat via $ git clone https://git.sr.ht/~link2xt/kdeltachat
- $ cd kdeltachat
- $ mkdir build
- $ cd build
- $ cmake …
- $ make
Then finally, ./kdeltachat
I’d try this on my pinephone + mobian but I’m pretty sour on how fragile that distro is at the moment, got tired of reinstalling images for the time being…