unsubbed.co

Signal Android

Private messaging with state-of-the-art end-to-end encryption. No ads, no trackers, no kidding.

End-to-end encrypted messaging, honestly reviewed. No marketing fluff, just what you get when you switch away from WhatsApp.

TL;DR

  • What it is: Open-source (AGPL-3.0) messaging app for Android — think WhatsApp, but the company running the servers can’t read your messages, doesn’t sell ads, and is a nonprofit [1].
  • Who it’s for: Privacy-conscious individuals, journalists, activists, and anyone who noticed that WhatsApp’s parent company is Meta and found that unsettling [2][4].
  • Cost savings: WhatsApp is “free” the way broadcast TV is free — you pay with behavioral data. Signal collects your phone number and timestamps only. That’s it [1][4].
  • Key strength: The strongest encryption story of any mainstream messaging app. The Signal Protocol has been formally audited, independently verified, and is now the basis for WhatsApp’s own encryption — yet Signal goes further in what it refuses to collect [1][2].
  • Key weakness: Requires a phone number to register (no pseudonymous accounts), only 5 linked devices per account, no web client, and network effects work against you — it only works if the other person has it installed [3].
  • Self-hosting caveat: Signal Android is a client app, not a self-hosted server product. The server infrastructure is operated by the Signal Foundation. You can sideload the APK without Google Play, and a self-hostable server exists in the wild, but running your own Signal server is not an officially supported path and is extremely complex [1].

What is Signal Android

Signal is a messaging application that does one thing and does it seriously: private, end-to-end encrypted communication. Text messages, voice messages, photos, video, GIFs, files, group chats, voice calls, and video calls — all encrypted with the Signal Protocol before they leave your device, and decryptable only on the recipient’s device [1][2].

The GitHub repository at github.com/signalapp/signal-android holds the full Android client source at 28,503 stars. The license is AGPL-3.0, meaning anyone can read, fork, audit, and redistribute the code [merged profile]. The server-side infrastructure is run by Signal Messenger, LLC, a subsidiary of the Signal Foundation — a nonprofit incorporated in 2018 by Moxie Marlinspike (the cryptographer who designed the Signal Protocol) and Brian Acton, co-founder of WhatsApp, who donated $50 million to launch it [1].

The marketing headline is “Speak Freely.” That undersells it. The more precise pitch is: your messages are encrypted end-to-end, Signal’s servers see only metadata they’ve chosen to not collect, the code is auditable, the company is a nonprofit with no advertising business, and it cannot be acquired by a tech giant [1][website].

What’s different from WhatsApp, which also uses end-to-end encryption? Three things. First, Signal collects dramatically less metadata — their servers store your phone number, registration date, and the timestamp of your last connection. Not your contact list, not your group memberships, not your communication patterns [1]. WhatsApp, by contrast, collects device model, OS, battery status, IP address, usage patterns, and payments data — all flowing to Meta [4]. Second, the Signal client code is fully open source and independently auditable; WhatsApp is proprietary. Third, Signal is a nonprofit with no revenue model tied to your data; WhatsApp’s parent company’s entire business is targeted advertising.


Why people choose it over WhatsApp, Telegram, and iMessage

The comparisons land in roughly the same place across the reviews: Signal wins on encryption depth and metadata minimization, and loses on network reach and feature flexibility.

Versus WhatsApp. WhatsApp has 2+ billion users. Signal has tens of millions. The reason people switch anyway is metadata: even if WhatsApp’s messages are encrypted in transit, Meta knows who you talk to, how often, from where, and on what device [4]. Signal refuses to collect that graph. A 2016 court case against a Signal user produced essentially nothing — because there was nothing stored to hand over [1]. WhatsApp in a similar situation produces a rich behavioral profile.

The irony frequently noted in reviews: WhatsApp adopted the Signal Protocol for its encryption in 2016 [2]. So the encryption layer is similar. What’s not similar is the company running the servers and what they log around the edges of that encryption.

