LAN Share is a cross-platform application for transferring files over a local area network. Built with the Qt GUI framework, it enables seamless transfer of files or folders, large or small, without additional configuration.
Download the latest version from the releases page.
- Download the
.deb
package (e.g.,lanshare_1.2.1-1_amd64.deb
). - Open a terminal and navigate to the download directory.
- Run:
sudo dpkg -i ./lanshare_1.2.1-1_amd64.deb
- Download the PKGBUILD.
- In a terminal, run:
Or, with an AUR helper:
makepkg -si
yay -S lan-share-bin
- Download the AppImage.
- Make it executable:
chmod +x ./LANShare.AppImage
- Run the AppImage directly.
Download the executable from the releases page or Softpedia.
Install Qt tools. For Debian-based systems:
sudo apt install qt5-qmake qt5-default
Learn more about qmake
here.
- Clone the repository:
git clone https://github.com/abdularis/LAN-Share
- Navigate to the source directory:
cd LAN-Share-1.2.1/src
- Compile:
qmake -o Makefile LANShare.pro make
- Transfer single or multiple files
- Send entire folders
- Support for multiple simultaneous receivers
- Pause, resume, or cancel transfers
- Ensure both sender and receiver are connected to the same local network (wired or wireless).
- Launch LAN Share on both devices.
- On the sender’s device:
- Click Send and choose files or folders.
- Select the receiver in the Select Receiver dialog.
- Click Send to start the transfer.
- The receiver automatically accepts the files or folders.
GPLv3