LocalSend v1.18.0

LocalSend v1.18.0

LocalSend is A Fast and Private AirDrop Alternative for Every Platform. Install LocalSend on the devices you want to connect, open the application, select a nearby device, and send the files.
(4.9)

Developer

Tien Do Nam

Category

Utilities

Operating System

Windows / macOS / Linux / Android

Date Published

Wed Aug 12 2026

Review LocalSend v1.18.0

LocalSend is an open source file sharing application that makes it easy to transfer files and messages between nearby devices over a local network. It works across Windows, macOS, Linux, Android, and iOS, making it an excellent alternative to AirDrop and other platform-specific sharing tools.

Its biggest advantage is simplicity. There are no accounts, cloud uploads, or third-party servers involved. Install LocalSend on the devices you want to connect, open the application, select a nearby device, and send the files.

Moving files between different operating systems can be surprisingly inconvenient. AirDrop works extremely well inside Apple's ecosystem, while other platforms have their own solutions. Problems start when you need to move a file from Android to Windows, Linux to iPhone, or macOS to Android.

LocalSend solves this with a cross-platform approach. Devices communicate directly over the local network, so files do not need to travel through the internet or a cloud storage service.

The project is open source and released under the Apache-2.0 license, giving users and developers access to the source code.

Key Features

Cross-Platform File Sharing

LocalSend supports Windows, macOS, Linux, Android, and iOS. Fire OS is also listed among its supported platforms.

This makes it particularly useful in households and workplaces where people use different operating systems.

You can transfer files between combinations such as Android and Windows, iPhone and Linux, or Mac and Android without needing separate applications for each pair of platforms.

No Internet Required

LocalSend operates over your local network.

The devices communicate directly rather than uploading files to a remote server. This means you can continue transferring files even when the internet connection is unavailable, as long as the devices can communicate over the same local network.

This is also useful when transferring large files because the data does not have to make a round trip through a cloud service.

Secure Transfers

LocalSend uses HTTPS encryption for communication between devices. Its protocol uses certificates generated locally on each device to secure the connection.

This provides an important layer of protection when transferring personal documents, photographs, videos, or other files over a local network.

No Account or Server

There is no requirement to create an account or maintain a LocalSend cloud service.

The project specifically avoids the server-based model used by many file-sharing services. This keeps the architecture simple while also reducing privacy concerns.

Files and Messages

LocalSend is not limited to traditional file transfers. It can also send text and messages between nearby devices.

This can be useful when you need to quickly move a URL, piece of text, or small piece of information from one device to another.

Fast Local Transfers

Because transfers happen over the local network, performance is primarily limited by the network and devices involved rather than an external service.

On a fast Wi-Fi network, large files can be transferred considerably faster than uploading them to cloud storage and downloading them again. The official project describes transfers as operating at the maximum speed supported by the local Wi-Fi network.

Simple Device Discovery

LocalSend is designed around a straightforward workflow. Once the applications are running on the relevant devices, nearby devices can be discovered without requiring users to manually configure a remote server or account.

This is one of the reasons the application feels closer to AirDrop than to conventional network file-sharing software.

Download LocalSend v1.18.0 - Software Mirrors

LocalSend v1.18.0 for Windows

LocalSend-CLI-1.18.0-windows-x86-64.exe | 9.27 MB

LocalSend-CLI-1.18.0-windows-arm-64.exe | 7.96 MB

LocalSend-1.18.0-windows-x86-64.zip | 24.61 MB

LocalSend-1.18.0-windows-arm-64.zip | 23 MB

LocalSend v1.18.0 for macOS

LocalSend-CLI-1.18.0-macos-x86-64.tar.gz | 4.2 MB

LocalSend-CLI-1.18.0-macos-arm-64.tar.gz | 3.9 MB

LocalSend-1.18.0.dmg | 50.06 MB

LocalSend v1.18.0 for Linux

LocalSend-CLI-1.18.0-linux-x86-64.tar.gz | 4.55 MB

LocalSend-CLI-1.18.0-linux-arm-64.tar.gz | 4.41 MB

LocalSend-1.18.0-linux-x86-64.tar.gz | 30.43 MB

LocalSend-1.18.0-linux-x86-64.deb | 23.44 MB

LocalSend-1.18.0-linux-x86-64.AppImage | 63.32 MB

LocalSend-1.18.0-linux-arm-64.tar.gz | 30.77 MB

LocalSend-1.18.0-linux-arm-64.deb | 23.41 MB

LocalSend v1.18.0 for Android

LocalSend-1.18.1-android-x64.apk | 46.57 MB

LocalSend-1.18.1-android-google-play.apk | 121.98 MB

LocalSend-1.18.1-android-arm64v8.apk | 44.31 MB

LocalSend-1.18.1-android-arm32v7.apk | 37.39 MB

LocalSend-1.18.0-android-x64.apk | 46.38 MB

LocalSend-1.18.0-android-google-play.apk | 121.47 MB

LocalSend-1.18.0-android-arm64v8.apk | 44.13 MB

LocalSend-1.18.0-android-arm32v7.apk | 37.23 MB

LocalSend v1.18.0 Source Code

LocalSend v1.18.0 Source code (zip)

LocalSend v1.18.0 Source code (tar.gz)

LocalSend v1.18.0 Release Notes:

