I took a screenshot on my phone yesterday. By the time I switched apps, it was already on my desktop. Not in a cloud tab I'd have to open. On my actual machine, in a folder that something else was watching.
That something else read the screenshot, figured out what it was about, and filed it where it belonged.
I didn't build a syncing tool. Syncing is the boring part. What I built is closer to a nervous system -- the phone captures, the desktop thinks.
The plumbing is embarrassingly simple. Two tools doing the heavy lifting:
rclone sync icloud:Screenshots ~/inbox/screenshots --max-age 1h
That pulls recent captures off iCloud Drive. Tailscale handles the real-time stuff -- file drops that skip the cloud entirely and land on my machine over a private mesh network. Phone to desktop in under a second, no third-party servers touching the data.
But the interesting part isn't the transport. It's what happens on the other end.
The inbox folder isn't just storage. It's a trigger. Files that land there get picked up, analyzed, and routed into the same plain-text system that already runs my mornings. A voice memo becomes a transcribed note. A photo of a whiteboard becomes a task list. A screenshot of something interesting becomes a reference entry with context I didn't have to write.
I keep finding new things to throw at it. Business cards. Recipes. Error messages from apps that crash. Anything I'd normally photograph and forget about -- now it goes somewhere and becomes something.
The phone is becoming a capture device for a system that lives somewhere else entirely. I don't organize anything on my phone anymore. I just point and shoot.
tailscale file cp ~/photo.jpg linux-desktop:
What I didn't expect is how this changes the way I use my phone. It's lighter now. I don't think about where to save things or which app to put them in. Everything funnels to one place, and that place is smarter than any app on my phone.
I'm starting to think the phone was never supposed to be the brain. It's the eyes and ears. The brain lives on the desk.
More pieces clicking together soon.