Tether: iMessage, SMS, etc. on Linux
- pzmarzly - 48159 sekunder sedan> Personally, I think putting an interoperability protocol implementation behind a copyleft license is a little unfortunate!
Huh, haven't thought of it. Just relicensed ancs4linux to MIT.
- voakbasda - 47884 sekunder sedanMega-kudos to the author for chipping away at the wall around Apple’s garden.
I have had a iPhone for 15 years, and I have only ever been able to back it up with iTunes on windows (as I will never buy a Mac).
Apple’s refusal to provide interoperability borders on criminal. I wish there was a better option.
- harryposner - 38678 sekunder sedanThe linked blueferry doc is excellent. Back in 2020, inspired by a comment on HN, I looked into writing a proxy to send and receive iMessages on Linux through an iPhone connected with Bluetooth Message Access Profile (MAP). I was able to send and receive messages, but I ran into the problem mentioned in the doc in the "Group metadata side channel" section: the bMessages in the inbox included the message originator, but didn't include the recipients, even though the MAP standard says that it "shall" be included (see page 22). I didn't know about ANCS, so it didn't occur to me to use that channel, and without any way to tell what context a message was sent in, I couldn't do threading, so I decided it wasn't worth pursuing.
The group messages were the biggest problem, and that's what made me give up, but there were some other issues:
- Shared links showed up as "Website: Short description (example.com)" and didn't include the URL
- Images weren't shown at all
I might take a look and see how blueferry handled those limitations.
[blueferry doc] https://github.com/erikwb/blueferry/blob/main/PROTOCOL.md
[inspiration] https://news.ycombinator.com/item?id=23411520#23413394
[Bluetooth MAP standard] https://www.bluetooth.com/specifications/specs/message-acces...
- LooseMarmoset - 4995 sekunder sedanThis guy did a nice thing for people, let's keep it positive.
Thank you very much for this! KDEConnect is great, but it's a little awkward to use with iOS (because of Apple, not the great developers), so this is a nice project to see.
I don't see references to contributions, do you have a patreon or something?
- ThinkBeat - 40576 sekunder sedanThis is all made possible by broker app on the iPhone / (or other device) to send data back and forward. When I first read the headline I thought it would integrate directly into the Apple ecosystem without needing middlemen which would have been crazy impressive since I believe it is or very near entirely impossible.
- blinkingled - 39344 sekunder sedanAs a KDE Connect user for a few years I know it doesn't always work without reconnecting especially with sleep cycles on the phone and the laptop but it does everything on Android at least - clipboard sync, notifications, sms, calls, remote control and media playback control. Must be iOS restrictions that made the author go through the admirable effort.
IOW Linux ecosystem has better vertical integration without any direct ties with Android :)
- d3Xt3r - 14238 sekunder sedanAny possibility of handling phone calls too? Like making and receiving calls. Also, any plans of making Tether itself mobile-UI/UX friendly?
My plan is to get a Linux phone (or convert an Android phone to Linux) and use it as a daily driver, but keep an old iPhone around for regular calls and texts, and for compatibility with some apps like banking apps. Tether seems like it could be useful to bridge that gap, so all I'd need to do is just keep the iPhone in my vicinity and never actually have to operate it, unless it's for using some proprietary app/service.
- pkulak - 31294 sekunder sedanSorry if this is obvious, but does it use the same thing OpenBubbles does? What's nice about that is that it just hooks directly into Apple's servers, so doesn't require a connection to your phone or anything.
- djfergus - 7705 sekunder sedanI installed this and spent a reasonable amount of time trying to get it to work. It didn't.
* GTK interface is buggy on hyprland (could only click buttons when app was on its own screen and not set to fullscreen)
* docs are vibe slop and incorrect:
~ tether pair
[2026-08-30 11:33:26.084] [ERR] Unknown action. Run tether --help for options
~ tether --pair
[2026-08-30 11:33:29.949] [ERR] Pairing requires a TCP+TLS connection. Use --host to specify a target.
* installation requires sudo escalation to configure bluetooth settings with a vague warning but no real explanation of what the risks are.
* couldn't get it to reliably connect - the feedback from linux and ios apps were vague and didn't help with what was broken or what was required to fix it.
Promising project, I'd love a solution like this but not worth my time for now.
- nightsd01 - 13771 sekunder sedan> Since then I've done Opus and then Fable bug / security sweeps regularly.
This part surprises me a bit. Fable always falls back to opus for me the instant 'security' is involved (thanks for that, Anthropic)
- cpressland - 33987 sekunder sedanFor me this is the last piece of the puzzle keeping me on macOS. I’ll give it a proper test later and if it works as described I’ll be ordering a Framework 13 Pro.
- hollow-moe - 40454 sekunder sedanVery nice, I'll say Continuity can absolutely be implemented fully on Linux though ! I think the thing we'd need very first is an actual communication "backbone" that would span bluetooth,wifi-direct and even mesh networks like Tailscale or smth. Continuity is partly based on AWDL, Apple proprietary implementation of Wifi-Direct to allow high speed local inter device communication and allow things like Sidecar with an iPad. Then we could implement protocols over that backbone to implement actual useful applications.
- SoftTalker - 46946 sekunder sedanWasn't there another iMessage clone for Linux/Android a few years back and they got a C&D from Apple? Or maybe Apple just blocked their service?
- amluto - 30794 sekunder sedanWhat’s the security story behind the iMessage integration? Why is iOS willing to send iMessage data over Bluetooth to a device that hasn’t convinced Apple that it’s a validly authenticated device signed in as the same user?
- dadoum - 38802 sekunder sedanOh, so it requires an app, which isn't even available on older iOS versions… that's such a shame, I wanted to try it out on my iOS 17.0 iPhone. (and I thought it was just using the official Apple ways used for macs, so that's a small disappointment)
- lisp2240 - 8760 sekunder sedanSo it’s the Linux equivalent of Phone Link/Link to Windows?
- VladVladikoff - 34187 sekunder sedanWhoa this is so much better than having to send it via a BlueBubbles bridge, if this actually works I’m donating! Awesome project!
- lxe - 40838 sekunder sedanOh, fantastic, thank you. If this allows me to drop files onto an iPhone without me having to open an app, that would solve a lot of my issues. I use localsend right now and although I really love it, it still requires me to always keep the app open on the phone.
- teo_zero - 42626 sekunder sedanThis is for iPhones only. Do I assume correctly that the issue is solved for Android, instead?
- jonathanwallace - 43800 sekunder sedanThis is incredibly timely as I moved my first choice personal computer to full time linux this week (and am a long time iPhone user who loves the autofill as well). I'll be happily contributing when I find an itch that needs to be scratched.
- mcswell - 33989 sekunder sedanDependencies: ...wayland-client...
Nuts, I'm on xfce, and don't intend to switch over until it's necessary.
Why is Wayland necessary for this?
- rafram - 34044 sekunder sedanDoes clipboard sync work when the iOS app is in the background?
Pretty cool stuff either way!
- kvemkon - 44207 sekunder sedanIs there an easy way to share iOS clipboard to Linux directly using local WiFi without going through any cloud?
Edit: clarification in my reply later in this thread: https://news.ycombinator.com/item?id=49492003
- aeon_ai - 27552 sekunder sedanDoesn't Tether lack end-to-end encryption, making it less secure for private communications?
- porridgeraisin - 44372 sekunder sedanI use whatsapp primarily, so no tethering needed, but SMS of course for one-time passwords and the like. I didn't want to open my phone for that. So I had a coding agent write an android background app for me that listens for SMS and forwards it to a discord server, and side loaded it. So now I get a discord notif on my laptop with the OTP.
- desireco42 - 41113 sekunder sedanI have Google Fi, we always had messages.google.com to even get calls, which I never did. Convenient especially because I write longer messages.
Never felt superiour over others for it.
- andrew4336 - 23935 sekunder sedan[flagged]
- select1 - 46949 sekunder sedan[dead]
- 2Gkashmiri - 48115 sekunder sedanI don't know.
What's a feature not in KDE connect that the writer wanted and it didn't have?
They could always submit a pr.
Beeper exists you know....
I have a question. It's fine to build for your own self but is it okay to release something in public when the environment is a moving target and you are just a one-man team keeping it afloat?
Wouldn't it be better to go behind established FOSS products and not reinvent the wheel when you don't have to?
I understand no one can tell you how to or why to do certain things but there comes a time, when youw want to help, not build the next temple os and instead help manjaro or whatever is cool these days?
- BatchJob - 40220 sekunder sedanYou cant really complain about the ecosystem if you insist on using an iPhone. What you think is interop is viewed by Apple as hostile and if they could find a way to sue you for it they would.
Nördnytt! 🤓