Tailcat – Like netcat, but over Tailscale’s data plane(github.com)
647 points by nderjung 14 days ago | 124 comments
tl;dr: Tailcat is a netcat-like tool from Tailscale that uses Tailscale's data plane (WireGuard + magicsock + DERP relays) for encrypted point-to-point tunnels between machines, but without the Tailscale control plane—connection metadata is exchanged out-of-band via short tokens. It requires no Tailscale account or root access, runs entirely in userspace, and supports piping stdio, port forwarding, SOCKS proxying, auth-free SSH, and exit-node behavior. You can use Tailscale's free rate-limited DERP relays or bring your own, and tokens can even be published as DNS TXT records.
HN Discussion:
  • Enthusiasm for the tool with fun demonstration use cases like Minecraft transport
  • Comparisons to similar existing tools like Iroh, Magic Wormhole, and bitbang-cli
  • Appreciation for how trivial p2p connectivity enables innovation, working around IPv6/CGNAT limitations
  • ~Confusion about how this still counts as 'Tailscale' given it bypasses the control plane
  • Admiration for Tailscale's underlying technical architecture that makes this possible