Decentralized messenger AnChat drops phone number requirements

A new contender in the secure messaging landscape has emerged with the launch of AnChat Lite, an end-to-end encrypted messenger built on decentralized infrastructure. As detailed in a launch announcement on Hacker News, the project aims to solve the reliance on central servers that characterizes even the most privacy-focused applications currently on the market. By removing the need for phone numbers and utilizing wallet-based authentication, AnChat is positioning itself as a tool for users demanding absolute anonymity and infrastructure sovereignty.

The Move Beyond Centralization

The core differentiator for AnChat is its architectural rejection of the client-server model. Most messaging apps, including the industry standard Signal, route messages through central servers controlled by a single entity. While the content is encrypted, the infrastructure itself represents a central point of failure or potential control.

According to the developers, AnChat runs on the Orama Network, a distributed system of independent nodes. This setup is designed to ensure that no single entity controls the flow of information. The team explicitly noted that their backend avoids major cloud providers like AWS and Google Cloud Platform (GCP), opting instead for independent VPS nodes connected via a WireGuard mesh.

Key Technical Capabilities

AnChat introduces several technical features designed to harden privacy beyond simple content encryption:

  • Wallet-Based Authentication: Users do not provide a phone number, email address, or government ID. Identity is established via a crypto wallet, meaning zero personal identity data is collected during signup.
  • Metadata Shielding: The app utilizes the ANyONe Protocol, which employs onion routing. This obscures not just the content of the message, but the metadata: hiding who is communicating with whom.
  • Custom Infrastructure: The stack is built on a Go backend and uses Raft-based distributed SQL (RQLite) for consensus, ensuring the network remains operational without a central director.
  • Self-Operated DNS: The system manages its own domain name resolution, further decoupling it from centralized internet infrastructure.

Comparing the Privacy Landscape

The developers use the Hacker News announcement to draw sharp contrasts with existing alternatives. They point out that while Signal offers excellent encryption, it requires a phone number, a significant link to real-world identity, and relies on Signal’s own servers.

They also address Matrix, a popular open standard for decentralized communication. While Matrix is federated (allowing different servers to talk to each other), users generally still rely on a specific home server. AnChat’s approach is to distribute the infrastructure entirely, removing the concept of a “home server” that holds a user’s data.

Availability and Limitations

Currently, AnChat Lite is in a closed beta phase. It is available via TestFlight for iOS users and through Google Play or direct APK download for Android users.

However, the launch is not without significant caveats. The team acknowledged that the app is currently “beta quality” with a small user base. More importantly, they highlighted a major friction point: wallet-based onboarding. For users who are not “crypto-native,” managing a wallet for authentication is significantly more complex than receiving an SMS verification code. This trade-off between extreme privacy and user experience is often the stumbling block for decentralized tools trying to reach a mainstream audience.

This launch represents a growing trend of privacy tools seeking to decouple from Big Tech infrastructure entirely. While the friction of wallet authentication may limit early adoption to enthusiasts, the successful implementation of metadata shielding on a distributed network addresses one of the few remaining weaknesses in modern encrypted messaging.

Readers interested in testing the architecture can find the beta details in the original discussion.

Scroll to Top