How to install localsend/localsend. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
localsend/localsend Installation Guide
How to install localsend/localsend. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for localsend/localsend. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i localsend/localsendor
Install via npx
npx @hexmos/ipm i localsend/localsendPrerequisites
Flutter
sdkVersion: >=3.x.x
Rust
sdkManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Windows (Winget)
winget install --id LocalSend.LocalSend --accept-source-agreements --accept-package-agreements -yWindows (Scoop)
scoop install localsend -yWindows (Chocolatey)
choco install localsend -ymacOS (Homebrew)
brew install localsendLinux (Flathub)
flatpak install flathub org.localsend.localsend_app -yLinux (Nixpkgs)
nix-env -iA nixpkgs.localsend -yLinux (Snap)
snap install localsend --classic -yLinux (AUR)
git clone https://aur.archlinux.org/localsend-bin.git
cd localsend-bin
makepkg -si --noconfirmLinux (DEB)
wget -O localsend.deb "https://github.com/localsend/localsend/releases/latest/download/LocalSend-1.18.1-linux-amd64.deb"
sudo dpkg -i localsend.deb
sudo apt --fix-broken install -yLinux (AppImage)
wget -O localsend.AppImage "https://github.com/localsend/localsend/releases/latest/download/LocalSend-1.18.1-linux-x64.AppImage"
chmod +x localsend.AppImageLinux (TAR)
wget -O localsend.tar.gz "https://github.com/localsend/localsend/releases/latest/download/LocalSend-1.18.1-linux-x64.tar.gz"
tar -xzf localsend.tar.gzWindows (EXE Installer)
wget -O LocalSend-Installer.exe "https://github.com/localsend/localsend/releases/latest/download/LocalSend-1.18.1-windows-x64.exe"
LocalSend-Installer.exe /SILENT /NORESTARTWindows (Portable ZIP)
wget -O localsend.zip "https://github.com/localsend/localsend/releases/latest/download/LocalSend-1.18.1-windows-x64.zip"
unzip localsend.zipmacOS (DMG Installer)
wget -O localsend.dmg "https://github.com/localsend/localsend/releases/latest/download/LocalSend-1.18.1-macos.dmg"
hdiutil attach localsend.dmg
cp -R /Volumes/LocalSend/LocalSend.app /Applications
hdiutil detach /Volumes/LocalSendAndroid (APK)
wget -O LocalSend-1.18.1-android-x64.apk "https://github.com/localsend/localsend/releases/download/v1.18.1/LocalSend-1.18.1-android-x64.apk"Build from Source (Linux/macOS/Windows)
git clone https://github.com/localsend/localsend.git
cd localsend
git checkout v1.18.1
cd app
flutter pub get
flutter runPost Installation Steps
- Ensure your firewall allows incoming and outgoing traffic on TCP/UDP port 53317.
- Disable AP isolation on your router if devices are not visible.
