README.md
Drop any files to any devices on your LAN. No need to use instant messaging for that anymore.
LANDrop is a cross-platform tool that you can use to conveniently transfer photos, videos, and other types of files to other devices on the same local network.
You can download prebuilts of LANDrop from the official website.
The AppImage we provide as the prebuilt for Linux might not work on your machine. You can build LANDrop by yourself if the prebuilt doesn't work for you.
To build LANDrop:
sudo apt install libsodium-dev
git clone https://github.com/LANDrop/LANDrop
mkdir -p LANDrop/build
cd LANDrop/build
qmake ../LANDrop
make -j$(nproc)
sudo make install
landrop