Article·tailscale.com
infrastructuresecuritydevopsautomationcloud-functionsdeploymentopen-sourcetailscalewireguard
Tailscale's new macOS home
Update your Tailscale macOS app for a native, high-performance secure networking experience. This release improves integration and simplifies access to your Tailnet on Apple devices, boosting productivity for remote work.
beginner5 min5 steps
The play
- Understand the UpdateRecognize that the new Tailscale macOS app offers a more native look, improved performance, and better system integration. This enhances secure network access for remote work, development, and IT management.
- Install or Update TailscaleOpen your terminal and run the following command to install or update Tailscale via Homebrew. If you prefer, download the latest version directly from the official Tailscale website.
- Log In to Your TailnetLaunch the Tailscale app from your Applications folder. Click 'Log in' and follow the browser prompts to authenticate with your identity provider (e.g., Google, Microsoft, Okta) and connect to your private Tailnet.
- Verify ConnectivityOpen the Tailscale app menu from the macOS menu bar. Ensure your device shows as 'Connected' and test connectivity by pinging another device on your Tailnet (e.g., `ping <device-ip-or-hostname>`).
- Explore Enhanced FeaturesTake advantage of the improved performance and native integrations for a smoother secure networking experience on macOS. Notice the enhanced UI and improved stability in your daily workflow.
Starter code
brew install tailscale && open /Applications/Tailscale.app
Source