this post was submitted on 21 Jun 2026
59 points (96.8% liked)

Linux

65917 readers
577 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

cross-posted from: https://lemdro.id/post/41988045

This is a personal passion project of mine, it is still in its early infancy (many core features are still missing) and the development is slow but deliberate.

why should I care?

if you care about speed and deep integration with the OS this project might be of interest to you.

why?

Wireless file sharing between my devices is still unnecessarily slow, half-baked, and unintuitive. Direct-Share is my attempt to build a file transfer tool that makes local file transfer more seamless than:

  • Android ↔ Android (Nearby Share / Quick Share)
  • Apple AirDrop
  • LocalSend
  • Blip

…but for Linux desktops and Android phones, using Wi-Fi Direct.

what?

  • Python, GTK4/Libadwaita on Linux
  • Kotlin, jetpack compose on Android

if you want to stay up to date with the project or want to know or read more, you can take a look at the GitHub repo

top 30 comments
sorted by: hot top controversial new old
[–] umbrella@lemmy.ml 17 points 22 hours ago (2 children)

i use localsend. how is this one better?

[–] Im28xwa 3 points 14 hours ago

Well, it is far from complete and far from usable right now, so right now it is not better. But when it is done it will be because of two things:

  1. Wi-Fi direct, instead of using the local network. Wi-Fi direct is P2P, which potentially will make the transfer much faster and the whole thing of setting up a hotspot or requiring the two device being connected to the same network won't be necessary.
  2. Deep integration with file managers and desktop environments
[–] boredsquirrel@slrpnk.net 3 points 21 hours ago

Well technically localsend is not native, uses dart and flutter. Something native would be cool, but it should be interoperable with localsend I think

[–] dan@upvote.au 24 points 1 day ago (2 children)

Have you tried KDE Connect? It's cross platform and works on Linux, Windows, MacOS, Android, and iOS.

[–] MangoPenguin@piefed.social 8 points 22 hours ago

I find it really buggy, it often loses connection and won't connect to multiple devices at once.

[–] Im28xwa 8 points 1 day ago (1 children)

Yes actually I have tried it and I use it to share text between my devices and receive notifications.

The file sharing feature though is unbearably slow.

[–] dan@upvote.au 4 points 21 hours ago (1 children)

Interesting... The file sharing is extremely quick for me at home.

I haven't figured out how to get it working at work though (between my work phone and my work PC, both on the same network). Might not be possible with their firewalls.

[–] urushitan@kakera.kintsugi.moe 3 points 21 hours ago (1 children)

Could always try localsend

https://localsend.org/

Open source and works pretty well

[–] Zen_Shinobi@lemmy.world 18 points 1 day ago

Vibecode

KDEConnect and other apps already do this

[–] SatyrSack@quokk.au 15 points 1 day ago

why should I care?

if you care about speed and deep integration with the OS this project might be of interest to you.

what?

Python

[–] Dirk@lemmy.ml 1 points 16 hours ago (1 children)

Between Android phones or Android->Windows Quick Share exists. Between all other devices Bluetooth can be used for sharing.

[–] Im28xwa 7 points 14 hours ago (1 children)
[–] Dirk@lemmy.ml 2 points 13 hours ago (1 children)

But no extra tools needed on either side.

[–] Im28xwa 1 points 12 hours ago (1 children)

idk about other distros but on ubuntu I can't send or receive files using Bluetooth without a 3rd party tool (unless there is a pre installed cli tool that I am not aware of:)

but anyway, if the transfer speed doesn't bother you or isn't a deal breaker for you then fair enough... have a nice day.

[–] azvasKvklenko@sh.itjust.works 2 points 10 hours ago* (last edited 10 hours ago)

KDE Connect can transfer files over WiFi, it's likely preinstalled on anything with KDE Plasma (eg SteamOS has it by default in the desktop mode), but it can also work with GNOME with the gsconnect extension. There’s also LocalSend, Syncthing and probably many more

[–] boredsquirrel@slrpnk.net 4 points 21 hours ago

Wifi-direct is cool, as it doesnt require the whole "setting up a hotspot" mess

[–] eleijeep@piefed.social 5 points 1 day ago
[–] amateurcrastinator@lemmy.world 4 points 1 day ago (2 children)
[–] SatyrSack@quokk.au 8 points 1 day ago* (last edited 1 day ago) (1 children)

That is for two devices that are both connected to the same network. If I understand what this program is doing (without actually trying it), it allows two devices to directly connect to one another via Wi-Fi to transfer a file.

With KDE Connect, to send a file from Device A to Device B, your file travels from Device A to a network router (and any number of network switches, etc. in between), then from the router to Device B. It has to make several hops across a number of devices to reach its destination. And both endpoints have to be connected to the same external network.

With this program, Device A and Device B create a direct Wi-Fi connection to each other and just send the file. One hop. Two devices. Direct. The devices are establishing their own ad-hoc Wi-Fi connection for the purpose of the file transfer.

[–] amateurcrastinator@lemmy.world 1 points 23 hours ago

Ah my bad? Sounds cool then!

[–] Daniel_@discuss.tchncs.de 2 points 1 day ago (1 children)
[–] dadarobot@lemmy.ml 1 points 22 hours ago

i couldnt figure that out, but i didnt try much. kde connect works fine for me with gnome

[–] nexttech@lemmy.world 4 points 1 day ago

There are already like 100 of these apps . but sure i will give it a try

[–] warm@kbin.earth 2 points 23 hours ago (1 children)

How can it get more seamless than LocalSend?

Or croc, out of network.

[–] Im28xwa 6 points 23 hours ago (1 children)

Through 2 things:

  1. The answer is partly in the name, but there is no magic involved. Direct Share uses Wi-Fi Direct (also known as Wi-Fi P2P), which bypasses the middleman and connects the two devices directly to each other, potentially increasing the file transfer speed. However, it is only as fast as the slowest networking stack of the two connected devices. This is in contrast to almost all other solutions (like localsend) that rely on the two devices being connected to the same Wi-Fi network.

  2. The other thing is deep integration with most file managers and desktop environments. For me personally, I believe that you should not need to open an app to send a file to your other device. You should be able to simply right-click on any file on your system, and there should be an option that says "Send to". It should not open the whole app. It should only open a mini window or a small window with only the necessary things you need to send the file, which is:

    1. Select the device you want to send to
    2. (Optionally) Click Send

That's all.

[–] MangoPenguin@piefed.social 3 points 22 hours ago (1 children)

For 2 that's neat to have, but how do you send the clipboard or something thats not in a file manager?

[–] Im28xwa 2 points 13 hours ago

Well, I guess I would need to add an option in the app to share clipboard content.

You know what? You just gave me an idea, a very good idea. Sometimes there are things that are not in file managers, maybe in a particular app, maybe in a browser, and you just want to drag and drop it. I don't like the idea of opening the app, right-clicking on the corners of the window just to enable "keep this app on the top" so that you can drag and drop whatever you want.

Instead, what I would like to see is a keyboard shortcut where a small window opens that stays on top of all the other windows. That you can drag and drop anything to it, or maybe copy-paste anything into it. Maybe a photo, maybe a video, maybe anything. This would work for clipboard content, for video files from other apps that are not file managers.

[–] RodgeGrabTheCat@sh.itjust.works 1 points 22 hours ago

I use Syncthing on my Linux and Android. Once set up, it just works without me getting involved.

[–] OliMoli2137@piefed.social 1 points 22 hours ago

I use adb push and adb pull. Simple and fast, works both over USB and wirelessly