The most private and secure chat and applications platform - now with double ratchet E2E encryption.
Deploy this app to Linode with a free $100 credit!
Learn more about SimpleX Chat.
Please note: The groups below are created for the users to be able to ask questions, make suggestions and ask questions about SimpleX Chat only.
You also can: - criticize the app, and make comparisons with other messengers. - share new messengers you think could be interesting for privacy, as long as you don't spam. - share some privacy related publications, infrequently. - having preliminary approved with the admin in direct message, share the link to a group you created.
You must: - be polite to other users - avoid spam (too frequent messages, even if they are relevant) - avoid any personal attacks or hostility. - avoid sharing any content that is not relevant to the above (that includes, but is not limited to, discussing politics or any aspects of society other than privacy, security, technology and communications, sharing any content that may be found offensive by other users, etc.).
Messages not following these rules will be deleted, the right to send messages may be revoked, and the access to the new members to the group may be temporarily restricted, to prevent re-joining under a different name - our imperfect group moderation does not have a better solution at the moment.
You can join an English-speaking users group if you want to ask any questions: #SimpleX-Group-3
There are groups in other languages, that we have the apps interface translated into. These groups are for testing, and asking questions to other SimpleX Chat users:
#SimpleX-DE (German-speaking), #SimpleX-FR (French-speaking), #SimpleX-RU (Russian-speaking), #SimpleX-IT (Italian-speaking).
You can join either by opening these links in the app or by opening them in a desktop browser and scanning the QR code.
You need to share a link with your friend or scan a QR code from their phone, in person or during a video call, to make a connection and start messaging.
The channel through which you share the link does not have to be secure - it is enough that you can confirm who sent you the message and that your SimpleX connection is established.
After you connect, you can verify connection security code.
Read about the app features and settings in the new User guide.
Thanks to our users and Weblate, SimpleX Chat apps, website and documents are translated to many other languages.
Join our translators to help SimpleX grow!
locale | language | contributor | Android and iOS | website | Github docs |
---|---|---|---|---|---|
๐ฌ๐ง en | English | โ | โ | โ | |
ar | ุงูุนุฑุจูุฉ | jermanuts | |||
๐จ๐ฟ cs | ฤeลกtina | zen0bit | โ | ||
๐ฉ๐ช de | Deutsch | mlanp | |||
๐ช๐ธ es | Espaรฑol | Mateyhv | |||
๐ซ๐ท fr | Franรงais | ishi_sama | โ | ||
๐ฎ๐น it | Italiano | unbranched | |||
๐ณ๐ฑ nl | Nederlands | mika-nl | |||
๐ต๐ฑ pl | Polski | BxOxSxS | |||
๐ท๐บ ru | ะ ัััะบะธะน | ||||
๐จ๐ณ zh-CHS | ็ฎไฝไธญๆ | sith-on-mars Float-hu |
Languages in progress: Arabic, Japanese, Korean, Portuguese and others. We will be adding more languages as some of the already added are completed โ please suggest new languages, review the translation guide and get in touch with us!
We would love to have you join the development! You can help us with:
Huge thank you to everybody who donated to SimpleX Chat!
We are prioritizing users privacy and security - it would be impossible without your support.
Our pledge to our users is that SimpleX protocols are and will remain open, and in public domain, - so anybody can build the future implementations of the clients and the servers. We are building SimpleX platform based on the same principles as email and web, but much more private and secure.
Your donations help us raise more funds โ any amount, even the price of the cup of coffee, would make a big difference for us.
It is possible to donate via:
Thank you,
Evgeny
SimpleX Chat founder
Everyone should care about privacy and security of their communications - innocuous conversations can put you in danger even if there is nothing to hide.
One of the most shocking stories is the experience of Mohamedou Ould Salahi that he wrote about in his memoir and that is shown in The Mauritanian movie. He was put into Guantanamo camp, without trial, and was tortured there for 15 years after a phone call to his relative in Afghanistan, under suspicion of being involved in 9/11 attacks, even though he lived in Germany for the 10 years prior to the attacks.
It is not enough to use an end-to-end encrypted messenger, we all should use the messengers that protect the privacy of our personal networks - who we are connected with.
Unlike any other existing messaging platform, SimpleX has no identifiers assigned to the users - not even random numbers. This protects the privacy of who are you communicating with, hiding it from SimpleX platform servers and from any observers. Read more.
As you have no identifier on SimpleX platform, you cannot be contacted unless you share a one-time invitation link or an optional temporary user address. Read more.
SimpleX stores all user data on client devices, the messages are only held temporarily on SimpleX relay servers until they are received. Read more.
You can use SimpleX with your own servers and still communicate with people using the servers that are pre-configured in the apps or any other SimpleX servers. Read more.
How SimpleX can deliver messages without any user identifiers? See v2 release announcement explaining how SimpleX works.
Why should I not just use Signal? Signal is a centralized platform that uses phone numbers to identify its users and their contacts. It means that while the content of your messages on Signal is protected with robust end-to-end encryption, there is a large amount of meta-data visible to Signal - who you talk with and when.
How is it different from Matrix, Session, Ricochet, Cwtch, etc., that also don't require user identities? Although these platforms do not require a real identity, they do rely on anonymous user identities to deliver messages โ it can be, for example, an identity key or a random number. Using a persistent user identity, even anonymous, creates a risk that user's connection graph becomes known to the observers and/or service providers, and it can lead to de-anonymizing some users. If the same user profile is used to connect to two different people via any messenger other than SimpleX, these two people can confirm if they are connected to the same person - they would use the same user identifier in the messages. With SimpleX there is no meta-data in common between your conversations with different contacts - the quality that no other messaging platform has.
Recent updates:
Apr 22, 2023. SimpleX Chat: vision and funding, v5.0 released with videos and files up to 1gb.
Nov 8, 2022. Security audit by Trail of Bits, the new website and v4.2 released.
Sep 28, 2022. v4.0: encrypted local chat database and many other changes.
curl -o- https://raw.githubusercontent.com/simplex-chat/simplex-chat/stable/install.sh | bash
Once the chat client is installed, simply run simplex-chat
from your terminal.
Read more about installing and using the terminal app.
SimpleX is a client-server network with a unique network topology that uses redundant, disposable message relay nodes to asynchronously pass messages via unidirectional (simplex) message queues, providing recipient and sender anonymity.
Unlike P2P networks, all messages are passed through one or several server nodes, that do not even need to have persistence. In fact, the current SMP server implementation uses in-memory message storage, persisting only the queue records. SimpleX provides better metadata protection than P2P designs, as no global participant identifiers are used to deliver messages, and avoids the problems of P2P networks.
Unlike federated networks, the server nodes do not have records of the users, do not communicate with each other and do not store messages after they are delivered to the recipients. There is no way to discover the full list of servers participating in SimpleX network. This design avoids the problem of metadata visibility that all federated networks have and better protects from the network-wide attacks.
Only the client devices have information about users, their contacts and groups.
See SimpleX whitepaper for more information on platform objectives and technical design.
See SimpleX Chat Protocol for the format of messages sent between chat clients over SimpleX Messaging Protocol.
SimpleX Chat is a work in progress โ we are releasing improvements as they are ready. You have to decide if the current state is good enough for your usage scenario.
What is already implemented:
n
users there can be up to n * (n-1)
message queues.We plan to add soon:
Settings / Database passphrase & export
.You can:
If you are considering developing with SimpleX platform please get in touch for any advice and support.
SimpleX protocols and security model was reviewed, and had many breaking changes and improvements in v1.0.0.
The security audit was performed in October 2022 by Trail of Bits, and most fixes were released in v4.2.0 โ see the announcement.
SimpleX Chat is still a relatively early stage platform (the mobile apps were released in March 2022), so you may discover some bugs and missing features. We would really appreciate if you let us know anything that needs to be fixed or improved.
The default servers configured in the app are provided on the best effort basis. We are currently not guaranteeing any SLAs, although historically our servers had over 99.9% uptime each.
We have never provided or have been requested access to our servers or any information from our servers by any third parties. If we are ever requested to provide such access or information, we will be following due legal process.
We do not log IP addresses of the users and we do not perform any traffic correlation on our servers. If transport level security is critical you must use Tor or some other similar network to access messaging servers. We will be improving the client applications to reduce the opportunities for traffic correlation.
Please read more in Terms & privacy policy.
To report a security vulnerability, please send us email to chat@simplex.chat. We will coordinate the fix and disclosure. Please do NOT report security vulnerabilities via GitHub issues.
Please treat any findings of possible traffic correlation attacks allowing to correlate two different conversations to the same user, other than covered in the threat model, as security vulnerabilities, and follow this disclosure process.
Please login to review this project.
No reviews for this project yet.
Secured and decentralized communication system. Offers deceโฆ
Rallly is an open-source alternative to Doodle that lets yoโฆ
Simple peer-to-peer screen sharing solution for sharing youโฆ
Comments (0)
Please login to join the discussion on this project.