Having lots of fun using Delta Chat. I've set up two accounts on my mail server, one for myself and one for my husband. We're both surprised at how fast it is compared to more traditional centralised chat apps like Signal. It's so cool to be able to self-host this and not rely on centralised infrastructure that is outside of my control.
Now I just need to convince everyone I know it's really cool :)
@gmc great and welcome :) did you try out the v86 app in a chat yet? It allows to run 32bit iso images, and if you configure eth0 on multiple devices the chat members will have an end-to-end encrypted private lan (using #webxdc realtime channels). Telnet/netcat/ping etc works. This virtual Ethernet even degrades in performance if too many devices do traffic :) tip: try it better on a desktop not mobile (although should also work)
@RandamuMaki @gmc no bigger write up, but if you have a desktop:
Go to message input, attach-app and select "v86 emu" app and start it.
Inside v86 app "Choose file", select an iso (download for example https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/x86/alpine-standard-3.21.3-x86.iso) and hit "Start" button. Login as "Root", no password.
@RandamuMaki @gmc do you have a recent version like https://download.delta.chat/desktop/v1.54.2/deltachat-desktop_1.54.2_amd64.deb ?
@RandamuMaki @gmc hum, that's odd. Could you open an https://github.com/deltachat/deltachat-desktop or on https://support.delta.chat ? cheers and thanks.
@palemoon @delta @gmc @Discourse The Pale Moon team and community is great. I don't blame you at all, I'll just keep calling out when sites like #Discourse are being dumb. ;)
@RandamuMaki @delta @gmc I just now tried installing the latest .deb file and it works for me. I'm wondering a little bit about the path /home/%USER%/.config/DeltaChat/accounts in the beginning. What does your environment look like?
@RandamuMaki @delta @gmc Ah of course. Sorry just had to check. The error message could be better there.
@RandamuMaki @delta what cpu architecture do you have?
does the file at `resources/app.asar.unpacked/node_modules/@deltachat/stdio-rpc-server-linux-<your architecture>/deltachat-rpc-server` exist?
@RandamuMaki @delta great that this works, though @liaizon opened an issue on the desktop repo with your report and I would like to help getting it solved/closed.
Could you try to download and run https://github.com/chatmail/core/releases/download/v1.156.2/deltachat-rpc-server-x86_64-linux ? that't the dc core binary that desktop failed to load/find in your screenshot.
If it doesn't work it would be interesting to know any clues to why and wether the newest core from https://github.com/chatmail/core/releases still has the problem.
I'd appreciate your help in this as @rtn wasn't able to reproduce the issue.
@RandamuMaki @delta @liaizon @rtn the rpc server is not a speperate package, but just a file included in the dc-desktop Debian package, that is for some reason not found on your system.
AFAIK @rtn started with a fresh Debian VM.
@RandamuMaki @delta @liaizon @rtn you need to supply the env var "DC_ACCOUNTS_PATH" to a path that you allowed to write in so it can create the accounts folder
@treefit @delta @liaizon @rtn So run DC_ACCOUNTS_PATH="location" bash -c './deltachat-rpc-server' then? Giving it a random temporary folder outputs `2025-03-21T13:59:13.470948Z ERROR deltachat_rpc_server: Fatal error: "/temporaryfolder/accounts.toml" does not exist.` so the server itself is at least not building the file tree it needs. Doing the same to the main executable leads to the same error I had before.
@treefit @delta @liaizon @rtn Just running the DeltaChat exec from the opt folder shows it's trying to create ~/.config/DeltaChat/accounts but is somehow unable to. The ./.config/DeltaChat folder has a hash-stringed folder in it and an accounts_old among with some other files. Permissions for the main folder is drwx------, which is true for a couple of the other folders there as well.
@treefit @delta @liaizon Using the deb download from the download page at https://delta.chat/en/download offers client and server and drops it all in /opt. Not sure what's going wrong there.
@RandamuMaki @treefit @delta I will try this on my MNT Pocket, it's running Debian unstable