Show HN: Loopsy, a way for terminals and AI agents on different machines to talk
I've always had the urge to have my two macbooks communicate. Having one idle while working on the other felt like underutilization of resources. So I built Loopsy. Initially the goal was to do file transfer via local network, and then came running commands. I then tried running coding agents from one machine to the other, and it worked. Later I figured there should be a better way to continue my claude sessions remotely on my phone from the gym. So I did a cloudflare worker that connects to my
Opening excerpt (first ~120 words) tap to expand
Loopsy Your terminal, in your pocket. Control Claude Code, Cursor, Codex, or any shell on your laptop from your phone. Self-hosted on Cloudflare Workers. macOS · Linux · Windows → loopsy.dev Try it # 1. Install on your laptop (any OS) npm install -g loopsy # 2. Deploy your own relay to Cloudflare Workers (~30s, free tier) npx @loopsy/deploy-relay # prompts for worker name + optional custom domain # outputs: https://<your-relay>.workers.dev # 3. Wire the daemon to it and start loopsy init loopsy relay configure https://<your-relay>.workers.dev loopsy start # 4. Pair your phone loopsy mobile pair # scan the QR with your phone camera, enter the 4-digit code # 5. Open https://<your-relay>.workers.dev/app on your phone That's the whole thing.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Hacker News - Newest: ""AI" "LLM"".