mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 09:28:41 +00:00
twonly, a privacy-friendly way to connect with friends through secure, spontaneous image sharing.
| android | ||
| assets | ||
| dependencies | ||
| docs | ||
| ios | ||
| lib | ||
| scripts | ||
| test | ||
| .gitignore | ||
| .gitmodules | ||
| analysis_options.yaml | ||
| build.yaml | ||
| firebase.json | ||
| l10n.yaml | ||
| LICENSE | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
twonly
This repository contains the complete source code of the twonly apps.
Features
- Offer a Snapchat™ like experience
- End-to-End encryption using the Signal Protocol
- No email or phone number required to register
- Privacy friendly - Everything is stored on the device
In work
- For Android: Using UnifiedPush instead of FCM
- For Android: Reproducible Builds + Publishing on Github/F-Droid
- Implementing Sealed Sender to minimize metadata
- Maybe: Switching from the Signal Protocol to MLS.
Security Issues
If you discover a security issue in twonly, please adhere to the coordinated vulnerability disclosure model. Please send us your report to security@twonly.eu. We also offer for critical security issues a small bug bounties, but we can not guarantee a bounty currently :/
Development
Setup Instructions (macOS)
Building
Some dependencies are downloaded directly from the source as there are some new changes which are not yet published on pub.dev or because they require some special installation.
flutter_secure_storage: We need the 10.0.0-beta version, but this version has some issues which are fixed but not yet published:
git submodule update --init --recursive
cd dependencies/flutter_zxing
git submodule update --init --recursive
./scripts/update_ios_macos_src.s
Debugging files
run-as eu.twonly.testing ls /data/user/0/eu.twonly.testing/
License
This project is licensed under the GNU AGPL 3.0 license.
