Tt – P2P terminal sharing over WebRTC
Made this to use my laptop terminal session on mobile without data going through a server. tt start -p mypassword → get a URL (qrcode) → open in browser → enter password → connected. Direct webrtc datachannel between your machine and browser. Signaling server is a cloudflare worker, exchanges ~2KB of sdp/ice metadata then gets out of the way. Password never transmitted - argon2id derives 256-bit key locally on both ends. All terminal i/o gets nacl secretbox encryption before hitting the datachannel. double encrypted with dtls underneath but I wanted the relay to see nothing useful…
In plain words
Tt is a terminal sharing tool that establishes direct peer-to-peer connections between a laptop and mobile browser using WebRTC, eliminating the need for server intermediaries. Users start a session with a password, receive a shareable URL with QR code, and connect via browser after entering the password. All terminal input and output is encrypted with NaCl SecretBox before transmission, with the signaling server only handling initial metadata exchange. Built for developers who need to access terminal sessions remotely over unreliable connections, such as checking code runs from a phone while away from their desk.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Made this to use my laptop terminal session on mobile without data going through a server. tt start -p mypassword → get a URL (qrcode) → open in browser → enter password → connected. Direct webrtc datachannel between your machine and browser. Signaling server is a cloudflare worker, exchanges ~2KB of sdp/ice metadata then gets out of the way. Password never transmitted - argon2id derives 256-bit key locally on both ends. All terminal i/o gets nacl secretbox encryption before hitting the datachannel. double encrypted with dtls underneath but I wanted the relay to see nothing useful even during signaling. go + pion/webrtc, about 14k loc. browser is xterm.js + webcrypto for argon2id. stun default, turn for symmetric nat. my use case: checking on claude code runs from my phone when im not at my desk. hotel wifi, spotty mobile data. spent time on turn fallback, keepalive with reconnection, buffered writes during disconnects. pwa so it works from home screen and survives app switching. holds up ok on 3g. Trade-offs: ice gathering takes 2-5s on connect. browser cant initiate, need cli on host. codes expire 24h. Single binary, no deps. daemon mode for multiple sessions. tests with race detector, chaos tests for disconnects, network condition simulation. crypto and webrtc at ~72% coverage. https://github.com/artpar/terminal-tunnel ps: default relay runs on my cloudflare free tier so no guarantees. you can self-host the worker or run tt relay locally.
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com

Launched alongside, January 2026
the whole month →- IN
Hey HN! I wanted to share something I built over the last few weeks: isometric.nyc is a massive isometric pixel art map of NYC, built with nano banana and coding agents. I didn't write a single line of code. Of course no-code doesn't mean no-engineering. This project took a lot more manual labor than I'd hoped! I wrote a deep dive on the workflow and some thoughts about the future of AI coding and creativity: http://cannoneyed.com/projects/isometric-nyc
AI · Jan 2026 · cannoneyed.com




Automatic AI-powered code reviews the moment you open a PR
Dev tools · Jan 2026 · kilo.ai
