Skip to content
📱

Social apps for Android

581 apps

Social apps on Android are distributed the same way everything else is: through the Play Store, through developers' own release pages, and through a long tail of mirrors that may or may not be handing you what they claim. This page collects the social apps we have been able to trace back to a named publisher, with the official store link first wherever one exists.

The useful question before installing any social app is not whether the app is popular, it is whether the copy in front of you is the one the developer built. Start from the official listing if there is one. If you are installing an APK instead, check that the SHA-256 hash matches what the publisher published, and check the signing certificate fingerprint against earlier releases of the same app. Then read the permission list and ask whether each entry has an obvious reason to exist given what the app actually does.

Everything below has been traced to a publisher we can name. Where the app is on an official storefront, that link sits at the top of the listing and we do not try to outrank it — the store copy has the shortest chain of custody available. Where we host or mirror a build instead, the listing carries its SHA-256 hash, the signing certificate fingerprint, the version code, and the full permission list, so the file can be checked before it is installed rather than trusted after.

i2pd

PurpleI2P

v2.60.020.3 MBAndroid API 16+

searxist

Linerly

v2026.04.303.9 MBAndroid 5.0+

EasySync

Samuel CHEMLA

v1.253.2 MBAndroid 10+

Sidestep

blankdotdev

v1.2.52.4 MBAndroid 7.0+

Inbox Pager

F-Droid

v9.118.6 MBAndroid 6.0+

PeerTube

Framasoft

v2.1.447.4 MBAndroid 7.0+

Primitive FTPd

F-Droid

v8.110.7 MBAndroid 8.0+

Sunup

UnifiedPush, S1m

v1.3.22.3 MBAndroid 7.0+

PixelDroid

PixelDroid team

v1.0.beta4227.4 MBAndroid 7.0+

FTPClient

qwerty287

v3.0.110 MBAndroid 6.0+

Readeck App

Jens Dürr

v0.11.03.7 MBAndroid 7.0+

NFC Archiver

mezinster

v1.0.1222.7 MBAndroid 5.0+

Nextcloud News

Nextcloud GmbH

v0.9.9.953.9 MBAndroid 5.0+

LinxShare

F-Droid

v1.66612.1 MBAndroid 6.0+

Jerboa for Lemmy

F-Droid

v0.0.87-fdroid6.1 MBAndroid 8.0+

Perfice

Perfice

v0.0.199.4 MBAndroid 8.0+

JMP SIM Manager

F-Droid

vjmp-v1.6.212.3 MBAndroid 9.0+

iyox Wormhole

Xaver Oswald

v0.2.813.2 MBAndroid 5.0+

URLCheck

TrianguloY

v3.51.1 MBAndroid API 19+

EasySSHFS

Sergey Bobrenok

v0.5.178.7 MBAndroid 5.0+

AVNC

Gaurav Ujjwal

v3.2.26.7 MBAndroid 5.0+

DumDum

Project Mandarin

v1.1.539.8 MBAndroid 5.0+

OpenContacts

Sultanahamer

v32.04.3 MBAndroid API 16+

Cheogram

Soprani.ca

v2.19.0-5+free35.9 MBAndroid 6.0+

SimpleEmail

F-Droid

v1.5.42.7 MBAndroid 5.0+

Page 6 of 17

Before you install social apps

Is it safe to install social apps from an APK file?

The common failure is a repackaged build: a real social app, rebuilt by someone else with an addition you did not agree to, published under the same name and icon. It cannot be spotted by looking at it, because it is the real app plus something. It can be spotted by the signing certificate, because the attacker does not have the publisher's private key.

Which permissions should a social app actually need?

There is no single correct list for social apps — it depends on what the app does. The test that travels well is whether you can explain each permission from the feature list alone. If an app requests contacts, SMS, call logs, or accessibility services and you cannot point to the feature that needs them, that gap is the finding. Permissions that arrive in an update, for features you never asked for, deserve the same scrutiny.

How do I check a social APK is genuine before I install it?

Two checks, both on the listing page. Hash the file you downloaded with SHA-256 and compare it to the hash we published — if one byte differs, the whole hash differs. Then compare the signing certificate fingerprint to the publisher's earlier releases. Android enforces that match itself: it will refuse an update signed with a different key than the version already installed, which is why a matching fingerprint is meaningful evidence and a matching version number is not.

Other categories