localsend / localsend
- суббота, 28 января 2023 г. в 00:37:09
An open source cross-platform alternative to AirDrop
Links: Homepage | Play Store | F-Droid | App Store | Windows Store
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.
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
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 runYou can help translating this app to other languages!
Checkout locale codes here.
strings_XXX.i18n.json)flutter pub run slangflutter runFor convenience, you can use this link: https://github.com/localsend/localsend/new/main/assets/i18n
Any bug fix is welcome! Please describe how and why your fix is needed in the PR.
This app is very simple and should stay that way.
Please create an issue first so we can discuss why this improvement is needed.
These commands are mostly for the maintainers.
Please ensure that flutter pub run build_runner build has been run. Otherwise, files will be missing.
Traditional APK
flutter build apkAppBundle for Google Play
flutter build appbundleflutter build ipaflutter build macosTraditional
flutter build windowsLocal MSIX App
flutter pub run msix:createStore ready
flutter pub run msix:create --storeTraditional
flutter build linuxAppImage
appimage-builder --recipe AppImageBuilder.ymlSnap
Feel free to open a pull request. There is a snap branch to play with.