logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt
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/localsend
or

Install via npx

npx @hexmos/ipm i localsend/localsend

Prerequisites

Flutter

sdk

Version: >=3.x.x

Rust

sdk

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Windows (Winget)

winget install --id LocalSend.LocalSend --accept-source-agreements --accept-package-agreements -y

Windows (Scoop)

scoop install localsend -y

Windows (Chocolatey)

choco install localsend -y

macOS (Homebrew)

brew install localsend

Linux (Flathub)

flatpak install flathub org.localsend.localsend_app -y

Linux (Nixpkgs)

nix-env -iA nixpkgs.localsend -y

Linux (Snap)

snap install localsend --classic -y

Linux (AUR)

git clone https://aur.archlinux.org/localsend-bin.git

cd localsend-bin

makepkg -si --noconfirm

Linux (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 -y

Linux (AppImage)

wget -O localsend.AppImage "https://github.com/localsend/localsend/releases/latest/download/LocalSend-1.18.1-linux-x64.AppImage"

chmod +x localsend.AppImage

Linux (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.gz

Windows (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 /NORESTART

Windows (Portable ZIP)

wget -O localsend.zip "https://github.com/localsend/localsend/releases/latest/download/LocalSend-1.18.1-windows-x64.zip"

unzip localsend.zip

macOS (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/LocalSend

Android (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 run

Post 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.