Versus Telegram. This is the comparison that trips people up. Telegram markets itself as a “secure messenger” but its regular chats are encrypted client-to-server, not end-to-end. Telegram’s servers can read your regular messages [3]. Only “Secret Chats” are end-to-end encrypted, and those don’t sync across devices, don’t support group chats, and most Telegram users never use them. Signal is end-to-end encrypted by default, for everything, every time [1][2]. Telegram wins on features — bots, channels, unlimited device logins, huge file sharing — but it is not a privacy-equivalent to Signal. The Android Central comparison states it plainly: Telegram offers “client-server/server-client” encryption for regular messages, which means Telegram holds the keys [3].

Versus iMessage. iMessage is end-to-end encrypted when messaging other Apple devices, and Apple’s privacy record is better than Meta’s. But it’s closed source, Apple-platform-only on the sender side, and falls back to unencrypted SMS when the recipient doesn’t have an iPhone. Signal doesn’t fall back — it only sends via Signal protocol, requiring both parties to have the app [2].

On the journalist/activist use case. Freedom of the Press Foundation’s guide to Signal [2] makes the clearest case for high-stakes users: the encryption design means the app can be subpoenaed and produce nothing useful; disappearing messages can be configured to self-destruct; safety numbers (verifiable fingerprints) let you confirm you’re talking to who you think you are. These aren’t features most people need. They’re also the reason Signal is the messenger recommended by cryptographers, security researchers, and every major digital rights organization.


Features

Based on the Signal website, documentation, and third-party reviews:

Core messaging:

  • End-to-end encrypted text, images, video, audio, GIFs, and files [1][website]
  • Voice messages with encryption [1]
  • Disappearing messages: configurable from 30 seconds to 4 weeks [2]
  • Note to Self — encrypted personal notes synced across devices
  • Message reactions, threaded replies

Calls:

  • End-to-end encrypted voice calls [1][website]
  • HD encrypted video calls [website]
  • Group video calls [website]
  • No long-distance charges — uses data connection only [website]

Groups:

  • Encrypted group chats [website]
  • Group voice and video calls
  • Admin controls, invite links

Privacy controls:

  • Note to Self encrypted personal storage
  • Screen lock and screen security (prevents screenshots) [2]
  • Safety numbers — verifiable fingerprints to confirm contact identity [2]
  • Note previews in notifications (can be disabled) [2]
  • Sealed sender — hides metadata about who sent a message even from Signal’s servers
  • Encrypted stickers [website]
  • Username support — allows sharing contact without revealing phone number (added in 2024)

Platform coverage:

  • Android (this review’s focus), iOS, macOS, Windows, Linux
  • Up to 5 linked devices per account; one phone at a time [3]
  • No web client [3]

What it doesn’t do:

  • No bots or channels
  • No public broadcasting
  • No unencrypted fallback to SMS
  • No third-party app integrations
  • No ads, no promoted content

Pricing: what you’re actually comparing

Signal is free. No subscription, no per-message fees, no premium tier. Development is funded by grants and donations [website].

The “pricing” comparison with WhatsApp isn’t about dollars — both apps are free to install. The cost is data:

SignalWhatsAppTelegram
PriceFreeFreeFree
Data collectedPhone number, registration date, last connectionDevice, contacts, usage, IP, payment data + morePhone number, contact list, IP, usage
Encryption defaultEnd-to-end, alwaysEnd-to-end (transport)Server-side (regular chats)
Server operatorSignal Foundation (nonprofit)Meta (ad business)Telegram (private company)
Open source clientYes (AGPL-3.0)NoPartial
AdsNoneNone (for now)None (for now)

The real cost of WhatsApp is behavioral data flowing into Meta’s advertising graph. Whether that cost feels acceptable depends on your threat model and how much you care that Facebook knows who you message and when [4].

Signal is funded by donations. Brian Acton’s initial $50 million grant covered years of operation; the foundation now accepts public donations at signal.org/donate [website]. This is not a company with investor pressure to monetize. It is structurally more like Wikipedia than WhatsApp.


Deployment reality check

This section looks different for Signal than for a typical self-hosted server tool.

Standard installation: Signal Android is on the Google Play Store and at signal.org/android/apk/ as a direct APK download [README]. The Play Store route is the path for most people and takes under two minutes. Registration requires a phone number for verification.

