Currently divided into version v1.1.0 and v1.2.0. For version v1.1.0 documentation, see Localsend-Go-Version-1.1.0 doc.
The following documentation is for version v1.2.0.
yay -Syy
yay -S localsend-go
😊 Alternatively, download the executable file from the Release section. Find the one for your platform.
- Go 1.16 or later
git clone https://github.com/meowrain/localsend_cli.git
cd localsend_cli
Use the Makefile
to build the program.
make build
This will generate binaries for all supported platforms and store them in the bin
directory.
On Windows, you can directly double-click the executable.
Or run:
.\localsend_cli-windows-amd64.exe
Simply use the keyboard to select the desired mode, and the corresponding mode will automatically start.
In Receive Mode, please use
Ctrl + C
to exit the program after receiving files. Do not close the window directly; on Windows, closing the window does not terminate the program.
Run the appropriate binary for your OS and architecture.
On Linux, enable the ping functionality by executing:
sudo setcap cap_net_raw=+ep localsend_cli
Thanks to the contributors below for their support!
Feel free to submit issues and pull requests to help improve this project.
- Improve send functionality: display sent text directly on the recipient device.
- Fix TUI refresh issues.
- Add internationalization (i18n).