SimpleX Chat's avatar
SimpleX Chat
simplex@primal.net
npub1exv2...d828
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's avatar
simplex 1 year ago
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
SimpleX Chat's avatar
simplex 1 year ago
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:
SimpleX Chat's avatar
simplex 1 year ago
In case you missed the news, #ChatControl is back on the agenda of the EU governments: We wrote before that strong e2e encryption is the only way to protect children online: Write to the MPs you voted for – every single letter can change the outcome. And huge thanks to Patrick Breyer for fighting this insanity.
SimpleX Chat's avatar
simplex 1 year ago
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's avatar
simplex 1 year ago
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): The final release will be published on 8/14, together with the announcements. image
SimpleX Chat's avatar
simplex 2 years ago
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's avatar
simplex 2 years ago
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:
SimpleX Chat's avatar
simplex 2 years ago
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!
SimpleX Chat's avatar
simplex 2 years ago
Updated "SimpleX Chat Privacy Policy and Conditions of Use" The updated document: The changes: 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!
SimpleX Chat's avatar
simplex 2 years ago
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.