Cybersecurity

How SimpleX Chat Works Without Phone Numbers or User IDs

The Identity Problem Every Other Messenger Ignores Signal is the gold standard of encrypted messaging. Security researchers recommend it. Whistleblowers use it. And yet, the moment you install it, you hand over your phone number — a persistent, government-issued identifier that ties your entire communication history to a real-world identity. That number can be subpoenaed, ... Read more

How SimpleX Chat Works Without Phone Numbers or User IDs
Illustration · Newzlet

The Identity Problem Every Other Messenger Ignores

Signal is the gold standard of encrypted messaging. Security researchers recommend it. Whistleblowers use it. And yet, the moment you install it, you hand over your phone number — a persistent, government-issued identifier that ties your entire communication history to a real-world identity. That number can be subpoenaed, exposed in a data breach, or cross-referenced with carrier records to unmask exactly who you are and who you talk to. End-to-end encryption protects message content, but the metadata skeleton — who contacted whom, when, and how often — remains visible and attackable.

WhatsApp collects even more. Despite its encryption claims, Meta harvests contact graphs, usage timestamps, device fingerprints, and behavioral data at scale. The encryption protects the envelope’s contents while Meta reads everything written on the outside.

SimpleX Chat takes a structurally different approach. It operates as the first messaging network built without user identifiers of any kind — no phone numbers, no usernames, no email addresses, no persistent IDs. This is not a privacy feature bolted onto a conventional architecture. It is the architecture. The platform never creates a linkable identity in the first place, which means there is nothing to subpoena, nothing to breach, and no honeypot of user metadata sitting on a server waiting to be stolen or sold.

The practical consequence of identifier-free design runs deeper than most coverage acknowledges. When a secure messaging app stores user identifiers — even hashed or encrypted ones — those identifiers constitute a dataset. Governments can compel its production. Hackers can target it. Employees can abuse access to it. SimpleX eliminates that attack surface entirely by never generating the dataset. The threat model does not require trusting SimpleX to protect your data; it requires only trusting that the absence of data is structural, not a policy choice that can be reversed.

Private messaging apps typically compete on how well they defend user data. SimpleX competes on a different axis: it has no user data to defend. That distinction separates incremental privacy improvements from a fundamental rethinking of what anonymous communication infrastructure can look like.

How SimpleX Actually Works Without Identifiers

SimpleX Chat eliminates the concept of user identifiers entirely. No phone number, no username, no email address, no account — nothing that ties a person to the network over time. This is not a privacy feature bolted onto a conventional architecture. It is the architecture.

The system operates as a decentralised client-server platform that passes messages asynchronously. Rather than routing communications through a persistent identity, SimpleX assigns each conversation a set of temporary, single-use message queues. These queue addresses rotate, so servers processing the relay see only that a message exists and needs forwarding — never who sent it or who receives it. The server handles the envelope without ever reading the return address.

This design produces something genuinely rare in encrypted messaging: simultaneous anonymity for both sender and receiver. Most privacy-focused apps protect message content while still exposing metadata — who talks to whom, how often, at what times. SimpleX structurally prevents that metadata from forming in the first place. The SimpleX messaging protocol operates at a layer below identity, treating every message transfer as an isolated, context-free event.

The asynchronous model also solves a real-world usability problem that haunts purely peer-to-peer encrypted communication. In a direct peer-to-peer setup, both parties need to be online simultaneously for a message to transmit — workable in theory, frustrating in practice. SimpleX servers act as temporary holding points, storing encrypted messages until the recipient’s device connects and retrieves them. The recipient’s client pulls messages on its own schedule. No persistent connection is required, and no server learns anything meaningful from the exchange.

The result is a private messaging network that functions like familiar chat applications — asynchronous, reliable, accessible on iOS, Android, and desktop — while operating on fundamentally different logic underneath. Decentralised server infrastructure means no single operator controls the network. Users can even self-host SimpleX servers, distributing trust further. The project, led by founder Evgeny Poberezkin, has attracted nearly 14,000 GitHub stars, a signal that the technical community recognises the approach as something beyond incremental improvement in secure communications.

