I'm making big progress on the #tauri version of #deltachat_desktop
So far it only takes 38 mb (78mb installed) in package size instead of the 150mb
(323mb installed) of the Delta Chat Desktop #electron version.
I'll keep you updated in this thread.
Thanks to #nlnet & #ngi0_entrust for funding this project: https://nlnet.nl/project/DeltaTauri/.
@treefit Cool. Is there a repo with tauri version ?
@m_u_v I'll post the branch link as soon as I have all the basic functionality implemented and it is worth to be tested ;)
My time plan is to reach that goal before the end of the month.
tauri version source code is meanwhile available on https://github.com/deltachat/deltachat-desktop/tree/main/packages/target-tauri
not yet ready for daily use but basic functionality like sending, receiving messages and files and html emails work. notable things that are still in development are notifications, tray icon and webxdc.
Also at this point in time you need to compile from source as there are no "releases" yet.