Private, secure and decentralized messaging. The first network where you own your contacts and groups. Get the open-source app: https://simplex.chat/downloads
SimpleX Chat v6.2 is out!
The app now includes both servers that we operate and servers independently operated by Flux – thanks to Daniel Keller and Flux team!
More privacy and decentralization for all users!
Also in v6.2:
- business chats!
- better UX: open chat on first unread (not on iOS yet), show who reacted.
- bette iOS notifications!
Read more:
v6.1-beta.0 is released with support for SOCKS proxies both in iOS (via TestFlight) and Android (via Github releases as direct APK download: https://github.com/simplex-chat/simplex-chat/releases/tag/v6.1.0-beta.0).
You can host your own SOCKS proxy (this one looks good: https://github.com/heiher/hev-socks5-server) or you can try ours, if you use preset servers (it won't allow connecting to any other servers directly, but you can still send messages to anybody who uses other servers):
Address: 139.162.173.97
Port: 443
Username: user
Password: YJHolWSzTfOny7es
Answering your questions about "private message routing" in SimpleX network:
1. Does SimpleX protect IP addresses? Yes.
2. Doesn't private message routing reinvent Tor? No.
3. Why don't you embed Tor? Tor is great, but not for all.
Read more in FAQ:
Please note: we do NOT control the domain simplexchat.org
It might be a phishing site to collect the data (it has an exact copy of our website https://simplex.chat).
We submitted the complaint to the domain registrar (GNAME).
Do NOT download anything from simplexchat.org, obviously.
SimpleX Chat v6.0-beta.4 is released!
It is stable to use, and please let us know any issues - any help testing it is really great!
You can get beta version for iOS from Apple TestFlight, and for Android from GitHub or from our F-Droid repo (it's still in review in Play Store beta channel):
We are upgrading the preset SimpleX relays to the new version - it is compatible only with the apps starting from v5.5.3 (released early February) - please upgrade to the latest version and ask your friends to upgrade too.
SimpleX Chat v5.7 released:
- quantum resistant e2e encryption with contacts enabled by default.
- forward messages without revealing the source and save them to private notes.
- in-call sounds and switching sound sources.
- customizable profile images - from square to circle.
- better network connection management.
Also, we added Lithuanian interface language to Android and desktop apps - thanks to our users!
Read more:
The post about SimpleX Chat v5.6 release with quantum resistant end-to-end encryption and also about how SimpleX network protocols will be moving to nonprofit governance:
https://
simplex.chat/blog/20240323-sim
plex-network-privacy-non-profit-v5-6-quantum-resistant-e2e-encryption-simple-migration.html
Esra'a Al Shafei has just joined SimpleX Chat team to help us deliver these goals - welcome!
TL;DR:
- it clarifies that we develop software for communication network, and not a communication service.
- it highlights the requirement of AGPLv3 license to publish any code modifications, and our commitment to run unmodified code.
Let us know any comments / questions!
Improving repudiation (deniability) in SimpleX protocols
Please send any questions/comments!
We believe that repudiation (aka deniability) is very important for communications. See this discussion with Session CTO about it, for example:
Currently only a part of SimpleX protocol stack provides it – client-to-client e2e encryption, that includes double ratchet (aka Signal) algorithm in one of the layers.
Client-relay protocol, on another hand, does not provide it, and as relays are chosen by the recipients, a modified relay can provide non-repudiation for sent messages, which is undesirable in the context of private communications.
We believe there should be a possibility for digital off-the-record conversations, in the same way as it is possible for in-person meetings - while recipient can keep the memory and even transcript, it should not be a strong proof to a third party.
This proposal adds repudiation to client-relay protocol by replacing cryptographic signature with authenticator (see this WIP document for the details: https://github.com/simplex-chat/simplexmq/blob/ep/cmd-auth/rfcs/2024-02-03-deniability.md).
It is already mostly implemented and will be fully rolled out by v5.7.
A more detailed post about repudiation importance and its acceptance in society and legal systems is coming.