Skip to content

An open source cross-platform alternative to AirDrop

License

Notifications You must be signed in to change notification settings

vaginessa/localsend

 
 

Repository files navigation

LocalSend

ci

Links: Homepage | Play Store | F-Droid | App Store | Windows Store

About

Share files to nearby devices. Free, open source, cross-platform.

This app allows you to send files and messages over the local LAN network.

No internet required, no external servers needed.

Screenshots

screenshot1 screenshot2

Protocol

Devices communicate with each other using a REST API.

Everything is sent securely over HTTPS. The TLS/SSL certificate is generated on the fly on each device.

For more information: LocalSend Protocol v1

Run

After you have installed Flutter, then you can start this app by typing the following commands:

flutter pub get
flutter pub run build_runner build
flutter run

Build

These commands are mostly for the maintainers.

Please ensure that flutter pub run build_runner build has been run. Otherwise, files will be missing.

Android

Traditional APK

flutter build apk

AppBundle for Google Play

flutter build appbundle

iOS

flutter build ipa

MacOS

flutter build macos

Windows

Traditional

flutter build windows

Local MSIX App

flutter pub run msix:create

Store ready

flutter pub run msix:create --store

Linux

Traditional

flutter build linux

AppImage

appimage-builder --recipe AppImageBuilder.yml

Snap

Feel free to open a pull request. There is a snap branch to play with.

About

An open source cross-platform alternative to AirDrop

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Dart 80.2%
  • C++ 9.0%
  • CMake 7.2%
  • Swift 1.2%
  • Ruby 1.1%
  • HTML 0.7%
  • Other 0.6%