guide · published

Signal vs SimpleX vs Session — which encrypted messenger in 2026

Three end-to-end-encrypted messengers, three different identity models. Signal needs a phone number; SimpleX needs no identifier at all; Session is in between. A 2026 comparison.

Three end-to-end-encrypted messengers, three different decisions about what identity to require. The trade-offs are well-defined; the right pick depends on whether phone-number registration is part of your threat model.

At a glance#

DimensionSignalSimpleXSession
Identity at signupPhone number (required)None (one-time invite links)Random Session ID
EncryptionSignal Protocol (reference)Double Ratchet over per-contact queuesSignal-fork
Transport metadataSealed Sender; server sees recipientPer-contact unidirectional queuesLokinet onion routing
Network operatorSignal Messenger LLC (USA, non-profit)SimpleX Chat Ltd (UK; self-hostable)Session Technology Foundation
User base (2026)~70M+~1M~1M
Group chatsPolished, largeCryptographic membershipFunctional
Open sourceYes (client + server)YesYes
Self-hostable serverServer is centralizedYes (SMP + XFTP)Lokinet is decentralized
Push notificationsStandard (Apple/Google)Per-contact (background polling)Apple/Google
Voice / videoYesYes (newer)Audio only
CostFree (donations)Free (donations)Free (token funded)

How each handles identity#

Signal uses your phone number as your identity at registration. The 2024+ username feature lets you talk to contacts without revealing your number to them, but the registration still binds to a SIM. The Signal server knows your phone number; what it learns about your messaging is heavily minimized through Sealed Sender and private contact discovery, but the number is the anchoring identifier. For users whose phone number is itself part of the threat model, this is the binding caveat.

SimpleX has no global identifier at all. When you want to message someone, one of you generates a one-time invitation link and the other accepts it. From that point on, you have a connection — each side sees the other through a per-contact identifier that no one else can see. There is no profile, no username, no phone. The SimpleX servers (you can run your own) see encrypted message queues and nothing else. This is the most metadata-minimizing model in the category.

Session generates a random Session ID at signup — no phone, no email, no SIM. Your contacts find you via the Session ID, which is public. Messages route over Lokinet, an onion network that hides metadata at the network layer. The trade-off is smaller user base and an operator history (Session was originally an Australian project; the foundation has reincorporated since) that warrants reading before betting on it long-term.

Cryptography#

All three use end-to-end encryption derived from the Signal Protocol (the Double Ratchet plus X3DH key agreement). The audited reference implementation is Signal’s; SimpleX and Session use ports or derivatives of the same primitives. For the cryptographic question of “can my messages be read by an outside observer,” all three are sufficient against any practical adversary.

The differences are in metadata: who the server sees you talking to, how often, with what timing. Here:

For most threat models, all three are dramatically more metadata-private than mainstream messengers (WhatsApp, Telegram, iMessage). The differences between them matter at the margin.

Usability and feature parity#

Honest assessment: Signal is the most polished. Voice and video are reliable. Group chats scale to thousands. Stickers, reactions, disappearing messages, message editing — all the features users expect from a 2020s messenger are present. The Desktop and iOS/Android clients are stable. Onboarding is friction-free for people who can register a phone number.

SimpleX has caught up rapidly. Voice and video work. Groups have cryptographic membership which is technically more interesting than Signal’s centralized model, but the user-experience parity for group features is not quite there. Discovery is by design less convenient than Signal’s — you cannot find someone by username; you have to exchange an invite link.

Session has the rougher edges. Voice exists; video does not. Groups work but are smaller-scale than Signal. The Lokinet routing adds latency. The polish gap is largest here.

Which to pick#

The decision tree:

  1. Can your contacts register a phone number, and is that OK with your threat model? → Signal.
  2. Does your threat model exclude phone-number registration? → SimpleX if friction is acceptable; Session if you want a Signal-ish experience without the phone.
  3. Is your environment hostile to network connectivity (censorship, intermittent internet)? → Briar.
  4. Do you want a paid Swiss messenger you can buy with cash via vouchers? → Threema.
  5. Do you want an open-standard federated messenger? → XMPP via Snikket or conversations.im.

For most users who care about this enough to be reading: Signal as the primary, SimpleX as a side channel for contacts who specifically want no-phone-number. This is the portfolio most privacy-aware users settle into.

What none of them fix#

These are out-of-scope for the messenger. The messenger’s job is what happens on the wire.

See also#

FAQ

Is Signal still the most private messenger in 2026?
It has the strongest cryptography and the largest anonymity set. The phone-number registration is the binding caveat — if your threat model excludes phone-derived identifiers, SimpleX or Session is the better fit.
Does SimpleX really have no accounts?
Yes. There is no user identifier, no username, no profile that the server knows globally. Each contact you talk to has a different identifier for you, generated when you exchanged one-time invitation links.
Why is Session smaller than Signal?
It's a younger fork that traded phone-number registration for a random-ID model and routes messages over Lokinet (an onion network). The cost is fewer users and a smaller maintainer team. Useful when no-phone is the requirement and SimpleX's per-contact-link model is too friction-heavy.
Can I use these for group chats?
All three support groups. Signal's group chats are the most polished. SimpleX has cryptographic group membership without a trusted server, which is unusual. Session's groups work but are limited compared to Signal's.
Can I use any of these without my carrier knowing?
For Signal, no — the phone number is bound to your SIM, which is bound to your carrier (in most jurisdictions). For SimpleX and Session, yes — neither requires any phone-derived identifier. For Signal, a workaround is JMP.chat or a no-KYC eSIM to receive the registration SMS.

Sources

  1. Signal blog · accessed
  2. SimpleX docs · accessed
  3. Session FAQ · accessed

Referenced by

Topic hubs