Post

Meet LocalSend - A Cross Platform, Open Source Alternative to AirDrop

LocalSend is an open source application that securely transfers files between devices without the internet. It’s cross platform meaning that it’s available for Windows, Mac, Linux, iOS (iPhone, iPad), and Android devices. This is a great alternative to AirDrop or QuickSend and can send and receive files to other devices without a 3rd party service like Google Drive.

📺 Watch Video

Disclosures:

  • Nothing in this video was sponsored

Don’t forget to ⭐ localsend on GitHub!

Installing on Windows

From a terminal:

Using Winget

1
winget install localsend

Using Chocolatey

1
choco install localsend

Install from GitHub https://github.com/localsend/localsend/releases

Installing on iOS

App Store recommended for most users.

Download on the App Store

Installing on Android

App Store recommended for most users.

Get it on Google Play

Install using an APK https://github.com/localsend/localsend/releases

Installing on Linux

Package Manager:

Install with terminal.

Ubuntu / Debian

Download deb file https://github.com/localsend/localsend/releases

1
2
3
4
cd ~/Downloads #change to download folder
sudo dpkg -i LocalSend-1.14.0-linux-x86-64.deb #change version to match download
sudo apt install -f # install missing dependencies
sudo dpkg -i LocalSend-1.14.0-linux-x86-64.deb #change version to match download

Flathub

1
2
flatpak install flathub org.localsend.localsend_app
flatpak run org.localsend.localsend_app

AUR

1
yay -S localsend-bin

Nix

1
2
nix-shell -p localsend
pkgs.localsend # Config

Installing on macOS

Package Managers:

Install with terminal.

Homebrew

1
2
brew tap localsend/localsend
brew install localsend

Nix

1
2
nix-shell -p localsend
pkgs.localsend # Config

Binaries:

Download for offline usage. https://github.com/localsend/localsend/releases

App Store recommended for most users.

Download on the App Store

See all releases https://github.com/localsend/localsend/releases

Join the conversation

🛍️ Check out the new Merch Shop at https://l.technotim.live/shop

⚙️ See all the hardware I recommend at https://l.technotim.live/gear

🚀 Don’t forget to check out the 🚀Launchpad repo with all of the quick start source files

🤝 Support me and help keep this site ad-free!

This post is licensed under CC BY 4.0 by the author.