Anonymous Chats Using SimpleX

Sicherheit & Anonymität
von identified · 1 Beiträge
OP · 2026-02-03 20:02 #95709

In this tutorial we're going to see how to setup a chat application for Anonymous use. This is especially important in a world where mass-surveillance is nearly-omnipresent. It has become the end users responsibility to uphold their privacy and anonymity while communicating online. Choosing the most appropriate chat application ​ In order to choose the most appropriate messaging app for our intended use (Anonymity), we have the following requirements: Privacy: The application must be free and open source (FOSS) The application must have End to End Encryption by default (E2EE) The application must allow us to run and use our own servers (Decentralization) Anonymity: The application must support Tor .onion servers out of the box The application must allow you to chat without requiring any information (no emails, no usernames, no phone numbers) The application must have the ability for us to join chatrooms without revealing our identity (Incognito Mode) Deniability: The application must have disappearing messages (Deniability) You'd be surprised to see that as of right now there is only SimpleX that actually fits all of these criteria. therefore that's what we'll use for Anonymous chats. Mobile OPSEC Recommendations: ​ Hardware : Google Pixel Phone Host OS: GrapheneOS Graphene Profile: Anonymous Use Applications: Orbot and SimpleX Desktop OPSEC Recommendations: ​ Hardware : (Personal Computer / Laptop) Host OS: Linux Hypervisor: libvirtd QEMU/KVM Virtual Machine: Linux or Whonix or Tails Application: Tor (if not on Whonix or Tails), and SimpleX We will be going through how to set up your own SimpleX server through Tor, and how to configure your Android client to route your traffic through it. How to Set Up Anonymous Chats ​ Step 1. Option A: GNU/Linux ​ First, update your package list and install Tor by running the following commands in your terminal: Once installed, start the Tor service: Next you'll need to download SimpleX AppImage which can be found here on SimpleX website . Open a terminal in the directory of your downloaded AppImage. Make the AppImage executable, then launch it: Step 1. Option B: Android ​ Download and install the Orbot .apk from the GitHub repository . Open Orbot, and in the bottom-right corner, tap on More , tap on Orbot Settings , then General to enter the settings. In the settings menu, scroll down and enable the Power User Mode . After enabling Power User Mode, go back to the More section and press Choose apps and select SimpleX in the list. Go back to Connect in the bottom navigation menu and press Connect . Download and install SimpleX using F-Droid Step 2. ​ Navigate through the setup process, select your username, and press Create. Once you've created your profile, open the menu on the bottom left and open Settings > Network and servers and activate SOCKS Proxy. Press SOCKS proxy settings and set your port to 9050, then save. You have now successfully configured SimpleX to use Tor! ​ How to Join Chatrooms in Incognito mode ​ If you have received an invite to a SimpleX chatroom, you can join it by pressing the input field at the bottom of the screen labeled Search or paste SimpleX link . Paste your invite link into the input field and press Enter . You will be met with a window asking whether you'd like to connect using your current profile or using an Incognito profile. Select Use new incognito profile . This is because we don't want to reveal what our simplex username is, we just want to join the chatroom using a random username that is not tied to our identity. And there as you can see, everyone that joins in in incognito gets a random pseudonym with the format "Random Adjective Random Word" effectively helping the users maintain their anonymity while in the chat. Conclusion ​ By following this tutorial, you've set up a secure, anonymous chat system using SimpleX and Tor. You've learned how to install Orbot, joined incognito chatrooms anonymously. This setup ensures that your private conversations remain secure and untraceable. What You've Accomplished ​ Installed Orbot and routed traffic through the Tor network. joined anonymous chatrooms in incognito mode.