this post was submitted on 16 Jun 2026
10 points (100.0% liked)

Android Apps

2668 readers
1 users here now

Welcome to the !androidapps Community!

We're thrilled to have you here and be part of our vibrant community centered around Android apps. To ensure a positive and valuable experience for everyone, we kindly ask you to adhere to the following community guidelines:

  1. Be Respectful: Treat fellow community members with respect and kindness. We encourage constructive discussions and discourage personal attacks, harassment, or any form of offensive behavior.

  2. Stay on Topic: Keep the discussions focused on Android apps and related topics. Avoid veering off into unrelated discussions or spamming the community with irrelevant content.

  3. Quality Contributions: Share valuable insights, tips, and recommendations related to Android apps. Provide helpful feedback and support to other users. Engage in meaningful discussions that contribute to the community's knowledge base.

  4. Mindful Self-Promotion: While we welcome developers to share their apps and updates, we ask that you do so in a balanced and considerate manner. Excessive self-promotion or spamming is not allowed. Instead, focus on providing value and engaging with the community.

  5. Follow Appropriate Guidelines: Ensure your posts and comments comply with the platform's terms of service, as well as local laws and regulations. Refrain from sharing content that is illegal, harmful, or violates intellectual property rights.

  6. Be Transparent: If you're a developer promoting your own app, clearly disclose your affiliation to maintain transparency within the community. This fosters trust and authenticity.

  7. Report Inappropriate Content: If you come across any content that violates these guidelines or seems inappropriate, please report it to the moderator for review and appropriate action.

Remember, the !androidapps community thrives on collaboration and mutual support. Let's work together to create a positive environment where we can all learn, grow, and discover amazing Android apps!

founded 3 years ago
MODERATORS
 

I have been working on an Android App quite a while now, starting from a simple idea.

A messenger where messages travel directly between phones with no servers in between. Using direct WebRTC encrypted connections (SRTP/DTLS), there are no servers that stores, reads, or relays content. Group chats use a gossip protocol where members relay to other members.

The only infrastructure the app touches is a signalling relay to set up the connection (no message content), a push notification to wake up a sleeping phone (also no content), and a TURN relay for restricted networks (encrypted packets only).

I wrote a detailed white paper explaining the full architecture on my landing page:

www.mindtheclub.com

The app is in Free Open Testing on Google Play (1,000 tester cap):

https://play.google.com/store/apps/details?id=com.bolimot.mindtheclub

I’m interested in this community’s perspective on whether the architecture holds up, and in finding a group of users willing to stress test the App.

top 3 comments
sorted by: hot top controversial new old
[–] CorrectAlias@piefed.blahaj.zone 7 points 3 days ago* (last edited 2 days ago)

Is there a difference between this and Briar? Also, I wouldn't use anything like this that isn't open source.

[–] cows_are_underrated@feddit.org 2 points 2 days ago (1 children)

Will the app become Open Source?

[–] GradleSurvivor@lemmy.ml 3 points 2 days ago

It's already open source, you can find the link to GitHub on the landing page