{"id":"simplex-chat","title":"SimpleX Chat","content":"**SimpleX Chat** is an open-source, decentralized messaging platform designed for privacy and security. Its core architectural principle is the complete absence of user identifiers, meaning it does not use phone numbers, usernames, or even random numbers to identify users on the network. This design aims to protect not only message content with end-to-end encryption but also metadata about who is communicating. [\\[1\\]](#cite-id-fU2FI6E7Lrvfy8zt) [\\[2\\]](#cite-id-fJ1c7ZdFEPQm9Ca4)​\n\n[YOUTUBE@VID](https://youtube.com/watch?v=Uez2mfVGU7s)\n\n## Overview\n\nSimpleX Chat was developed to provide a communication platform where users have full ownership and control over their identity, contacts, and data, free from centralized oversight. The project's mission is to offer a high degree of metadata protection, making it difficult for servers or network observers to determine the social graph of its users. Communications are routed through a decentralized network of SimpleX Messaging Protocol (SMP) servers, and users can host their own servers for greater autonomy. [\\[1\\]](#cite-id-fU2FI6E7Lrvfy8zt) [\\[3\\]](#cite-id-JvwbE8u2dPpcAeQ1)​\n\nThe platform operates on a custom-built protocol stack designed to minimize metadata exposure. Unlike conventional federated systems, SimpleX relays do not have a shared user address space, and each connection between users is isolated. While the project is supported by a for-profit company and has received venture capital funding, its developers have stated a long-term vision for protocol governance to be managed by non-profit entities to ensure its alignment with community interests. The project has been endorsed by privacy-focused organizations like Privacy Guides and Whonix and has gained public recognition from figures in the technology space, including [Ethereum](https://iq.wiki/wiki/ethereum) founder [Vitalik Buterin](https://iq.wiki/wiki/vitalik-buterin). [\\[4\\]](#cite-id-TDgLpng8vsMcUcPc) [\\[5\\]](#cite-id-vTKIQ4n1XrFg5fvW)​\n\n## History\n\nDevelopment of SimpleX began around 2020. The first prototype of the SimpleX Messaging Server was announced in October 2020, followed by a terminal-based chat application in May 2021. The first public version of the mobile apps for iOS and Android, SimpleX Chat v1, was released in March 2022. [\\[6\\]](#cite-id-WHqA45CalFmGayf0) [\\[3\\]](#cite-id-JvwbE8u2dPpcAeQ1)​\n\nSignificant milestones in the platform's development include:\n\n* **July 2022 (v3.0):** Introduction of end-to-end encrypted audio and video calls.\n* **August 2022 (v3.1):** Added support for routing traffic through Tor via a SOCKS proxy and introduced secret chat groups.\n* **September 2022 (v3.2):** Launched \"Incognito Mode,\" allowing users to create a new random profile name for each new contact.\n* **November 2022 (v4.2):** Published a security assessment conducted by the firm Trail of Bits.\n* **February 2023 (v4.5):** Introduced multiple, separate chat profiles within a single app.\n* **March 2024 (v5.6):** Implemented quantum-resistant encryption as a beta feature, using a hybrid post-quantum key exchange mechanism alongside the Double Ratchet algorithm.\n* **June 2024 (v5.8):** Introduced Private Message Routing to hide user IP addresses from destination servers.\n* **August 2024 (v6.0):** Announced an investment from [Jack Dorsey](https://iq.wiki/wiki/jack-dorsey) and the firm Asymmetric. Private Message Routing became the default setting for all new connections.\n* **October 2024 (v6.1):** Published a new cryptographic design review by Trail of Bits.\n* **December 2024 (v6.2):** Announced a partnership with [Flux](https://iq.wiki/wiki/flux) to include [Flux](https://iq.wiki/wiki/flux)-operated servers in the app to enhance decentralization and privacy.\n* **July 2025 (v6.4.1):** Introduced community protection features, such as the ability for group administrators to review new members before they can join.\n\nThe project's roadmap has included goals for 2025 to scale the network for large communities, with future plans to introduce \"Community Vouchers\" in 2026 to create a sustainable funding model for server operators. [\\[6\\]](#cite-id-WHqA45CalFmGayf0) [\\[1\\]](#cite-id-fU2FI6E7Lrvfy8zt)​\n\n[YOUTUBE@VID](https://youtube.com/watch?v=7yjQFmhAftE)\n\n## Architecture and Technology\n\nSimpleX is built on a custom protocol stack designed specifically to operate without user identifiers and to minimize metadata leakage.\n\n### No User Identifiers\n\nThe foundational principle of SimpleX is the absence of any persistent, globally unique user IDs. Unlike other secure messengers that rely on phone numbers (Signal) or public key-based IDs ([Session](https://iq.wiki/wiki/session)), SimpleX isolates every connection. A user's profile, contact list, and group memberships exist only on their local device. When connecting with a contact, the app creates a new, distinct set of identifiers for that specific relationship. This makes it computationally difficult for a network-level adversary to build a social graph of who is communicating with whom. [\\[4\\]](#cite-id-TDgLpng8vsMcUcPc) [\\[2\\]](#cite-id-fJ1c7ZdFEPQm9Ca4)​\n\n### Network and Protocols\n\nThe platform operates on a decentralized network of servers running its custom protocols.\n\n#### SimpleX Messaging Protocol (SMP) and SimpleXMQ\n\nSimpleX's network functionality is based on two key protocols:\n\n* **SimpleXMQ (SimpleX Message Queue):** This is the low-level message queue protocol that defines how messages are passed through unidirectional (simplex) message queues. The reference implementation, also called SimpleXMQ, is written in Haskell and serves as the message broker for the network. [\\[7\\]](#cite-id-w1xXAU8URwspEJ9g)\n* **SMP (SimpleX Messaging Protocol):** Built on top of SimpleXMQ, SMP is a client-server protocol that manages communication and the creation of message queues. A full bidirectional conversation between two users consists of two separate, unidirectional SMP queues—one for sending and one for receiving. [\\[7\\]](#cite-id-w1xXAU8URwspEJ9g)\n\nSMP servers act as relays. They receive encrypted messages from a sender and place them in the correct anonymous queue, where they are later retrieved by the recipient. The server only sees a series of isolated message deliveries to opaque queue identifiers and cannot link the sender and receiver. Users can run their own SMP servers for maximum control and privacy. [\\[2\\]](#cite-id-fJ1c7ZdFEPQm9Ca4)​\n\n#### Private Message Routing\n\nTo protect a user's IP address from their contact's server, SimpleX implements a system called Private Message Routing. Enabled by default since version 6.0, it uses a two-hop packet routing mechanism. A user's client encrypts the message for the destination server and then wraps it in another layer of encryption for a forwarding server. The forwarding server relays the packet to the destination server without knowing the final recipient's queue ID or the message content. This packet-based routing approach provides per-packet anonymity, preventing a destination server from linking multiple messages to the same user. [\\[4\\]](#cite-id-TDgLpng8vsMcUcPc)​\n\n### Encryption\n\nSimpleX employs multiple layers of encryption to secure communications.\n\n* **End-to-End Encryption (E2EE):** All one-to-one and group messages are E2E encrypted using the Signal Double Ratchet algorithm, which provides forward secrecy and post-compromise security.\n* **Post-Quantum Resistance:** Since version 5.6, the platform incorporates a hybrid post-quantum key exchange using CRYSTALS-Kyber. This runs in parallel with the classic key exchange to protect conversations against future attacks from quantum computers.\n* **Transport Encryption:** All communication between clients and servers is secured with TLS. [\\[4\\]](#cite-id-TDgLpng8vsMcUcPc)\n* **Local Encryption:** The app also supports the encryption of the local chat database and media files stored on the user's device. [\\[6\\]](#cite-id-WHqA45CalFmGayf0)\n\n### File and Call Protocols\n\n* **SimpleX File Transfer Protocol (XFTP):** For sending files, SimpleX uses a proprietary protocol designed to minimize metadata leakage. Files are temporarily stored on XFTP servers, and users can host their own.\n* **Voice and Video Calls:** Calls are E2EE and use WebRTC technology. Users can configure their own STUN/TURN servers for routing calls, offering an additional layer of privacy. [\\[2\\]](#cite-id-fJ1c7ZdFEPQm9Ca4)\n\n## Features\n\nSimpleX Chat is available on iOS, Android (via Google Play, F-Droid, and direct APK), Windows, macOS, and Linux. [\\[1\\]](#cite-id-fU2FI6E7Lrvfy8zt)​\n\n* **Communication:** The app supports direct and secret group messaging, E2E encrypted audio/video calls, voice messages, message reactions, editing, and disappearing messages. [\\[6\\]](#cite-id-WHqA45CalFmGayf0)\n* **Profiles and Identity:** Users can create multiple, isolated chat profiles within the app to separate different social contexts. An \"[Incognito](https://iq.wiki/wiki/incognito) Mode\" generates a new random name for each new connection, further obscuring the user's main profile. [\\[4\\]](#cite-id-TDgLpng8vsMcUcPc)\n* **Connections:** Users connect by sharing one-time invitation links or QR codes. Reusable SimpleX addresses can also be created for sharing publicly. [\\[2\\]](#cite-id-fJ1c7ZdFEPQm9Ca4)\n* **Message Delivery:** The app uses a two-checkmark system to indicate message delivery: one check for delivery to the recipient's server queue and two checks for delivery to their device. The platform does not implement \"read receipts,\" which the developers consider an \"anti-feature\" that creates social pressure. [\\[4\\]](#cite-id-TDgLpng8vsMcUcPc)\n* **Multi-Device Support:** SimpleX does not support using the same profile seamlessly across multiple devices, as the developers view existing solutions as a security compromise. However, a mobile app can be linked to a desktop client on the same local network, which then acts as a remote for the mobile device. [\\[4\\]](#cite-id-TDgLpng8vsMcUcPc)\n* **Tor Integration:** The app supports using Tor for network transport by configuring a SOCKS proxy (e.g., via Orbot). Tor is not bundled directly with the application. [\\[4\\]](#cite-id-TDgLpng8vsMcUcPc)\n\n## Funding and Business Model\n\nSimpleX Chat is developed by a for-profit company, SimpleX Chat Ltd., and is funded through a combination of community donations and venture capital. In August 2024, the project announced an investment from [Jack Dorsey](https://iq.wiki/wiki/jack-dorsey) and Asymmetric Capital Partners. The team has justified the use of VC funding as a practical necessity to compete with large, well-funded technology companies and to finance the research and development required. [\\[6\\]](#cite-id-WHqA45CalFmGayf0) [\\[4\\]](#cite-id-TDgLpng8vsMcUcPc)​\n\nThe project's long-term business model aims to fund development and network operations without compromising user privacy. The strategy includes a freemium model for the app, paid services for businesses, and a revenue-sharing system for server operators built around a utility token called Community Vouchers. [\\[4\\]](#cite-id-TDgLpng8vsMcUcPc) [\\[8\\]](#cite-id-zrAzHJKKSnhoJWPX)​\n\n### Community Vouchers\n\nAnnounced as a feature planned for 2026, Community Vouchers are a [utility token](https://iq.wiki/wiki/utility-token) system designed to create a sustainable and private funding model for the servers that power the SimpleX network's channels and groups. The system functions like a prepaid card, allowing community owners to pay for server capacity without compromising user privacy. [\\[8\\]](#cite-id-zrAzHJKKSnhoJWPX)​\n\nThe core technology will be built on an EVM-based blockchain, such as an [Ethereum](https://iq.wiki/wiki/ethereum) [L2](https://iq.wiki/wiki/layer-2) solution, and will use smart contracts to manage the system. To ensure privacy, the design incorporates [zero-knowledge proofs](https://iq.wiki/wiki/zero-knowledge-proofs-zkps) (zk-proofs) to make the redemption of a voucher unlinkable to its original purchase on the public [blockchain](https://iq.wiki/wiki/blockchain). Users will be able to purchase vouchers through standard in-app payment methods or with [cryptocurrencies ](https://iq.wiki/wiki/cryptocurrency)like [Bitcoin](https://iq.wiki/wiki/bitcoin) (BTC) and [Monero](https://iq.wiki/wiki/monero) (XMR). [\\[8\\]](#cite-id-zrAzHJKKSnhoJWPX)​\n\nKey aspects of the economic model include:\n\n* **Non-Tradable Utility Tokens:** Vouchers are designed as restricted utility tokens, not speculative investment assets. Smart contracts will prohibit or heavily restrict transfers. There will be no pre-mine or public sale.\n* **Fixed Pricing:** The price of vouchers will be fixed based on server operating costs. The team has provided preliminary estimates of 10 per month for a community of 5,000 active users, with a free tier for smaller groups.\n* **Revenue Sharing:** Funds from voucher sales are held in a smart contract escrow. Up to 60% of the revenue is released to server operators after they provide capacity, with the exact share determined by a trust evaluation based on uptime and operator history. The remaining funds are designated for network governance and development.\n* **Trustless Agreements:** The use of smart contracts ensures that server operators are paid only after services are rendered, creating a trustless system for all parties. [\\[8\\]](#cite-id-zrAzHJKKSnhoJWPX)\n\nThe system is currently in the design phase. SimpleX has released a free, non-transferrable NFT on the [Ethereum](https://iq.wiki/wiki/ethereum) mainnet that grants early access to the test version of the vouchers. [\\[8\\]](#cite-id-zrAzHJKKSnhoJWPX)​\n\n## Security, Privacy, and Advocacy\n\nPrivacy and security are central to the SimpleX project. The platform has undergone and published multiple third-party security audits by the firm Trail of Bits in 2022 and 2024. In April 2024, the project published legally binding Transparency Reports, affirming its commitment to its privacy claims. [\\[6\\]](#cite-id-WHqA45CalFmGayf0) [\\[1\\]](#cite-id-fU2FI6E7Lrvfy8zt)​\n\nSimpleX Chat is a vocal advocate for digital privacy. In November 2025, the project took a strong stance against the EU's \"Chat Control\" legislation, arguing that its true purpose was to enable mass surveillance for training AI models. This advocacy aligns with endorsements the project has received from prominent figures in the privacy space. On November 26, 2025, [Ethereum](https://iq.wiki/wiki/ethereum) founder [Vitalik Buterin](https://iq.wiki/wiki/vitalik-buterin) mentioned SimpleX as one of two messaging apps \"pushing forward\" important next steps for privacy, specifically \"permissionless account creation\" and \"metadata privacy.\" [\\[5\\]](#cite-id-vTKIQ4n1XrFg5fvW)​\n\n## Team\n\n* **Evgeny Poberezkin:** The founder of SimpleX Chat. He is a software developer known for creating Ajv, a widely used JavaScript library for data validation. [\\[3\\]](#cite-id-JvwbE8u2dPpcAeQ1)\n\n[YOUTUBE@VID](https://youtube.com/watch?v=Fl-QS0-qENw)","summary":"SimpleX Chat is a decentralized, open-source messaging platform focused on privacy. It is designed without any user identifiers to protect user metadata, using ...","images":[{"id":"QmRo81nJD3PNs53ZeYPiFpDDMQ2PUGXRAMVDDZJd4SmvMM","type":"image/jpeg, image/png"}],"categories":[{"id":"dapps","title":"Dapps"}],"tags":[],"media":[{"id":"https://www.youtube.com/watch?v=7yjQFmhAftE","size":null,"name":"7yjQFmhAftE","type":null,"source":"YOUTUBE"},{"id":"https://www.youtube.com/watch?v=Fl-QS0-qENw","size":null,"name":"Fl-QS0-qENw","type":null,"source":"YOUTUBE"},{"id":"https://www.youtube.com/watch?v=Uez2mfVGU7s","size":null,"name":"Uez2mfVGU7s","type":null,"source":"YOUTUBE"}],"metadata":[{"id":"website","value":"https://simplex.chat/"},{"id":"twitter_profile","value":"https://x.com/SimpleXChat"},{"id":"github_profile","value":"https://github.com/simplex-chat"},{"id":"linkedin_profile","value":"https://www.linkedin.com/company/simplex-chat/"},{"id":"reddit_profile","value":"https://www.reddit.com/r/SimpleXChat/"},{"id":"references","value":"[{\"id\":\"fU2FI6E7Lrvfy8zt\",\"url\":\"https://simplex.chat/\",\"description\":\"SimpleX homepage describing no user IDs\",\"timestamp\":1764201702592},{\"id\":\"fJ1c7ZdFEPQm9Ca4\",\"url\":\"https://simplex.chat/docs/guide/readme.html\",\"description\":\"SimpleX Chat technical guide\",\"timestamp\":1764201702592},{\"id\":\"JvwbE8u2dPpcAeQ1\",\"url\":\"https://www.linkedin.com/company/simplex-chat/\",\"description\":\"SimpleX Chat company information on LinkedIn\",\"timestamp\":1764201702592},{\"id\":\"TDgLpng8vsMcUcPc\",\"url\":\"https://simplex.chat/faq/\",\"description\":\"SimpleX FAQ on decentralization and governance\",\"timestamp\":1764201702592},{\"id\":\"vTKIQ4n1XrFg5fvW\",\"url\":\"https://x.com/SimpleXChat\",\"description\":\"SimpleX Chat social media endorsements\",\"timestamp\":1764201702592},{\"id\":\"WHqA45CalFmGayf0\",\"url\":\"https://simplex.chat/blog/\",\"description\":\"SimpleX blog chronicling project history\",\"timestamp\":1764201702592},{\"id\":\"w1xXAU8URwspEJ9g\",\"url\":\"https://github.com/simplex-chat/simplexmq\",\"description\":\"SimpleXMQ GitHub repository and technical details\",\"timestamp\":1764201702592},{\"id\":\"zrAzHJKKSnhoJWPX\",\"url\":\"https://simplex.chat/vouchers/\",\"description\":\"SimpleX Community Vouchers overview\",\"timestamp\":1764202589436}]"},{"id":"previous_cid","value":"\"https://ipfs.everipedia.org/ipfs/QmR7g5zcXZ2WdeGT58kNP7owuYhkrviheNQpZa7kKrrh76\""},{"id":"commit-message","value":"\"Updated content and fixed capitalization\""},{"id":"previous_cid","value":"QmR7g5zcXZ2WdeGT58kNP7owuYhkrviheNQpZa7kKrrh76"}],"events":[{"id":"776fd93c-0bd5-4ea6-94b3-172a944e3c71","date":"2020-10-01","title":"SimpleX Project Inception","type":"CREATED","description":"The SimpleX project began with the announcement of the prototype SimpleX Messaging Server (SMP) and its underlying protocol.","link":"https://simplex.chat/blog/20201022-simplex-messaging-protocol-prototype.html","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"cb5f77d8-2140-447e-894d-3dfeb90a2a1a","date":"2022-03-01","title":"Mobile App Public Release","type":"DEFAULT","description":"SimpleX Chat was officially released for mobile with apps on the Apple App Store and Google Play Store.","link":"https://simplex.chat/blog/20220308-simplex-chat-mobile-apps-are-released.html","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"dbc898b4-c98f-4c8a-8651-a3159728a6cb","date":"2022-11-01","title":"First Security Audit by Trail of Bits","type":"DEFAULT","description":"The results of a security assessment conducted by the firm Trail of Bits were published, enhancing the project's credibility.","link":"https://simplex.chat/blog/20221108-simplex-chat-v4.2-security-audit-group-links.html","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"1899fb11-639a-49a0-b37a-9e56676f2b34","date":"2024-03-01","title":"Quantum-Resistant Encryption Introduced","type":"DEFAULT","description":"A beta release of quantum-resistant end-to-end encryption was announced, using a hybrid post-quantum key exchange to protect against future threats.","link":"https://simplex.chat/blog/20240323-simplex-chat-v5.6-quantum-resistant-e2ee-beta.html","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"443ccd2d-a538-49e9-b660-996e4fcdac06","date":"2024-08-01","title":"Investment from Jack Dorsey Announced","type":"DEFAULT","description":"The project announced an investment from Jack Dorsey and the firm Asymmetric, which enabled private message routing to be set by default.","link":"https://simplex.chat/blog/20240814-simplex-v6-private-routing-by-default-funded-by-jack-dorsey.html","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null}],"user":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"author":{"id":"0x8AF7a19a26d8FBC48dEfB35AEfb15Ec8c407f889"},"operator":{"id":"0x212Cb3F4aE6611054637f9f78F18fB628AD258bb"},"language":"en","version":1,"linkedWikis":{"blockchains":[],"founders":[],"speakers":[]},"recentActivity":"{\"items\":[{\"id\":\"2372a812-ac1c-4142-87ef-5e5a49e07c60\",\"title\":\"SimpleX Chat\",\"description\":\"SimpleX Chat is a decentralized, open-source messaging platform focused on privacy. It is designed without any user identifiers to protect user metadata, using ...\",\"timestamp\":\"2025-11-27T15:22:36.915Z\",\"category\":\"Wiki Update\",\"status\":{\"icon\":\"RiGlobalLine\",\"label\":\"Wiki Updated\",\"iconClassName\":\"text-green-500\"},\"user\":{\"name\":\"0x8AF7a19a26d8FBC48dEfB35AEfb15Ec8c407f889\",\"address\":\"0x212Cb3F4aE6611054637f9f78F18fB628AD258bb\"},\"button\":{\"label\":\"View Summary\",\"icon\":\"RiFileTextLine\"},\"summarySections\":[{\"title\":\"Title\",\"subtitle\":\"The title of the wiki was updated.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Changed title from 'dapps' to 'Dapps'.\"]},{\"title\":\"Summary\",\"subtitle\":\"The summary text was truncated.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Changed summary from 'SimpleX Chat is a decentralized, open-source messaging platform focused on privacy. It is designed without any user identifiers to protect user metadata, using its own SimpleX Messaging Protocol (SMP) network.' to 'SimpleX Chat is a decentralized, open-source messaging platform focused on privacy. It is designed without any user identifiers to protect user metadata, using ...'.\"]},{\"title\":\"Team\",\"subtitle\":\"A team member's bio was removed from the content.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Removed the bio for Esra'a Al-Shafei.\"]},{\"title\":\"Events\",\"subtitle\":\"The date format for several timeline events was updated for more specificity.\",\"variant\":\"modified\",\"changeCount\":5,\"changes\":[\"Updated event date from '2020-10' to '2020-10-01'.\",\"Updated event date from '2022-03' to '2022-03-01'.\",\"Updated event date from '2022-11' to '2022-11-01'.\",\"Updated event date from '2024-03' to '2024-03-01'.\",\"Updated event date from '2024-08' to '2024-08-01'.\"]},{\"title\":\"Speakers\",\"subtitle\":\"The 'Speakers' field was removed.\",\"variant\":\"removed\",\"changeCount\":1,\"changes\":[\"Removed the 'speakers' field, which was empty.\"]},{\"title\":\"Videos\",\"subtitle\":\"The data structure for video items was updated.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Replaced 'caption' and 'thumbnail' fields with 'size' and 'type' fields for all video entries.\"]},{\"title\":\"Metadata\",\"subtitle\":\"Internal metadata fields were updated.\",\"variant\":\"modified\",\"changeCount\":2,\"changes\":[\"Added metadata field 'blocks-changed' with value 'tags, summary'.\",\"Added metadata field 'wiki-score' with value '84'.\"]}]}]}"}