开源的快平台传输文件
LocalSend
LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network, without needing an internet connection.
Links: Homepage
About
LocalSend is a cross-platform app that enables secure communication between devices using a REST API and HTTPS encryption. Unlike other messaging apps that rely on external servers, LocalSend doesn’t require an internet connection or third-party servers, making it a fast and reliable solution for local communication.
Screenshots
Download
It is recommended to download the app either from an app store or from a package manager because the app does not have auto-update.
On Windows, the store version is not available anymore: https://github.com/localsend/localsend/issues/220
Windows | MacOS | Linux | Andoid | iOS | Fire OS |
---|---|---|---|---|---|
Windows Store | App Store | Flathub | Play Store | App Store | Amazon |
Winget | DMG Installer | AUR | F-Droid | ||
Scoop | AppImage | APK | |||
MSIX Installer | |||||
Portable ZIP |
How it Works
LocalSend uses a secure communication protocol that allows devices to communicate with each other using a REST API. All data is sent securely over HTTPS, and the TLS/SSL certificate is generated on the fly on each device, ensuring maximum security.
For more information on the LocalSend Protocol, see the documentation.
Getting Started
To get started with LocalSend, follow these steps:
- Install Flutter
- Clone the LocalSend repository
- Run
flutter pub get
to download dependencies - Run
flutter pub run build_runner build -d
to generate code - Run
flutter run
to start the app
Contributing
We welcome contributions from anyone who is interested in helping improve LocalSend. If you’d like to contribute, there are a few ways to get involved:
Translation
You can help translating this app to other languages!
- Fork this repository
- Choose one
- Add missing translations in existing languages: Only update
_missing_translations_<locale>.json
in assets/i18n - Fix existing translations: Update
strings_<locale>.i18n.json
in assets/i18n - Add new languages: Create a new file, see also: locale codes.
- Add missing translations in existing languages: Only update
- Optional: Re-run this app
- Make sure you have run this app once.
- Update translations via
flutter pub run slang
- Run app via
flutter run
- Open a pull request
Bug fixes and improvements
- Bug Fixes: If you find a bug, please create a pull request with a clear description of the issue and how to fix it.
- Improvements: Have an idea for how to improve LocalSend? Please create an issue first so we can discuss why the improvement is needed.
For more information, see the contributing guide.
Building
These commands are intended for maintainers only.
Android
Traditional APK
1 | flutter build apk |
AppBundle for Google Play
1 | flutter build appbundle |
iOS
1 | flutter build ipa |
MacOS
1 | flutter build macos |
Windows
Traditional
1 | flutter build windows |
Local MSIX App
1 | flutter pub run msix:create |
Store ready
1 | flutter pub run msix:create --store |
Linux
Traditional
1 | flutter build linux |
AppImage
1 | appimage-builder --recipe AppImageBuilder.yml |
Snap
Feel free to open a pull request. There is a snap
branch to play with.
如果上天不给你机会,那你就自己创造机会,杀出重围 .
再厉害的英雄也需要夫人的陪伴,所以我很爱我的夫人.
- 感谢你赐予我前进的力量