TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Apple like integration between iPhone/Android and Linux

7 pointsby whatarethembits6 months ago
Hi HN, from your own experience, has the experience of integrating your phone (iPhone and Android both) with Linux improved in the last 4 years? Specifically copy&#x2F;pasting seamlessly and transferring files. I use these features 10+ times a day for work and kinda non-negotiable. Before I moved to Apple ecosystem, I used PushBullet and it was a pain, Apple&#x27;s integration is much better in terms of friction. I&#x27;d also tried KDEConnect, but found it to be extremely flaky.<p>I&#x27;m due to upgrade my MacBook and can&#x27;t help but feel like a fool for agreeing to being fleeced for Apple&#x27;s memory and storage nonsense, even if affordability is not an issue. Also I&#x27;d like to not depend on one company so much. My only reservation is phone integration story on Linux; is it possible to get it close to Apple&#x27;s version? I don&#x27;t mind putting in the work to set things up initially, as long as it can be relied upon in a pinch going forward.<p>Thanks!

6 comments

freedomben6 months ago
I&#x27;m a Gnome user so can&#x27;t speak to KDE, but on Gnome GSConnect is pretty good. It definitely has much more of a open source&#x2F;hacker feel to it than I&#x27;m sure the Apple experience does, so that part may be disappointing, but the features do all work pretty well. When you&#x27;re on the same LAN it is also lightning fast. I often get a notification on my laptop that I have an incoming call before it even starts to ring.<p>Big limitation there is that there&#x27;s no server sitting in the middle, so they have to be able to speak directly. Obviously not a problem at home or on the same wifi, but if you want it while traveling then you can add something like Tailscale or similar. Very, very easy to get setup and works pretty well. It does introduce a lot more latency than I&#x27;d like depending on where each device is, but it&#x27;s very usable.<p>I would also definitely take a look at scrcpy[1]. It&#x27;s really a killer app that lets you connect nearly everything on your phone over adb. I use it via USB, but it works just fine over wireless adb as well. You can forward audio, video, clipboard, and much, much more (for example, you can use your laptop keyboard and&#x2F;or mouse to select thing on the mobile).<p>All in all it&#x27;s likely to be a step down in some ways, but probably a step up in others (unless there&#x27;s a scrcpy equivalent for mac&#x2F;iphone). The freedom you gain though more than makes up for it IMHO.<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;Genymobile&#x2F;scrcpy">https:&#x2F;&#x2F;github.com&#x2F;Genymobile&#x2F;scrcpy</a>
mcsniff6 months ago
KDEConnect (GSConnect or another implementation) or scrcpy + a service like Tailscale or ZeroTier is going to be your best option really.<p>Apple has a lot of invasive back-end &quot;magic&quot; going on to allow Continuity and the seamless sharing between iOS and MacOS.
评论 #42103594 未加载
mcint6 months ago
Most recently I&#x27;ve had issues due to the iOS Local Network entitlement, that&#x27;s now required at iOS 16, or a little earlier.<p>Accessing anything on the local network other than the gateway address is blocked in browser <i>(I hope apple correctly handles gateways not on the first address in the private IP range)</i>, goodbye most of the usefulness, though closes some long-standing web security and privacy or fingerprinting concerns. It&#x27;s mainly annoying because it doesn&#x27;t fit into other existing paradigms. And I can&#x27;t override the permission for my browser, not even occasionally turn it in, because my browser doesn&#x27;t request it.
brudgers6 months ago
On Ubuntu, I connect to iCloud with Firefox to access stuff from my iOS devices. iCloud is one of my Home tabs for several of my browser identities.<p>I guess it&#x27;s more trouble than AirDrop. But that&#x27;s a guess because it isn&#x27;t really much trouble.
lukeaf6 months ago
I have been using LocalSend (<a href="https:&#x2F;&#x2F;localsend.org" rel="nofollow">https:&#x2F;&#x2F;localsend.org</a>) between macOS, Windows, and Linux. It works great. It has Android and iOS clients as well but I haven&#x27;t tried on mobile yet.
lylejantzi3rd6 months ago
I&#x27;ve enjoyed NearDrop[0] for file transfer. I don&#x27;t do copy&#x2F;paste between devices.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;grishka&#x2F;NearDrop">https:&#x2F;&#x2F;github.com&#x2F;grishka&#x2F;NearDrop</a>