Items tagged with: deltatauri

Search

Items tagged with: deltatauri


Dear @treefit
I am trying to build #deltatauri on ArchLinux and I have issues running the resulting binary.
Upon launch it prints:
Failed to setup app: error encountered during setup hook: current logfile does not exist

I am removing all the targets except of deb, then building like normal and moving files into place.
sed -i 's/"targets"\: "all"/"targets"\: ["deb"]/' packages/target-tauri/src-tauri/tauri.conf.json5
pnpm install
cd packages/target-tauri
pnpm tauri build

Can you please think of where I am failing likelly? I can run binaries built elsewhere so I guess webkit-gtk and other dependencies are installed.



working on webxdc support in #deltatauri

Just finished implementing all the webxdc.js apis, the next steps are about hardening the sandboxing in preparation for the security audit together with @WofWca

#deltachat_desktop #tauri #webxdc


I made the #deltachat_web version run as add-on on #HomeAssistant. It was easy, just took me around 2 days.
So this is one way to host the browser edition in your local network. :homeassistant:

Though I must tell you that I don't plan to maintain this, I just made it because it looked like a fun side quest to #deltatauri. That being said it is totally usable.

Thanks @homeassistant for making add-on development so easy.

codeberg.org/treefit/deltachat…


#Electron vs #Tauri in #deltachat_desktop
- 📦 download size: 151mb vs 28mb
- 💾 size on disk: 340mb vs 40mb
- 🧠 RAM usage: 292mb vs 209mb (after fresh start)

Though take it with a grain of salt: #deltatauri does not yet have features implemented and my sample size is just one here 😅


Some (out of scope) fun-fact about #deltatauri: It only took me like 3 hours to get it running on #iPhone

@TauriApps is really easy for making #crossplatform apps.

Though of course the devil is in the detail, it would still need quite some native integration work to make it useable for normal users, so currently it is not a goal for us. So it won't replace our native #deltachat_ios app any time soon ;)

20% of the work for 80% of the visible result 😅


Code for #deltatauri is now public!

For now it contains only the most basic functionality - so more for the fellow developers to try out or/and review my code 😉. That being said, it is already surprisingly usable.

github.com/deltachat/deltachat…

Thanks to #nlnet & #ngi0_entrust for funding this project: nlnet.nl/project/DeltaTauri/.

#deltachat #deltachat_desktop #tauri