A privacy focused social media based on MATRIX
The goal of PIAF is to create an alternative social media focused on privacy. We believe that privacy is a fundamental right and that when you share something, no third party should be able to see your posts or edit them. That's why PIAF supports E2EE (not by default yet) to protect your posts and is decentralized to be able to choose where your data is stored.
We chose MATRIX because it's the best protocol for supporting decentralized, E2EE communication and because it's Open Source !!
- Simplicity
- Privacy : E2EE using Olm
- No analytics
- Post and see what your friends are saying
- Create groups
- Find your friends
- Chat : supports chats
- Not for profit
- E2EE
- Filter and sort your feed as you want
- P2P
- Try and tell us what you think
- Spread the world 🎉
- Code
- Translate (will come later)
Make sure to run
./scripts/before_commit.sh
- Account creation
- Display account feed
- Send posts
- Send/Display images
- Adding and removing friends (partial)
- Implement sorting algorithm by date
- By date
- E2EE: Device verification
- Implement E2E (device verification working)
- Events and groups (pages) (in progress)
- Sorting : Custom one (we could use some federate learning tech here)
Find our documentation in our doc
WIP 🙃
flutter packages pub run build_runner build
flutter build linux
We use the fameldy library for that https://gitlab.com/famedly/libraries/dart-olm
- libsqlite3
From https://pub.dev/packages/flutter_secure_storage :
- libsecret
- libjsoncpp
sudo apt install libolm3 libsecret-1-dev libjsoncpp-dev libwebkit2gtk-4.1-dev libmpv-dev libssl-dev libsqlite3-0 libsqlite3-dev webkit2gtk-4.1