deft/notes/simplex_chat.org

16 lines
622 B
Org Mode
Raw Permalink Normal View History

2022-01-02 15:42:16 +00:00
:PROPERTIES:
:ID: 5a711803-6a92-40e3-817d-40f564ac5cf8
:END:
#+TITLE: SimpleX Chat
#+Author: Yann Esposito
#+Date: [2022-01-02]
2022-01-02 15:53:43 +00:00
- tags :: [[id:2351f4cb-85a3-45ca-9bb5-f13a559afcfe][security]] [[id:fb32a68e-b32c-4ce5-9c6a-cc141a122708][chat]] [[id:80630a59-70f2-435b-967b-abb162324be8][encryption]]
2022-01-02 15:42:16 +00:00
- source :: https://www.reddit.com/r/opensource/comments/rc0x8m/simplex_chat_the_first_chat_platform_that_is_100/
https://github.com/simplex-chat/simplex-chat
2022-01-02 15:53:43 +00:00
Interesting, done in Haskell, actively built.
Looks really promising, low resource + e2ee + private group.
Could be a very good matrix alternative.