Sideloading (no Google Play): Signal publishes its APK directly, so you can install it without going through Google Play or relying on Google’s infrastructure. This is the closest thing to “self-hosting” the app itself — you control the binary on your device, and you can verify the APK signature independently. For users on GrapheneOS or CalyxOS, this is a common setup.

Running your own Signal server: Technically possible. The Signal server code has been published in the past, and the community has produced Signal forks (most notably Molly on Android) that can be configured differently. However, Signal Messenger does not officially support third-party server deployments. Their terms of service prohibit building alternative client apps that connect to their servers without permission. Running a truly independent Signal network means running your own server AND getting everyone you want to talk to onto that server — which eliminates interoperability with the broader Signal network. This is not a realistic path for most users.

The realistic alternative for true self-hosting: If full server ownership is the requirement, Signal is the wrong tool. Matrix/Element, XMPP, or Rocket.Chat are self-hosted alternatives that let you run the server infrastructure yourself.

Setup requirements for standard use:

  • Android phone with Play Store or ability to install APKs
  • A phone number (can be a VoIP number, though Signal increasingly restricts these)
  • Data connection (no SMS fees — works over WiFi)

What can go sideways:

  • The phone number requirement is a genuine limitation for pseudonymous use [1]
  • Signal has had occasional reliability issues and sending/receiving errors noted in reviews [1]
  • Username support is relatively new and not all contacts will know to use it
  • Five-device limit becomes a constraint for users with multiple phones or tablets [3]
  • No web client means no access from a browser — if your phone dies, you wait [3]

Pros and cons

Pros

  • Best-in-class encryption. The Signal Protocol has been formally audited (2016), found cryptographically sound, and adopted by WhatsApp as the basis for its own encryption [1][2]. Signal just does more with it — better metadata minimization, sealed sender, forward secrecy on every message.
  • Radical data minimization. Servers store phone number, join timestamp, last seen timestamp. No contact list. No graph. No message content. Confirmed by their published transparency reports and a 2016 subpoena that produced nothing useful [1].
  • Fully open source, AGPL-3.0. Client code is on GitHub at 28,503 stars [merged profile]. Anyone can audit it. Independent security researchers regularly do.
  • Nonprofit structure. No ad business. No investor pressure to monetize. Cannot be acquired by a tech company [website][1].
  • Disappearing messages. Configurable per conversation from 30 seconds to 4 weeks. Forces message hygiene by default if set [2].
  • Cross-platform. Android, iOS, macOS, Windows, Linux [1]. One account, up to 5 devices.
  • Username support. You can share a username instead of a phone number, adding a layer of identity separation [added 2024].
  • Free, forever. No pricing tiers, no task limits, no storage limits tied to a subscription.
  • Safety numbers. You can verify you’re talking to exactly who you think you are using verifiable fingerprints or QR codes [2].

Cons

  • Phone number required. Registration requires a real phone number for verification. VoIP numbers are increasingly restricted [1]. This is the biggest limitation for pseudonymous use.
  • Network effects. Signal is only useful if the people you want to talk to are also on Signal. In most contexts, that’s a meaningful adoption barrier.
  • No web client. If your phone is dead, you can’t access Signal from a browser [3]. WhatsApp and Telegram both offer web access.
  • 5-device limit, 1 phone at a time. Workable for most people, annoying if you carry two phones [3].
  • Not a true self-hosted server product. You’re trusting Signal Foundation’s servers. The E2E encryption means they can’t read content, but you’re not running the infrastructure [1].
  • Occasional reliability issues. At least one review notes periodic sending/receiving problems [1]. Not chronic, but Signal is not flawless.
  • No bots, channels, or integrations. If you want Telegram-style public channels or bot automation, Signal doesn’t have it.
  • Username support is still rough. The feature exists but discovery isn’t seamless — you can’t yet easily search for someone by username the way you can on Telegram.
  • Heavy AGPL license. AGPL-3.0 means any modifications you distribute must also be open sourced. For companies wanting to embed Signal tech in a proprietary product, this is a real constraint.

Who should use this / who shouldn’t

Use Signal if:

  • You want the best available mainstream encryption for everyday communication and you’re willing to ask your contacts to install one app.
  • You’re a journalist, activist, lawyer, or anyone whose communications could be targets of surveillance or legal discovery.
  • You’ve noticed WhatsApp is owned by Meta and that bothers you.
  • You value a nonprofit, ad-free messenger that can structurally never sell your data.
  • You’re fine with a phone number as your identity anchor and don’t need pseudonymous accounts.

