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. Pick any agent, type or dictate, the laptop runs it.
How it works
┌─────────────┐ ┌──────────────────────┐ ┌─────────┐ │ Laptop │◄──WSS──►│ Cloudflare Worker │◄──WSS──►│ Phone │ │ loopsy │ │ Durable Object │ │ /app │ │ daemon │ │ (your account) │ │ │ └─────────────┘ └──────────────────────┘ └─────────┘
... continue reading