EN
返回档案库

档案库 · 开发与企业工具 · 战略决策 · 2026

Tailscale 开源 tailcat:无需账号的加密 netcat

在 TailscaleUp 2026 大会上,Tailscale 开源了 tailcat——基于 WireGuard 的隧道,无需账号或 tailnet;星标数几天内从约 2.7k 涨到 5.9k。

Tailscale

它在赌什么Tailscale 的数据平面而非控制平面才是持久的护城河——因此开源一个基于它的零账号 netcat,让受管连接自行销售。在扩

做的是什么生意

tailcat is an open-source, netcat-style CLI from Tailscale that connects two or more machines across different networks over an encrypted tunnel. It is a remix of Tailscale that uses the open-source Tailscale data plane — WireGuard encryption, NAT traversal and DERP relays — without the Tailscale control plane: no accounts, logins, IP addresses, users, admins or ACLs. One machine runs tailcat and generates a shareable address; another connects with that address, directly when NAT traversal succeeds and through a relay otherwise. It supports piping, port forwarding, no-auth SSH sessions, SOCKS5 proxying, exit nodes, ephemeral or long-lived keys, and a WebAssembly browser build, and its hosted relay service keeps metadata logs for fairness rather than privacy.

起因

Tailscale built its business on identity-first mesh networking: a control plane that coordinates keys, ACLs and device authorization, with an open-source data plane (WireGuard plus NAT traversal) doing the encryption and connectivity work. By 2026 the company had raised a $160M Series C and was a leader in the identity-first networking category. tailcat grew out of the observation that many connection jobs are too small for that machinery — a machine already runs netcat-style tools, but bare TCP cannot cross NATs and firewalls.

经过

The tailcat repository existed since October 2024 but stayed small until Tailscale announced the tool at its TailscaleUp conference in late August 2026. The announcement framed it as 'Tailscale without Tailscale, made by Tailscale': WireGuard-encrypted peer-to-peer tunnels in userspace, with no root and no account, where the shared address is the entire connection credential. Within days it topped GitHub's daily trending lists — 2,709 stars with +965 on August 28, 5.9k stars by September 2 — and commentary debated whether giving away the data plane undermines or feeds the paid product.

结果

As of 2026-09-05 tailcat is live and still trending, with about 5.9k stars and a place in GitHub's daily top-10 in early September. Tailscale positions it as deliberately narrower than the main product — no identity, policy, device management or audit — and keeps the managed tailcat relay for convenience while noting it logs metadata. The strategic question is whether a free, account-free tunnel attracts developers who later buy the governed control plane for real workloads, or whether it simply trains users to expect tunnels without management.

背景

tailcat 是 Tailscale 在 2026 年 8 月底 TailscaleUp 大会上推出的开源、netcat 风格 CLI。它使用 Tailscale 开源数据平面(NAT 穿透、DERP 中继)在不同网络之间建立 WireGuard 加密隧道,但无需 Tailscale 控制平面:没有账号、tailnet、IP 地址或 ACL。主机生成一个可分享地址,任何知道该地址的机器即可连接。

该工具将以往需要 VPN 客户端或 SSH 隧道配置的工作压缩成一条命令,明确针对短时任务:远程开发、文件传输、CI、游戏会话,以及给 AI 代理临时机器访问权限而无需加入网络。它还提供 WebAssembly 浏览器版本,对端无需安装即可连接。

发布被冠以“没有 Tailscale 的 Tailscale,由 Tailscale 制造”之名,中国科技评论称之为“自毁式开源”,因为 Tailscale 的业务是销售控制平面——协调、ACL、单点登录、审计——而 tailcat 将其剥离。其逻辑是:控制平面的价值在企业级管理,而数据平面应成为独立生态,开发者可在任何地方集成。

吸引关注的速度很快:仓库首次上榜是 2026-08-28,2,709 星(当日 +965);8 月 30 日达 3.4k;9 月 2 日达 5.9k,并在当日 GitHub 日榜上排第 8。截至 2026-09-05 仍在线,悬而未决的问题是:这个免费、无管理的隧道是否会促使开发者转向 Tailscale 的受管产品,还是独立存在。

这件事要成立,得有什么

  • 加密的点对点连接是基础能力;差异化在于用户态实现,无需 root、账号或协调服务。
  • 令牌作为完整凭证符合开发者分享访问权的方式——就像 SSH 授权密钥——同时消除了导致工具失败的注册成本。
  • 开源数据平面扩大了围绕 magicsock 和 DERP 的生态,使 Tailscale 技术成为其他工具的默认基础。
  • 企业仍然需要身份、策略和审计来管理持续访问,这使付费控制平面保持相关性,即使免费工具在增长。

可借鉴之处

公司可以免费提供核心技术层仍能取胜,只要它保留的层——身份、策略、审计——才是企业真正付费的地方。

后续进展

tailcat 在 2026 年 8 月底 TailscaleUp 发布后几天内从沉寂仓库变为 GitHub 热门,到 9 月 2 日达到 5.9k 星并进入日榜前十。产品页面称 tailcat 不是 Tailscale 的替代品,并有意保留托管中继记录元数据——表明免费工具是引流,而非业务。开发者是否会从一次性令牌隧道升级到受管 tailnet,以及无账号模式是否产生滥用或支持成本,将决定这次赠送是战略之举还是仅仅流行。

资料来源

发现哪里写错了?告诉我们。

轮到你了

你刚读完一家。说说你在做什么,看看谁在赌同一件事。

免费账号 · 3 次免费提问 · 不用绑卡

相关案例