This is an unofficial cross-platform system tray application written in Golang for managing Tailscale status, exit nodes, and other related functionalities. Tailscale is a secure and easy-to-use VPN that allows you to securely connect your devices across the internet.
- System Tray Interface: The application provides a user-friendly system tray interface that allows quick access to Tailscale functionalities directly from the system tray icon.
- Exit Node Management: View current exit node and easily switch to a different exit node.
- Preference Management: Manage Tailscale preferences like DNS, accept routes, and more.
- Device List: View all devices connected to your Tailscale network.
- Cross-platform: The application is designed to work seamlessly on major operating systems such as Windows, macOS, and Linux.
In PowerShell, run the following command:
(iwr -useb https://raw.githubusercontent.com/C10udburst/tailscale-systray/master/install.txt).content | iex
In Terminal, run the following command:
curl -fsSL https://raw.githubusercontent.com/C10udburst/tailscale-systray/master/install.txt | sh
In Terminal, run the following command:
curl -fsSL https://raw.githubusercontent.com/C10udburst/tailscale-systray/master/install.txt | sh
Just run the installation command again to update the application.
In PowerShell, run the following command:
(iwr -useb https://raw.githubusercontent.com/C10udburst/tailscale-systray/master/uninstall.txt).content | iex
In Terminal, run the following command:
curl -fsSL https://raw.githubusercontent.com/C10udburst/tailscale-systray/master/uninstall.txt | sh
In Terminal, run the following command:
curl -fsSL https://raw.githubusercontent.com/C10udburst/tailscale-systray/master/uninstall.txt | sh
This application is an unofficial project and is not associated with the official Tailscale project. Use it at your own risk, and the developers are not liable for any potential issues or damages caused by the usage of this application.