PINE64
Delta Chat on Pinephone - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Arch Linux on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=159)
+---- Thread: Delta Chat on Pinephone (/showthread.php?tid=16461)



Delta Chat on Pinephone - Emulti - 04-09-2022

I have had some success getting Delta Chat running on Pinephone as a messaging app. I used the kDeltachat native (Kirigami-based) client that is under development at https://git.sr.ht/~link2xt/kdeltachat While not fully finished, it has most features working, to make a usable application.

For those not familiar with Delta Chat, it uses email (and Autocrypt end-to-end encryption) with a user interface not dissimilar to Whatsapp, Signal etc. There is no 'central server'. See https://delta.chat for details.

I found account setup using the Android app running on another phone, then making a backup of the account and importing into kDeltachat on the PP is the best way to get started. The resulting library and header files were copied manually to the phone. Performance is quite reasonable even on chats with many hundreds of messages.

The Delta Chat core library (written in Rust) is best cross-compiled on a laptop to get a sane compilation time. On the PP itself, compilation takes multiple hours and needs a large swapfile configured on emmc or SDcard. The kDeltachat application can be compiled directly on the phone. I can post more details if anyone's interested.


RE: Delta Chat on Pinephone - magdesign - 07-31-2022

Sounds very interessting :-)

Is this still in development?

Is there a pre-build alpha somewhere available?