top | item 47172489 Itwillsync – Sync any terminal-based coding agent to your phone over LAN 2 points| shrijayan | 4 days ago |github.com 1 comment order hn newest shrijayan|4 days ago I built a small open-source tool that syncs any terminal-based coding agent to your phone over your local network.It wraps the agent process in a PTY and exposes it via WebSocket to a browser terminal (xterm.js).Example:npx itwillsync -- claude npx itwillsync -- aider npx itwillsync -- bashFeatures:No cloud relayNo account64-char random session tokenMultiple devices can connectNo idle timeoutRemote access works via Tailscale, WireGuard, or SSH tunnels.Architecture:Machine:node-ptyHTTP + WebSocket serverPhone:xterm.js browser clientLooking for feedback on:security modelmulti-session handlingagent-aware UI possibilitiesRepo: https://github.com/shrijayan/itwillsync
shrijayan|4 days ago I built a small open-source tool that syncs any terminal-based coding agent to your phone over your local network.It wraps the agent process in a PTY and exposes it via WebSocket to a browser terminal (xterm.js).Example:npx itwillsync -- claude npx itwillsync -- aider npx itwillsync -- bashFeatures:No cloud relayNo account64-char random session tokenMultiple devices can connectNo idle timeoutRemote access works via Tailscale, WireGuard, or SSH tunnels.Architecture:Machine:node-ptyHTTP + WebSocket serverPhone:xterm.js browser clientLooking for feedback on:security modelmulti-session handlingagent-aware UI possibilitiesRepo: https://github.com/shrijayan/itwillsync
shrijayan|4 days ago
It wraps the agent process in a PTY and exposes it via WebSocket to a browser terminal (xterm.js).
Example:
npx itwillsync -- claude npx itwillsync -- aider npx itwillsync -- bash
Features:
No cloud relay
No account
64-char random session token
Multiple devices can connect
No idle timeout
Remote access works via Tailscale, WireGuard, or SSH tunnels.
Architecture:
Machine:
node-pty
HTTP + WebSocket server
Phone:
xterm.js browser client
Looking for feedback on:
security model
multi-session handling
agent-aware UI possibilities
Repo: https://github.com/shrijayan/itwillsync