← all stories

Tailscale

Connections

Produces
tailcat

Structured graph also available as JSON at /public/entities/tailscale. CC BY 4.0.

All coverage

13h ago

Tailscale Releases Tailcat, A Netcat Built On Its Data Plane

Tailcat is a command line tool from Tailscale that sends text and files between two machines using Tailscale's WireGuard-based encryption and NAT traversal, without the Tailscale control plane. The receiving side prints an address; the sender passes that address to tailcat. The tool also serves SSH, files, web servers, and forwarded ports, and ships as a Go library and a WebAssembly build.

20h ago

Tailscale Traces Backup Corruption to a 16-Year-Old SQLite Bug

Tailscale used SQLite as its primary database starting in 2022. From August 2025, backups upload to S3 began showing corruption, occurring 19 times over six months, each time forcing a control plane process to stop for repair or restore. Recent code changes were ruled out. Tailscale signed a support contract with SQLite developers and built a transaction log pipeline, which helped lead the SQLite team to a bug latent in the database for 16 years.