What ‘No Data on Servers’ Really Means — and Why It’s Hard to Fake

SimpleX Chat makes a specific architectural claim on its GitHub Sponsors page: “no data on the servers.” This isn’t a policy promise or a terms-of-service commitment — it’s a structural outcome of how the network is built.

Because SimpleX operates without global user identifiers of any kind, servers have nothing meaningful to store. A conventional messaging platform assigns each user an account — a phone number, username, or internal ID — and every message, delivery receipt, and contact relationship anchors to that identifier. Those anchors are metadata, and they accumulate on central servers regardless of whether message content is encrypted. Law enforcement requests, data breaches, and insider access all exploit exactly this layer.

SimpleX eliminates the anchor. Without a persistent identity tying together a user’s conversations, the server holds only anonymous, encrypted message queues with no linking data between them. A server operator who wanted to log social graphs simply has no raw material to work with. The absence of data isn’t a setting that can be toggled off under legal pressure — it’s a consequence of identity-free design.

This stands in direct contrast to Signal and WhatsApp. Both platforms use end-to-end encryption that genuinely protects message content, but both maintain metadata on central servers: who contacted whom, at what time, and with what frequency. Signal has been subpoenaed and has complied with the limited data it holds — account registration date and last connection time. WhatsApp, owned by Meta, retains substantially more. These aren’t failures of intent; they’re structural limitations of identifier-based architectures.

SimpleX Chat’s codebase — written primarily in Haskell and available publicly on GitHub under the handle simplex-chat — currently holds nearly 14,000 stars and is maintained through a GitHub Sponsors model with 38 active sponsors. Open-source code means independent researchers can audit the relay server logic and verify that the private messaging claims match the implementation. Proprietary platforms ask users to trust marketing language. SimpleX asks them to read the code.

The decentralized client-server model also allows anyone to self-host relay servers, further distributing the trust surface. Anonymous message passing with receiver and sender anonymity isn’t a feature layered on top of a conventional system — it’s what the system is.

The Spam and Abuse Paradox: Privacy’s Unsolved Problem, Possibly Solved

Most people assume anonymity and spam are inseparable. Give users no accountability, the thinking goes, and bad actors flood the platform. Telegram’s public username system and open group discovery demonstrate this failure mode at scale — anonymous enough to attract activists and criminals alike, yet open enough that spam bots and unsolicited messages are a constant nuisance.

SimpleX Chat lists “no spam” as a core product property alongside “no global user identities” and “no data on servers.” That combination looks contradictory until you understand the architectural reason it works.

Because SimpleX operates without public identifiers of any kind — no phone numbers, no usernames, no searchable profiles — there is no discovery layer for spammers to exploit. Reaching someone on SimpleX requires obtaining a one-time invitation link or QR code through a separate, deliberate channel: a website, an email, a face-to-face exchange. A spammer cannot query a database, scrape a username directory, or purchase a list of identifiers, because none exist. Mass unsolicited contact becomes structurally impractical rather than merely against the terms of service.

This resolves what privacy advocates have treated as an unavoidable trade-off for decades. Encrypted messengers that use phone numbers — Signal being the clearest example — inherit the spam and harassment risks tied to those numbers. Anyone who obtains your number can attempt contact. The identifier is the attack surface.

SimpleX’s identifier-free messaging model eliminates that surface entirely. The anonymous messaging architecture enforces consent at the network level rather than the policy level. You cannot receive an unsolicited message from someone you have not intentionally connected with, because they have no address to send it to.

The practical result is a private messaging platform where strong anonymity and a low-noise communication environment reinforce each other instead of competing. The absence of a global identity layer, typically framed as a privacy feature, simultaneously functions as an anti-spam mechanism — an outcome the platform’s design produces automatically, without moderation teams or algorithmic filtering.

