Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c10udburst/tailscale-systray
A cross-platform system tray app for managing Tailscale status, exit nodes, and other related functionalities.
https://github.com/c10udburst/tailscale-systray
linux systray systray-application tailscale tailscale-client vpn wireguard
Last synced: 9 days ago
JSON representation
A cross-platform system tray app for managing Tailscale status, exit nodes, and other related functionalities.
- Host: GitHub
- URL: https://github.com/c10udburst/tailscale-systray
- Owner: C10udburst
- License: gpl-3.0
- Created: 2023-08-05T21:27:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-14T10:54:43.000Z (11 months ago)
- Last Synced: 2024-10-15T06:33:30.141Z (22 days ago)
- Topics: linux, systray, systray-application, tailscale, tailscale-client, vpn, wireguard
- Language: Go
- Homepage:
- Size: 87.9 KB
- Stars: 35
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tailscale Systray
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.
![image](https://github.com/C10udburst/tailscale-systray/assets/18114966/adc69050-a320-4e3d-952b-fcf57185c8d4)
## Features
- **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.## Installation
### Windows
In PowerShell, run the following command:
```powershell
(iwr -useb https://raw.githubusercontent.com/C10udburst/tailscale-systray/master/install.txt).content | iex
```### macOS
In Terminal, run the following command:
```bash
curl -fsSL https://raw.githubusercontent.com/C10udburst/tailscale-systray/master/install.txt | sh
```### Linux
In Terminal, run the following command:
```bash
curl -fsSL https://raw.githubusercontent.com/C10udburst/tailscale-systray/master/install.txt | sh
```## Update
Just run the installation command again to update the application.
## Uninstall
### Windows
In PowerShell, run the following command:
```powershell
(iwr -useb https://raw.githubusercontent.com/C10udburst/tailscale-systray/master/uninstall.txt).content | iex
```### macOS
In Terminal, run the following command:
```bash
curl -fsSL https://raw.githubusercontent.com/C10udburst/tailscale-systray/master/uninstall.txt | sh
```### Linux
In Terminal, run the following command:
```bash
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.