This release is also the first release of the CLI. It uses the same Rust library as the Flutter app. The Rust rewrite of the core networking and file I/O logic is complete. You should notice that in improved transfer speeds. Please note that the Windows EXE installer is not published (#3270). It will be added in a few days (hopefully).

Summary

  • feat(cli): initial CLI release

  • feat: receive via link

  • feat: custom color theme via color picker

  • feat: ipv6 support

  • feat: checksum support (enabled by default)

  • feat: automatically accept files by favorite devices by default

  • feat: use decimal units for file sizes (1 GB = 1000 MB) to match macOS, iOS, Android, and Linux

  • feat: enable starting text share via command line using --text or -t flags (@guilhermetiscoski)

  • feat: improve remaining time formatting for long transfers (@ShlomoCode)

  • feat: change duplicate file naming from "file-1.txt" to "file (1).txt" format (@kartoshka95)

  • feat(android, ios, macos): respect system-wide animation preferences on first app startup (@nitheesh-daram)

  • feat(android): run file transfer in background

  • feat(android): add quick settings tile for instant app launch (@Voltra)

  • feat(windows): add LocalSend to share sheet (@chenxdust)

  • feat(macos): implement button to quickly open firewall settings from troubleshoot page (@ShlomoCode)

  • feat(macos): add Command+Comma shortcut to open settings (@ShlomoCode)

  • feat(macos): use user-friendly ComputerName instead of the technical hostname (@ShlomoCode)

  • feat(macos): enable Dock icon text-drop even when the app is not running (@ShlomoCode)

  • feat(linux): use native window decorations instead of large GTK3 headerbar (@nixigaj)

  • perf: faster transfers for slow receiving devices

  • fix: receiving / sending many files no longer freeze / lag

  • fix: release wake lock after file transfer completes to allow device sleep (@kartoshka95)

  • fix: text message content displayed three times in history dialog (@ew-sirenko)

  • fix: text message content size calculation (@ew-sirenko)

  • fix: save DNG files to image gallery (@ShlomoCode)

  • fix(ios, android): prevent transfer error by saving unsupported media formats to folder instead of gallery (@ShlomoCode)

  • fix(android): share to LocalSend sometimes doesn't work

  • fix(android): preserve location metadata when sharing media (@ShlomoCode)

  • fix(macos): prevent Dock icon from briefly appearing during autostart when "Start hidden" is enabled (@ShlomoCode)

  • fix(macos): Dock icon drag-and-drop and Share Extension working again (@ShlomoCode)

  • fix(linux): add CJK font support for Chinese, Japanese, and Korean text (@Mr-Ebonycat)

Full Changelog Windows binaries are signed according to the Code signing policy.

Download LocalSend for iOS

Performance and User Experience

LocalSend gets the most important part of file sharing right: it stays out of the way.

There is no need to create an account, upload a file, copy a cloud link, wait for synchronization, and then download it on another device. You simply select the destination device and transfer the file.

The cross-platform nature is particularly valuable. Someone using an iPhone does not need to know whether the other person is using Windows, Linux, or macOS. The same application provides the transfer mechanism on both sides.

The project has also gained a substantial community. The official GitHub organization currently lists more than 82,000 stars for the main repository, with development continuing through 2026.

There are some practical limitations. LocalSend depends on local network connectivity and device discovery. Corporate, guest, or otherwise isolated Wi-Fi networks may prevent devices from seeing each other. Community reports also show that occasional platform-specific interface or file-handling issues can occur.

These limitations are relatively minor for normal home-network use.

Pros

  • Free and open source.

  • Windows, macOS, Linux, Android, and iOS support.

  • No account required.

  • No cloud storage required.

  • No internet connection required.

  • Transfers stay on the local network.

  • HTTPS-encrypted communication.

  • Fast transfers over Wi-Fi.

  • Supports files and text.

  • Very simple setup.

  • Excellent alternative to AirDrop for mixed platforms.

  • No advertising or tracking.

  • Active open source project.

Cons

  • Devices need to be able to communicate on the same local network.

  • Restricted or isolated networks can interfere with discovery.

  • It is designed for local transfers rather than remote file sharing.

  • Very large transfers are still dependent on Wi-Fi quality and device performance.

  • Some platform-specific behaviors can occasionally be inconsistent.

Who Should Use LocalSend?

LocalSend is an excellent choice for almost anyone who regularly moves files between different devices.

It is especially useful for people who use a combination of Windows, Linux, macOS, Android, and iOS devices. It is also a great solution for photographers, students, developers, and anyone who frequently transfers large files without wanting to rely on cloud storage.

For a mixed-device household, LocalSend can effectively provide the convenience of AirDrop without locking everyone into Apple's ecosystem.

Final Verdict

LocalSend is one of those applications that solves a frustrating problem with remarkably little complexity.

It combines open source development, strong privacy, local networking, encryption, broad platform support, and an extremely simple interface. There is no cloud account to manage and no external service sitting between your devices.

Its biggest limitation is also its defining characteristic. LocalSend is designed for nearby devices on a local network, so it is not a replacement for cloud storage or remote file transfer services. For its intended purpose, however, that simplicity is a major advantage.

If you regularly move files between devices, particularly across different operating systems, LocalSend is one of the easiest open source applications to recommend.