Package Details: localsend 1.18.2-1

Git Clone URL: https://aur.archlinux.org/localsend.git (read-only, click to copy)
Package Base: localsend
Description: An open source cross-platform alternative to AirDrop
Upstream URL: https://github.com/localsend/localsend
Licenses: Apache-2.0
Submitter: patlefort
Maintainer: xiota
Last Packager: xiota
Votes: 57
Popularity: 8.74
First Submitted: 2023-03-31 12:58 (UTC)
Last Updated: 2026-08-21 19:17 (UTC)

Pinned Comments

patlefort commented on 2024-07-09 02:46 (UTC)

I've created a package fvm-sourcebuild for those who want to build the engine from sources. It will cache build artifacts in the same place as flutter-engine (~/.cache/flutter-engine).

Latest Comments

1 2 3 4 5 6 Next › Last »

mikelei commented on 2026-08-31 17:16 (UTC) (edited on 2026-08-31 17:16 (UTC) by mikelei)

@xiota The app now have the application ID org.localsend.localsend_app, and you should set it as the StartupWMClass in the localsend.desktop file so it can show the icon of the app on the dock etc. Maybe it's also a good idea to save the localsend.desktop as a file in the AUR repo instead of inline it in the PKGBUILD file.

mikelei commented on 2026-08-15 03:11 (UTC)

Set _use_sodeps=true would have libayatana-appindicator missing from the list of dependencies:

localsend: error while loading shared libraries: libayatana-appindicator3.so.1: cannot open shared object file: No such file or directory

yochananmarqos commented on 2026-08-12 18:16 (UTC) (edited on 2026-08-12 18:16 (UTC) by yochananmarqos)

@xiota: There also now a CLI build with Rust. Could you include it as a split package, perhaps?

willker commented on 2026-08-12 10:12 (UTC)

Why is the build dependency rustup instead of cargo?

justbispo commented on 2026-04-12 23:31 (UTC)

Hi, I think it would be beneficial if the package included an UFW application rule, like KDE Connect has. Something like this:

[LocalSend]
title=LocalSend
description=LocalSend
ports=53317/udp|53317/tcp

And a message in an .install file to warn users to activate the rule with sudo ufw limit "LocalSend". UFW is probably the most used firewall in Arch and IIRC with the default rules the Arch Wiki recommends, Localsend port doesn't work.

djmattyg007 commented on 2026-02-14 12:31 (UTC)

The license field is outdated. The project was converted to the Apache 2.0 license a couple of years ago.