Guide
The private messaging app without a phone number
Every mainstream messenger asks for your number. Here is how to message privately without one — and why a phone number is the weakest link in "anonymous" chat.
You can message without a phone number by using an app whose account is a key you generate rather than an identifier someone issues. PrivaMesh creates a BIP-39 seed phrase on your device: no SMS code, no email confirmation, and nothing to link the account to your carrier.
- No phone number required
- No email, no account, no profile
- End-to-end encrypted with forward secrecy

Why a phone number breaks your privacy
The moment an app requires your phone number, your "anonymous" account is welded to your legal identity, your carrier, and often your name on file. A leak, a subpoena, or a data-sharing deal exposes the link. No amount of message encryption fixes that — the identity was surrendered at sign-up.
A truly private messaging app should let you create an account out of math you generate yourself, not an identifier a carrier issued you.
How accounts work without a phone number
PrivaMesh replaces the phone number with a BIP-39 seed phrase — the same standard self-custodial crypto wallets use. The phrase derives a keypair on your device; that keypair is your identity. There is no phone number, no email, and no account stored on any server.
Keys live in the iOS Keychain, device-only and biometric-lockable. To find contacts without a trusted directory, PrivaMesh publishes wallet-signed prekey bundles on-chain, so no registry can substitute a key. Confirming that an account belongs to the person you meant still has no in-app check.
The honest trade-off
Self-custody means real control and real responsibility: lose your seed phrase and your device, and there is no "forgot password" — nobody else ever held it. Write the phrase down and store it safely. That is the one job a no-phone-number account asks of you.
What a phone number actually leaks
A phone number is not a neutral login. It is issued by a carrier that keeps records, it is tied to government ID in most countries, and it follows you across every service that ever asked for it. Anyone holding it can cross-reference you between accounts that were never meant to be linked.
It is also fragile. SIM-swap attacks move your number to someone else’s device, and recycled numbers hand your old account to a stranger months later. A messenger that treats your number as your identity inherits every one of those failure modes.
How contact discovery works without a directory
The usual objection is practical: if there is no phone number, how do you find anyone? Most apps answer with a central directory, which is exactly the database you were trying to avoid - and a directory can be compelled to hand out the wrong key.
PrivaMesh publishes wallet-signed prekey bundles to an on-chain registry instead, so no server can hand out an impostor key for an account. What it does not yet do is help you check that the account is the person you wanted - there is no safety number to compare. Contacts are added by nickname or address, not by uploading your address book.
What you take on instead
Removing the phone number moves responsibility to you. There is no password reset, no support desk that can restore your account, and no recovery flow - because none of those can exist without someone holding your identity. Your seed phrase is the account, so it has to be written down and kept safe.
Forward secrecy adds a second consequence people are often surprised by: restoring your seed brings back your identity and contacts, never your message history. Ratchet state is device-local and is not part of what the phrase restores.
FAQ
Which messaging apps work without a phone number?
PrivaMesh, Session, SimpleX and Threema all work without a phone number. PrivaMesh goes furthest: your account is a BIP-39 seed phrase with no server-side account at all — no phone, no email.
Is a messaging app without a phone number safe?
Yes, and often safer — there is no phone number to tie your account to your identity, leak, or subpoena. Security depends on keeping your seed phrase safe, since it is the account.
Can I message anonymously without a phone number at all?
Yes. PrivaMesh generates a BIP-39 seed phrase on your device and derives a Solana keypair from it. There is no registration step, no SMS code and no email confirmation - nothing is sent anywhere to create the account.
What happens to my account if I lose my phone?
Your seed phrase restores your identity and contacts on a new device. It does not restore your chat history, because the ratchet state that could read it never leaves the original device.
Does removing the phone number make me anonymous?
It removes the strongest link between your messaging and your legal identity, which is a large part of it. It does not hide your IP from your network provider or protect you if you post identifying details yourself - anonymity is a practice, not just a setting.