Who Is Building This — and Why the Funding Model Matters

Evgeny Poberezkin founded SimpleX Chat and funds its development through GitHub Sponsors, where 38 sponsors currently back the project at tiers starting at one dollar per month. That number sounds modest against the nine-figure rounds that competing messaging apps have raised. It is also the point.

Venture capital does not invest in privacy — it invests in monetisation. The history of consumer privacy tools that accepted institutional funding reads as a reliable guide to eventual compromise: terms of service quietly broadened, metadata retention policies loosened, features introduced that harvest engagement data because engagement data is what investors measure. SimpleX Chat’s decision to pursue community sponsorship instead of VC money removes the structural pressure that has historically caused privacy-first products to erode their own principles once user growth attracts investor scrutiny.

The funding model creates a specific accountability relationship that most technology journalism ignores when assessing privacy claims. When users are the only financial stakeholders, product decisions answer to users. When a venture fund holds equity, product decisions answer to the fund’s return timeline, regardless of what the privacy policy says. SimpleX Chat has no advertising revenue to protect, no data brokerage deals to structure around, and no investor board whose expectations quietly shape roadmap priorities.

This matters because private messaging platforms are only as trustworthy as the incentives of the people running them. Signal has faced questions about its transition toward feature expansion and organisational scale. WhatsApp’s end-to-end encryption coexists with Meta’s broader data infrastructure. In both cases, the underlying tension is not technical — it is commercial. SimpleX Chat’s architecture, which holds no user identifiers and retains no data on its servers, is genuinely difficult to monetise. Poberezkin has structured the organisation so that difficulty is permanent, not a phase the project will eventually grow past. Community sponsorship is not a placeholder funding strategy. It is the governance model.

Why SimpleX Matters Right Now: The Regulatory and Threat Landscape

Governments are not waiting. The EU’s Chat Control proposal seeks to mandate client-side scanning of encrypted messages. The UK’s Online Safety Act grants Ofcom the authority to require platforms to break end-to-end encryption when deemed necessary. In the US, the EARN IT Act has repeatedly resurfaced, each version designed to pressure platforms into providing law enforcement access to private communications. Signal and WhatsApp can be compelled to hand over account registration data, phone numbers, and connection timestamps because that data exists. SimpleX cannot be compelled to hand over what it never collects.

This is the architectural difference that matters. When a government issues a lawful data request to SimpleX, the answer is structurally empty. No user identifiers are stored on servers. No contact graphs exist to map. No phone number ties an account to a human being. Compliance with surveillance demands becomes technically meaningless — not because SimpleX refuses to cooperate, but because the data demanded does not exist anywhere in the system.

The data broker threat runs parallel. The modern re-identification pipeline works like this: a phone number anchors an identity across dozens of platforms, data brokers aggregate behavioral signals, and what was marketed as anonymous usage becomes a detailed personal profile. Every messenger that requires a phone number feeds this ecosystem at the registration step. SimpleX severs that chain before it begins. No number, no anchor, no profile to build.

The timing of broader awareness is not incidental. SimpleX Chat is available on iOS, Android, and desktop — a cross-platform footprint that privacy tools have historically struggled to achieve before losing momentum. The project has nearly 14,000 GitHub stars, reflecting serious developer scrutiny and open-source validation. Privacy-first messaging has repeatedly stalled at the usability barrier. SimpleX is clearing that barrier at the exact moment regulatory pressure on competing platforms is accelerating.

The window where a genuinely identifier-free messaging network can reach mainstream users — before backdoor mandates normalize compromised alternatives — is open now, and it will not stay open indefinitely.

AI-Assisted Content — This article was produced with AI assistance. Sources are cited below. Factual claims are verified automatically; uncertain claims are flagged for human review. Found an error? Contact us or read our AI Disclosure.

More in Cybersecurity

See all →