Tech News
← Home  ·  All topics

Tailscale

6 GoKawiil briefs on this topic

Tailscale details upcoming multi-queue throughput upgrades for subnet routers and exit nodes

Tailscale published a technical update on performance work across its network, including multi-queue support for app connectors, subnet routers, and exit nodes expected in the second half of 2026. The company also previewed throughput and memory overhead improvements coming to upcoming stable client releases, building on prior gains such as 10Gb/s wireguard-go throughput and 4x UDP throughput via segmentation offloads.

Infisical adds folder-level RBAC controls to secrets management platform

Infisical shipped a feature letting users grant or deny access to individual folders, extending its role-based access control system built on the CASL permissions library. The company frames this as a deceptively complex engineering effort that most customers will never notice, despite being critical to enterprise adoption.

Developer builds fully local LLM stack on M4 Pro Mac Mini with 48GB RAM

A developer detailed a personal setup running local language models on an Apple M4 Pro Mac mini, using Qwen and Gemma models served through an inference tool called oMLX, connected across devices via Tailscale. The setup powers an agent backend called Hermes plus various chat and coding tools, and reportedly takes about 30 minutes to configure.

Tailscale releases tailcat, a standalone netcat-like tool using its network layer without accounts or servers

Tailscale has launched tailcat, an open-source Go package and CLI tool that lets developers move data between two points using the company's underlying network technology—WireGuard encryption, NAT traversal, and DERP relay servers—without any of Tailscale's account system, control plane, or administrative layer. It functions like the classic netcat utility but routes traffic through Tailscale's magicsock networking stack, and can run entirely independent of Tailscale as a company if users host their own DERP relay server.

Tailscale open-sources Tailcat, a lightweight peer-to-peer tunnel tool without accounts

Tailscale released Tailcat, a CLI and Go library that reuses pieces of Tailscale's data plane to create encrypted point-to-point connections like netcat, but without needing Tailscale's control plane or a user account. One machine runs a server and generates a short connection token, which the other side uses to connect; traffic is WireGuard-encrypted and initially routed through DERP relays before attempting a direct peer-to-peer upgrade via NAT traversal.

Tailscale lets users build a free private network for remote PC access

A ZDNET writer describes setting up Tailscale, a free service that links home computers—two physical machines and four virtual ones—into a secure private network called a tailnet. The setup allowed remote desktop access to all machines from abroad without configuring router settings or firewall rules, using tools already familiar to the user like Remote Desktop clients.