Skip to content

Flutter GUI for transferring files using the magic wormhole protocol.

License

Notifications You must be signed in to change notification settings

sahamidzade/destiny

 
 

Repository files navigation

Destiny - Cross-platform Magic Wormhole graphical client

⚠ 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

Cloning

git clone --recurse-submodules git@github.com:LeastAuthority/destiny.git

Building

Dependencies

  • Go >= 1.12
  • Flutter >= 2.10.1
  • Android SDK for Android builds

Unsigned release 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

Starting the wormhole services locally

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.

About

Flutter GUI for transferring files using the magic wormhole protocol.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 71.1%
  • C++ 9.8%
  • CMake 6.6%
  • Kotlin 5.8%
  • Python 2.2%
  • HTML 1.4%
  • Other 3.1%