⚠️ TESTING/PRERELEASE VERSION ⚠️
This is a prerelease build of Tailscale v1.90.2 for testing purposes.
Use at your own risk! This version may contain bugs or experimental features.
To use this version, run the update script with the --testing flag:
./update-tailscale.sh --testingFor a complete changelog go to https://github.com/tailscale/tailscale/releases/tag/v1.90.2
This release was created by:
- Building a combined binary of
tailscaleandtailscaledwith thets_include_clibuild tag - Optimized for router/embedded use - removes desktop/enterprise features while keeping essential router functionality
- Keeps critical features: DNS, routes, exit nodes, health checks, peer API, NAT traversal, and more
- Including
unixsocketidentityfeature for proper LocalAPI access control on Unix/OpenWrt systems - Compressing the binary with UPX
To use both programs, rename tailscaled-OS-ARCH to tailscaled and create a symbolic link (ln -sv tailscaled tailscale). When invoked as tailscale, it acts as the CLI; when invoked as tailscaled, it acts as the daemon.