⚠ This project is still a work in progress, use at your own risk ⚠
Easily send and receive files without signup or loss of privacy. Based on the wormhole-william implementation of the Magic Wormhole protocol. This application relies on a plugin that wraps the wormhole-william client with a Dart API. The plugin is implemented here.
Supported platforms
- Linux
- Windows
- OSX
- Android
- iOS
git clone --recurse-submodules git@github.com:LeastAuthority/destiny.git
- Go >= 1.12
- Flutter >= 2.10.1
- Android SDK for Android builds
Builds for magic-wormhole.io:
flutter build linux
flutter build apk
flutter build appbundle
flutter build macos
Builds for Least Authority servers:
flutter build linux lib/main_la.dart
Builds for local instances:
flutter build linux lib/main_local.dart
cd docker
docker-compose up -d
Known Issues: Flutter currently does not support x86 for android builds, so x86 emulators or devices are not supported.