SimpleX
simplex.chatSimplex is gaining popularity as a secure and private messaging app renowned for its robust encryption protocol without user IDs or phone numbers and this improves your privacy. Simplex offers instant messaging, supports media attachments and voice and video calls. Additionally, it is cross-platform, open-source, and completely free, aligning with the modern user's preferences for convenience, security, and accessibility. Learn more about the Security Policy.
- Homepage: simplex.chat
- GitHub: github.com/simplex-chat/simplex-chat
- Privacy: raw.githubusercontent.com/simplex-chat/simplex-chat/stable/PRIVACY.md
- iOS App: apps.apple.com/us/app/simplex-chat-secure-messenger/id1605771084
- Android App: play.google.com/.../chat.simplex.app
- Subreddit: r/SimpleXChat
- Web info: web-check.xyz/check/simplex.chat
SimpleX Privacy Policy
Privacy Policy Summary
- The service is provided 'as is' and to be used at your sole risk
- The service provider makes no warranty regarding uninterrupted, timely, secure or error-free service
- This service is only available to users over a certain age
- Instead of asking directly, this Service will assume your consent to changes of terms merely from your usage.
- This service gives your personal data to third parties involved in its operation
- User-generated content is encrypted, and this service cannot decrypt it
- Your personal data is used for limited purposes
- Features of the website are made available under a free software license
- They may stop providing the service at any time
- The court of law governing the terms is in England and Wales
- This service assumes no liability for any losses or damages resulting from any matter relating to the service
- A free help desk is provided
- Information is provided about security practices
- Information is provided about what kind of information they collect
- Your personal data is not sold
- You agree to indemnify and hold the service harmless in case of a claim related to your use of the service
- There is a date of the last update of the agreements
- This service informs you that its Terms of Service does not apply to third party websites
- You have the right to leave this service at any time
Score
Documents
- Privacy PolicyCreated 17 Mar 23, Last modified 1 year ago
About the Data
This data is kindly provided by tosdr.org. Read full report at: #7638
SimpleX Source Code
Author
Description
SimpleX - the first messaging network operating without user identifiers of any kind - 100% private by design! iOS, Android and desktop apps 📱!
Homepage
https://simplex.chatLicense
AGPL-3.0
Created
21 Dec 19
Last Updated
12 Jul 26
Latest version
Primary Language
Haskell
Size
422,556 KB
Stars
18,483
Forks
1,241
Watchers
18,483
Language Usage
Star History
Top Contributors
-
@epoberezkin (3344)
-
@spaced4ndy (1456)
-
@avently (794)
-
@shumvgolove (162)
-
@diogofcunha (76)
-
@dpwiz (62)
-
@Narasimha-sc (53)
-
@IanRDavies (37)
-
@MSarmadQadeer (37)
-
@markaleksanderh (9)
-
@angerman (8)
-
@mlanp (6)
-
@another-simple-pixel (5)
-
@evgeny-simplex (4)
-
@space-d-n (4)
-
@andorsk (2)
-
@BarbossHack (2)
-
@grm34 (2)
-
@ishi-sama (2)
-
@7sunarni (1)
-
@alexjohnyoung (1)
-
@alexfmpe (1)
-
@Mikaela (1)
-
@dngray (1)
-
@ed-asriyan (1)
-
@UltiRequiem (1)
-
@Gara-Dorta (1)
-
@alshafei (1)
-
@Float-hu (1)
-
@gajus (1)
-
@henrialb (1)
-
@maltfield (1)
-
@asyncze (1)
-
@MichaelBitard (1)
-
@miltronius (1)
-
@a1akris (1)
-
@sethforprivacy (1)
-
@Stirlitz1337 (1)
-
@UnkwUsr (1)
-
@rkswqt (1)
-
@vsevolod-mineev (1)
-
@Pixelycia (1)
-
@a1lu (1)
-
@Arturro43 (1)
-
@byrd19 (1)
-
@friadev (1)
-
@qvsojBJGiEnR (1)
-
@sergeyshadok (1)
-
@solus-hq (1)
Recent Commits
-
sh (03 Jul 26)
scripts: match AGP zip alignment in android reproduce build (#7196) Release APKs are packaged by AGP (:android:assembleRelease), which zero-pads ZIP alignment. verify_apk re-aligned the rebuilt APK with repro-apk's --pad-like-apksigner (the 0xd935 extra-field scheme of standalone apksigner >= 35.0.0-rc1), so apksigcopier aborted with "APK Signing Block offset < central directory offset". Drop the flag so the padding matches AGP's output; the rebuilt APK then reproduces the published one byte-for-byte.
-
Evgeny (29 Jun 26)
readme: github-banner (#7172) * readme: github-banner * update readme
-
SimpleX Chat (22 Jun 26)
6.5.6: android 358, desktop 148, ios 337
-
Evgeny Poberezkin (21 Jun 26)
core: 6.5.6.1
-
Evgeny (21 Jun 26)
core: fix group link use after admin demotion (#7111) * Fix group link use after admin demotion * fix: group role change * size limit * fix * allow delete * do not remove link * query plan * relay test * refactor --------- Co-authored-by: Paul Bottinelli <[email protected]> Co-authored-by: Evgeny @ SimpleX Chat <[email protected]>
-
Evgeny Poberezkin (21 Jun 26)
6.5.6.0
-
Narasimha-sc (20 Jun 26)
desktop: fix in-app updater deleting the download before "Open file location" (#7104) * desktop: fix updater deleting the download before "Open file location" The in-app updater downloads to a temp UUID file via createTmpFileAndDelete, then relies on `file.renameTo(newFile)` to move the bytes to the asset name so they survive that helper's `finally { tmpFile.delete() }`. The rename's return value was ignored: if it failed, the bytes stayed at the UUID path and the finally block deleted the only copy, so the "Download completed" dialog appeared but "Open file location" opened an empty /tmp/simplex. Use Files.move with REPLACE_EXISTING instead. It performs the same in-place rename when possible (verified: inode preserved, no copy), falls back to copy+delete when an atomic rename isn't possible, and throws on genuine failure - which the existing outer catch handles - instead of silently losing the file. * docs: plan for updater open-file-location fix * docs: plan - note Whonix compatibility (updater previously failed there)
-
Evgeny (20 Jun 26)
core: block obfuscated simplex links if the group does not allow them (#7107) * core: block obfuscated simplex links if the group does not allow them * remove newlines * remove renames * name * more efficient parser * remove comment --------- Co-authored-by: Evgeny @ SimpleX Chat <[email protected]>
-
sh (20 Jun 26)
ci: clean simplexmq submodule source dir in windows lib build (#7099)
-
Narasimha-sc (19 Jun 26)
ios: open SimpleX links in chat messages via in-app connect flow (#7101) * ios: open SimpleX links in chat messages via in-app connect flow Tapping an inline SimpleX connection link in message text was dispatched through UIApplication.shared.open. iOS drops an open() of a URL owned by the same app while it is in the foreground (the simplex: scheme and the simplex.chat universal links both belong to this app), so the tap was ignored and never reached the connection flow. Web links (Safari) and mailto:/tel: (other apps) were unaffected, which is why only SimpleX links appeared dead. Route SimpleX links to ChatModel.appOpenUrl instead - the same sink onOpenURL feeds, leading to connectViaUrl/planAndConnect. This matches the connection-link card and the multiplatform clients, which connect in-process rather than via an OS round-trip. Also fixes the same problem for the "Send questions and ideas" and "connect to SimpleX Chat developers" buttons, which open simplexTeamURL (a simplex: link) the same broken way. * docs: plan - justify iOS in-app dispatch for SimpleX links in messages Root cause and justification for opening inline SimpleX links via the in-app connect flow instead of UIApplication.shared.open (undefined re-entry of the same foreground app for a self-owned simplex: URL).
-
sh (18 Jun 26)
ci: fix windows build (#7095) * ci: clean simplexmq submodule source dir on windows build * core: pin simplexmq 7.0.0.1
-
Evgeny (17 Jun 26)
ui: show badges in more contexts (#7084) * core: fix delivery cursor not advancing to maximum group member id for posgtgres (#7043) * ui: show badge in user picker above message entry * core: send badge with channel owner profile --------- Co-authored-by: spaced4ndy <[email protected]> Co-authored-by: Evgeny @ SimpleX Chat <[email protected]>
-
spaced4ndy (03 Jun 26)
core: fix delivery cursor not advancing to maximum group member id for posgtgres (#7043)
-
SimpleX Chat (17 Jun 26)
6.5.5: android 355, desktop 146, ios 335
-
Evgeny Poberezkin (16 Jun 26)
desktop: shorter "close to tray" setting
-
Evgeny Poberezkin (15 Jun 26)
core: 6.5.5.0 (simplexmq 6.5.4.0)
-
Evgeny (15 Jun 26)
core: supporter badges using anonymous BBS credentials (#7040) * core: supporter badges using anonymous BBS credentials * badges in profiles * badge in profiles * process badges * update simplexmq * update simplexmq * change types * fix migration * migration * update simplexmq * fix bot API, schema * fix postgresql build * refactor * postgresql schema * correctly set badges in all cases * badges ffi * plan, bot types * FFI * FFI: export badge symbols * add extra field * refactor badge types to GADT * configurable badge key * add badge to profile, test * ui: badge images * generate badge key and sign badge * badge sign in CLI * fix commands, ui * rename badges * Binary * image size, migration * update badge images, add public key * send badges in more cases * update UI, tests * bot types, schema * postgres schema * tone down badges * revert formula * refactor badges * smaller badges * badge position * better badge position * simpler * position * move position * update simplexmq * show badge after name * badge layout * fix badge * debug badge height * shift badge * fix badge in member name * bigger badge * badge layout * differentiate badge colors * more avatars for the user's profiles * refactor * remove color filter * alerts * multiple keys, old expired * use new BBS api * update badge keys, bot api * presentation header * simplify * parser * update iOS images * update public keys * query plans * update simplexmq * refactor badge types * simplexmq * bot api types * update simplexmq - commoncrypto flag * update simplexmq * pass commoncrypto flag to simplexmq in nix iOS build * ios ui * update core library, fixes * badge layout * badge size * badge gap * remove extensions * simplify * share badge in more events, reverify badge if verification failed * larger files with badges * allow sending larger files * simpler * update simplexmq * better decoder for badge keys * update simplexmq --------- Co-authored-by: Evgeny @ SimpleX Chat <[email protected]> Co-authored-by: shum <[email protected]>
-
Narasimha-sc (07 Jun 26)
android, desktop, ios: fix trailing dot in saved name for files without extension (#7016)
-
Evgeny (07 Jun 26)
core: support signature verification in p2p groups (forward compatibility) (#7058) * core: support signature verification in p2p groups (forward compatibility) * encoding * mirror encoding * comment --------- Co-authored-by: Evgeny @ SimpleX Chat <[email protected]>
-
Evgeny (06 Jun 26)
core: store context to pass configuration parameters (#7057) * core: store context to pass configuration parameters * fix directory * fix test * comment * order --------- Co-authored-by: Evgeny @ SimpleX Chat <[email protected]>
-
sh (04 Jun 26)
simplex-chat-nodejs: bump libraries (#7042)
-
SimpleX Chat (02 Jun 26)
6.5.4: android 353, desktop 145, ios 334
-
Evgeny (02 Jun 26)
ui: show channel web link (#7039) * ui: show channel web link * fix link --------- Co-authored-by: Evgeny @ SimpleX Chat <[email protected]>
-
Evgeny Poberezkin (02 Jun 26)
ios: update core library
-
Evgeny Poberezkin (01 Jun 26)
6.5.4.1
-
Evgeny (01 Jun 26)
core: rename field in protocol (#7038) * core: rename field in protocol * update bot apis --------- Co-authored-by: Evgeny @ SimpleX Chat <[email protected]>
-
Evgeny Poberezkin (01 Jun 26)
core: 6.5.4.0 (simplexmq 6.5.3.0)
-
Evgeny (01 Jun 26)
ui: translations (#7032) * Translated using Weblate (Hungarian) Currently translated at 100.0% (2392 of 2392 strings) Translation: SimpleX Chat/SimpleX Chat iOS Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/hu/ * Translated using Weblate (Arabic) Currently translated at 100.0% (2768 of 2768 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/ar/ * Translated using Weblate (Italian) Currently translated at 100.0% (2768 of 2768 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/it/ * Translated using Weblate (Italian) Currently translated at 100.0% (2392 of 2392 strings) Translation: SimpleX Chat/SimpleX Chat iOS Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/it/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2768 of 2768 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/hu/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2767 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/zh_Hans/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2767 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/hu/ * Translated using Weblate (Arabic) Currently translated at 100.0% (2767 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/ar/ * Translated using Weblate (Russian) Currently translated at 100.0% (2392 of 2392 strings) Translation: SimpleX Chat/SimpleX Chat iOS Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/ru/ * Translated using Weblate (Russian) Currently translated at 99.9% (2765 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/ru/ * Translated using Weblate (Russian) Currently translated at 99.9% (2765 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/ru/ * Translated using Weblate (Czech) Currently translated at 91.1% (2523 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/cs/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2392 of 2392 strings) Translation: SimpleX Chat/SimpleX Chat iOS Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/hu/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2767 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/hu/ * Translated using Weblate (Italian) Currently translated at 100.0% (2767 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/it/ * Translated using Weblate (German) Currently translated at 100.0% (2767 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/de/ * Translated using Weblate (German) Currently translated at 100.0% (2392 of 2392 strings) Translation: SimpleX Chat/SimpleX Chat iOS Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/de/ * Translated using Weblate (Czech) Currently translated at 94.6% (2619 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/cs/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2392 of 2392 strings) Translation: SimpleX Chat/SimpleX Chat iOS Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/hu/ * Translated using Weblate (Arabic) Currently translated at 100.0% (2768 of 2768 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/ar/ * Translated using Weblate (Italian) Currently translated at 100.0% (2768 of 2768 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/it/ * Translated using Weblate (Italian) Currently translated at 100.0% (2392 of 2392 strings) Translation: SimpleX Chat/SimpleX Chat iOS Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/it/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2768 of 2768 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/hu/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2767 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/zh_Hans/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2767 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/hu/ * Translated using Weblate (Arabic) Currently translated at 100.0% (2767 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/ar/ * Translated using Weblate (Russian) Currently translated at 100.0% (2392 of 2392 strings) Translation: SimpleX Chat/SimpleX Chat iOS Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/ru/ * Translated using Weblate (Russian) Currently translated at 99.9% (2765 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/ru/ * Translated using Weblate (Russian) Currently translated at 99.9% (2765 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/ru/ * Translated using Weblate (Czech) Currently translated at 91.1% (2523 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/cs/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2392 of 2392 strings) Translation: SimpleX Chat/SimpleX Chat iOS Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/hu/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2767 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/hu/ * Translated using Weblate (Italian) Currently translated at 100.0% (2767 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/it/ * Translated using Weblate (German) Currently translated at 100.0% (2767 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/de/ * Translated using Weblate (German) Currently translated at 100.0% (2392 of 2392 strings) Translation: SimpleX Chat/SimpleX Chat iOS Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/de/ * Translated using Weblate (Czech) Currently translated at 94.6% (2619 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/cs/ * Translated using Weblate (Spanish) Currently translated at 100.0% (2392 of 2392 strings) Translation: SimpleX Chat/SimpleX Chat iOS Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/es/ * Translated using Weblate (Spanish) Currently translated at 100.0% (2767 of 2767 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/es/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2392 of 2392 strings) Translation: SimpleX Chat/SimpleX Chat iOS Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/hu/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2768 of 2768 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/hu/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2783 of 2783 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/hu/ * Translated using Weblate (Italian) Currently translated at 100.0% (2783 of 2783 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/it/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2783 of 2783 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/zh_Hans/ * Translated using Weblate (German) Currently translated at 100.0% (2783 of 2783 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/de/ * Translated using Weblate (Arabic) Currently translated at 100.0% (2783 of 2783 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/ar/ * Translated using Weblate (Turkish) Currently translated at 89.6% (2145 of 2392 strings) Translation: SimpleX Chat/SimpleX Chat iOS Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/tr/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2783 of 2783 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/hu/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2392 of 2392 strings) Translation: SimpleX Chat/SimpleX Chat iOS Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/hu/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2793 of 2793 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/hu/ * Translated using Weblate (German) Currently translated at 100.0% (2392 of 2392 strings) Translation: SimpleX Chat/SimpleX Chat iOS Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/de/ * Translated using Weblate (German) Currently translated at 100.0% (2793 of 2793 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/de/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2793 of 2793 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/zh_Hans/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2795 of 2795 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/hu/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2795 of 2795 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/zh_Hans/ * Translated using Weblate (Italian) Currently translated at 100.0% (2795 of 2795 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/it/ * Translated using Weblate (German) Currently translated at 100.0% (2795 of 2795 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/de/ * Translated using Weblate (Arabic) Currently translated at 100.0% (2795 of 2795 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/ar/ * Translated using Weblate (Spanish) Currently translated at 100.0% (2795 of 2795 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/es/ * Translated using Weblate (Czech) Currently translated at 97.1% (2716 of 2795 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/cs/ * Translated using Weblate (Russian) Currently translated at 99.0% (2769 of 2795 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/ru/ * Translated using Weblate (Italian) Currently translated at 100.0% (2800 of 2800 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/it/ * Translated using Weblate (German) Currently translated at 100.0% (2800 of 2800 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/de/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2800 of 2800 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/zh_Hans/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2392 of 2392 strings) Translation: SimpleX Chat/SimpleX Chat iOS Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/hu/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2800 of 2800 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/hu/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2800 of 2800 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/hu/ * Translated using Weblate (Arabic) Currently translated at 100.0% (2800 of 2800 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/ar/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2800 of 2800 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/hu/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2392 of 2392 strings) Translation: SimpleX Chat/SimpleX Chat iOS Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/hu/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2392 of 2392 strings) Translation: SimpleX Chat/SimpleX Chat iOS Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/hu/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2800 of 2800 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/hu/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2392 of 2392 strings) Translation: SimpleX Chat/SimpleX Chat iOS Translate-URL: https://hosted.weblate.org/projects/simplex-chat/ios/hu/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (2800 of 2800 strings) Translation: SimpleX Chat/SimpleX Chat Android Translate-URL: https://hosted.weblate.org/projects/simplex-chat/android/hu/ * process localizations --------- Co-authored-by: summoner001 <[email protected]> Co-authored-by: jonnysemon <[email protected]> Co-authored-by: Random <[email protected]> Co-authored-by: 大王叫我来巡山 <[email protected]> Co-authored-by: Skyward Copied <[email protected]> Co-authored-by: slrslr <[email protected]> Co-authored-by: mlanp <[email protected]> Co-authored-by: zenobit <[email protected]> Co-authored-by: Isaac ALejandro Lopez <[email protected]> Co-authored-by: echoloji <[email protected]> Co-authored-by: No name <[email protected]> Co-authored-by: Андрей Абрамов <[email protected]> Co-authored-by: Ghost of Sparta <[email protected]>
-
Evgeny (31 May 26)
plan: web previews for channels (#7022) * plan: web previews for channels * types for recipient side to support channel web previews and domain names * fix * migrations * update schema and api types * update schema * rename migrations * core: check member role --------- Co-authored-by: Evgeny @ SimpleX Chat <[email protected]>
-
sh (30 May 26)
core, ui: split SimplexNameDomain out of SimplexNameInfo (#7024) * core, ui: split SimplexNameDomain out of SimplexNameInfo * core: bump simplexmq to b3f28948 (SimplexNameDomain split) * core: bump simplexmq to 4e2c9fc3 (StrEncoding split) * core: bump simplexmq to ee2ff402 (#1788 squash merge) * update sha256map.nix
SimpleX Website
Website
SimpleX Chat: private and secure messenger without any user IDs (not even random)
SimpleX Chat - a private and encrypted messenger without any user IDs (not even random ones)! Make a private connection via link / QR code to send messages and make calls.
Redirects
Does not redirect
Security Checks
All 65 security checks passed
Server Details
- IP Address 185.199.111.153
- Hostname cdn-185-199-111-153.github.com
- Location California, Pennsylvania, United States of America, NA
- ISP GitHub Inc.
- ASN AS54113
Associated Countries
-
BE -
US -
GB
Safety Score
Website marked as safe
100%
Blacklist Check
simplex.chat was found on 0 blacklists
- AntiSocial Blacklist
- Artists Against 419
- Badbitcoin
- Bambenek Consulting
- CERT Polska
- CoinBlockerLists
- CRDF
- CryptoScamDB
- EtherAddressLookup
- EtherScamDB
- Fake Website Buster
- MetaMask EthPhishing
- NABP Not Recommended Sites
- OpenPhish
- PetScams
- PhishFeed
- PhishFort
- Phishing.Database
- PhishStats
- PhishTank
- Phishunt
- RPiList Not Serious
- Scam.Directory
- SecureReload Phishing List
- Spam404
- StopGunScams
- Suspicious Hosting IP
- ThreatFox
- ThreatLog
- TweetFeed
- URLhaus
- ViriBack C2 Tracker
Website Preview
SimpleX Android App
APK Info
- App SimpleX
- Creation Date 17 May 24
- Last Updated 14 Jul 24
- Current Version 5.7.3
- Privacy Report View on Exodus →
De-Googled Compatibility
- GrapheneOS Native 3.9 / 4 (11)
- LineageOS microG 4.0 / 4 (4)
- CalyxOS microG 4.0 / 4 (3)
- iodeOS microG 4.0 / 4 (2)
Trackers
No trackers found
Permissions
- Access Network State
- Camera
- Foreground Service
- Internet
- Modify Audio Settings
- Post Notifications
- Receive Boot Completed
- Record Audio
- Request Ignore Battery Optimizations
- Use Biometric
- Use Fingerprint
- Use Full Screen Intent
- Vibrate
- Video Capture
- Wake Lock
- Write External Storage
- Dynamic Receiver Not Exported Permission
SimpleX iOS App
App Info
SimpleX Chat: secure messenger
SimpleX - the first messaging network without user identifiers of any kind (not even random numbers) - 100% private by design! Security assessments by Trail of Bits: 2022: https://simplex.chat/blog/20221108-simplex-chat-v4.2-security-audit-new-website.html 2024: https://simplex.chat/blog/20241014-simplex-network-v6-1-security-review-better-calls-user-experience.html SimpleX Chat features: - quantum resistant end-to-end encrypted messages, with editing, replies and deletion. - disappearing messages with opt-out per contact/group. - message reactions. - delivery receipts, with opt-out per contact or group. - multiple chat profiles, with hidden profiles. - app access and self-destruct passcodes. - incognito mode - unique to SimpleX Chat. - end-to-end encrypted images and files. - voice messages up to 5 minutes – also end-to-end encrypted. - "live" messages – they update for all recipients as you type them, every few seconds - unique to SimpleX Chat. - connect via one-time invitation links or via long-term public addresses. - secret chat groups - only group members know the group exists and who is the member. - end-to-end encrypted audio and video calls. - connection security code verification, for contacts and group members – to protect from man-in-the-middle attacks (e.g. invitation link substitution). - end-to-end encrypted push notifications (they contain only encrypted meta-data, not the actual content). - encrypted portable chat database - you can transfer your chat contacts and history to another device. - all local files and media are encrypted by default. - animated images and "stickers" (e.g., from GIF and PNG files and from 3rd party keyboards). SimpleX Chat advantages: - privacy of your identity, profile, contacts and metadata: unlike any other existing messaging platform, SimpleX uses no phone numbers or any other identifiers assigned to the users - not even random numbers. This protects the privacy of who you are communicating with, hiding it from SimpleX platform servers and from any observers. - complete protection against spam and abuse: as you have no identifier on SimpleX platform, you cannot be contacted unless you share a one-time invitation link or an optional temporary user address. - full ownership, control and security of your data: SimpleX stores all user data on client devices, the messages are only held temporarily on SimpleX relay servers until they are received. - decentralized proxied peer-to-peer network: you can use SimpleX Chat via your own relay servers and still communicate with people using pre-configured or any other SimpleX relay servers. - fully open-source code. You can connect to anybody you know via link or scan QR code (in the video call or in person) and start sending messages instantly - no emails, phone numbers or passwords needed. Your profile and contacts are only stored in the app on your device - relay servers do not have access to this information. All messages are end-to-end encrypted using open-source quantum resistant double-ratchet protocol; the messages are delivered via relay servers using open-source SimpleX Messaging Protocol. Please send us any questions via the app (connect to the team via the app settings!), email [email protected] or submit issues on GitHub (https://github.com/simplex-chat/simplex-chat/issues) Ream more about SimpleX Chat at https://simplex.chat Get source code in our GitHub repo: https://github.com/simplex-chat/simplex-chat Follow us on X/Twitter (@SimpleXChat), Reddit (r/SimpleXChat/) and Mastodon (https://mastodon.social/@simplex) for the latest updates.
Rating
Version Info
- Current Version 6.5.4
- Last Updated 04 Jun 26
- First Released 08 Mar 22
- Minimum iOS Version 15.0
- Device Models Supported 127
App Details
- IPA Size 161.59 Mb
- Price Free (USD)
- Age Advisory 12+
- Supported Languages 17
- Developer SimpleX Chat Ltd
- Bundle ID chat.simplex.app
Screenshots
SimpleX Reviews
More Encrypted Messaging
-
Matrix is a decentralized open network for secure communications, with E2E encryption with Olm and Megolm. Along with the Element client, it supports VOIP + video calling and IM + group chats. Note that homeservers can log IP addresses and metadata, and unrelayed 1:1 calls may reveal your IP to the other party.
-
Probably one of the most popular, secure private messaging apps that combines strong encryption (see Signal Protocol) with a simple UI and plenty of features. It's widely used across the world, and easy-to-use, functioning similar to WhatsApp - with instant messaging, read-receipts, support for media attachments and allows for high-quality voice and video calls. It's cross-platform, open-source and totally free. Signal is recommended by Edward Snowden, and is a perfect solution for most users.
-
XMPP, also known as Jabber, is an open standard for decentralized messaging that has been widely used for decades. It has actually been the basis upon which WhatsApp, Facebook's Chat and Google's Talk were built, but these companies (eventually) chose to remove the interoperability with other servers. Prominent XMPP clients support OMEMO end-to-end encryption, which is based on the Double Ratchet Algorithm that is used in Signal. For more hands-on information and to register an account you can visit JoinJabber.
About the Data: SimpleX
Change History
API
You can access SimpleX's data programmatically via our API. Simply make a GET request to:
https://api.awesome-privacy.xyz/v1/services/simplex The REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.
Share SimpleX
Help your friends compare Encrypted Messaging, and pick
privacy-respecting software and services.
Share SimpleX and Awesome Privacy with your network!