Skip it (use Element/Matrix instead) if:

  • You need true server sovereignty — running the encryption infrastructure yourself, not just the client.
  • You’re building a team communication system that needs federation, bridges to Slack/Discord, or custom bots.
  • Your threat model includes the Signal Foundation itself.

Skip it (stay on WhatsApp) if:

  • Everyone you need to communicate with is on WhatsApp and you can’t get them to install another app. A secure messaging app nobody uses is less useful than an insecure one everyone does.
  • You depend on WhatsApp’s business features (catalogs, broadcast lists, customer messaging integrations).

Skip it (use Telegram) if:

  • You need public channels, large groups (200K members), bots, or a web client.
  • You understand that Telegram’s regular chats aren’t end-to-end encrypted and you’re fine with that trade-off for features.

Alternatives worth considering

From the alternatives data and comparison reviews:

  • Telegram — the obvious everyday alternative. Larger groups, bots, channels, web client, no E2E by default on regular chats [3]. Better feature set, weaker privacy story.
  • WhatsApp — the incumbent. 2B+ users, E2E encryption using Signal Protocol, but Meta owns it and the metadata collection is substantial [4]. Familiar, ubiquitous, and surveillable at the edges.
  • Element (Matrix) — the self-hoster’s choice. You run the server (Synapse or Dendrite), own your data entirely, support federation across Matrix servers. Harder to set up, smaller user base, better for sovereignty. This is what Signal isn’t.
  • Briar — truly peer-to-peer, works without servers over Bluetooth, WiFi, or Tor. Designed for high-censorship environments. Not a daily driver for most people.
  • Threema — paid app (~€4 one-time), doesn’t require a phone number, servers in Switzerland. Good alternative for pseudonymous accounts, smaller network.
  • Jitsi — open source, relevant for encrypted video calls specifically [5]. Not a messaging replacement.
  • Session — a Signal fork that removed the phone number requirement and moved to a decentralized network. Smaller network, less audited, but addresses Signal’s pseudonymity gap.

For a non-technical founder or individual escaping WhatsApp’s data practices, the realistic shortlist is Signal vs Telegram. Pick Signal if privacy is the primary goal. Pick Telegram if features and network reach matter more.


Bottom line

Signal is not the right answer if your goal is to own the server infrastructure — for that, run Matrix. But Signal is the right answer for the vast majority of people who want to stop feeding their conversation graph into Meta’s advertising machine without giving up the usability of a mainstream messaging app. The encryption is the most serious in the consumer space, the data minimization is radical and verifiable through both published policies and legal precedent, and the nonprofit structure means there is no mechanism by which Signal ever becomes a data business. The trade-offs are real: you need a phone number to sign up, your contacts also need the app, and you’re trusting Signal Foundation’s servers even if those servers can’t read your messages. For high-stakes users — journalists, lawyers, founders dealing with sensitive negotiations — those trade-offs are obviously worth it. For everyone else: the WhatsApp alternative costs zero dollars and takes five minutes to install. The main cost is convincing your group chats to switch.


Sources

  1. Bill Mann, Cyber Insider“Signal Review 2026: Secure Messenger (Pros and Cons)” (February 26, 2026). https://cyberinsider.com/secure-encrypted-messaging-apps/signal/
  2. Dr. Martin Shelton, Freedom of the Press Foundation“Signal, the secure messaging app: A guide for beginners” (Published June 29, 2023; Updated Feb. 13, 2026). https://freedom.press/digisec/blog/signal-beginners/
  3. Android Central“Telegram vs. Signal vs. WhatsApp: Which is best for you?” https://www.androidcentral.com/telegram-vs-signal-vs-whatsapp
  4. TechLatest“Signal vs WhatsApp: A Better Alternative?” https://tech-latest.com/signal-vs-whatsapp/
  5. AppMus“37 Best Alternatives to Signal (2026)” https://appmus.com/alternatives-to/signal-private-messenger

Primary sources:

Features

Mobile & Desktop

  • Mobile App