Package Details: simplex-chat-bin 1:6.4.11-1

Git Clone URL: https://aur.archlinux.org/simplex-chat-bin.git (read-only, click to copy)
Package Base: simplex-chat-bin
Description: A 100% private-by-design chat platform for the command-line (pre-compiled)
Upstream URL: https://simplex.chat/
Keywords: chat cli messaging network privacy simplex simplex-chat tty
Licenses: AGPL-3.0-or-later
Conflicts: simplex-chat
Provides: simplex-chat
Submitter: kseistrup
Maintainer: revsuine
Last Packager: revsuine
Votes: 12
Popularity: 0.025895
First Submitted: 2022-03-29 08:22 (UTC)
Last Updated: 2026-03-30 14:17 (UTC)

Pinned Comments

Latest Comments

1 2 3 Next › Last »

kseistrup commented on 2025-10-03 19:11 (UTC)

@piotrv Yes, in a way it is email + pgp, but it uses AutoCrypt to do all this automatically. The Android experience is like an older WhatsApp. It's just instant messaging as we know it, yet everything is encrypted behind the curtain. If you use the default chatmail server, you literally just have to say “Yes, please let me in” in the app, and you have an account. No password, no setup, it's very user friendly.

DeltaChat doesn't have “typing notifications”, of course, but it does have “recepient has read my message” and emoji reactions.

Be my friend. :)

piotrv commented on 2025-10-03 19:05 (UTC) (edited on 2025-10-03 19:06 (UTC) by piotrv)

@kseistrup Yes, I am also looking into DeltaChat. SimpleX claims low latency, using own protocol over TLS and I can setup my own server. Reading about DeltaChat, it seems like just email + PGP encryption. The latter I have been advocating for ages to my friends to use, but nobody is willing to make the effort :-( I have to read more about DeltaChat, so my judgement might be totally wrong. I will try DeltaChat in the coming days and use your QR code. I have no friends ;-) BTW Fabio Loli seems to be the current maintainer of this package, so at least someone is looking after it :-)

kseistrup commented on 2025-10-03 18:37 (UTC)

@piotrv, I was very entusiatic about SimpleX for years. However, I have found it to be too unreliable in its deliverance of messages. Very often (← read: too often to my liking) it happens that a message doesn't get delivered. So I found myself keeping another channel (other app/protocol, same user) open to recipients to be able to ask on the other app: Did you get my recent message on SimpleX? That's just too unstable/unreliable for me. Perhaps I will try it again sometime, but for mow I have deled it.

If you wish to try something else (decentralized, anonymous), give DeltaChat a spin: https://delta.chat/

If you follow the URL on my profilere here there's a QR for my DeltaChat account. Feel free to chat me up (please reference AUR so I know where you come from) if you wish to try it and have no friends om DeltaChat.

piotrv commented on 2025-10-03 18:22 (UTC)

@kseistrup

I wish I had the skills to unburden you from maintenance. What's wrong with SimpleX to not use it yourself any longer? I am looking at a decentralized alternative to Signal which might abandon EU.

kseistrup commented on 2025-07-01 18:20 (UTC)

Would someone like to take over maintenance of this package? I do not use SimpleX myself anymore, and I already have plenty of packages to maintain. Thanks.

kseistrup commented on 2025-04-18 14:05 (UTC)

@Juest 👍

Juest commented on 2025-04-18 13:41 (UTC) (edited on 2025-04-18 13:43 (UTC) by Juest)

i forgot to mention that i've resolved it by manually importing it with the keyserver, thanks for uploading it to the package/ubuntu keyserver so this is no longer needed @kseistrup !

kseistrup commented on 2025-04-18 06:47 (UTC) (edited on 2025-04-18 12:58 (UTC) by kseistrup)

Although the gpg(1) man page says that option --keyserver is obsolete, the following command seems to work in order to fetch the SimpleX Chat team’s GPG key:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 0xFB44AF81A45BDE327319797C85107E357D4A17FC

PS: I have uploaded the GPG key to Ubuntu’s keyserver, so from next package update it will no longer be included explicitly in this package.

kseistrup commented on 2025-04-18 06:32 (UTC)

@Juest There are several ways to mitigate this:

  1. Download the key from https://keys.openpgp.org/search?q=chat%40simplex.chat (URL mentioned in PKGBUILD), then import it with gpg --import < FB44AF81A45BDE327319797C85107E357D4A17FC.asc.
  2. Temporarily add keyserver hkps://keys.openpgp.org to ~/.gnupg/gpg.conf, then fetch the key with gpg --recv-keys 0xFB44AF81A45BDE327319797C85107E357D4A17FC.

Juest commented on 2025-04-18 00:06 (UTC)

unfortunately the gpg key it asks to import is not found in ubuntu keyserver (which is the gpg default) but it's in openpgp apparently meaning the receiving keys step is failing out of the box