Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deedlefake/trayscale
An unofficial GUI wrapper around the Tailscale CLI client.
https://github.com/deedlefake/trayscale
golang gtk4 hacktoberfest libadwaita linux tailscale
Last synced: about 23 hours ago
JSON representation
An unofficial GUI wrapper around the Tailscale CLI client.
- Host: GitHub
- URL: https://github.com/deedlefake/trayscale
- Owner: DeedleFake
- License: mit
- Created: 2022-03-28T04:24:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T22:22:13.000Z (about 1 month ago)
- Last Synced: 2024-11-06T17:39:15.320Z (8 days ago)
- Topics: golang, gtk4, hacktoberfest, libadwaita, linux, tailscale
- Language: Go
- Homepage:
- Size: 668 KB
- Stars: 479
- Watchers: 7
- Forks: 17
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Trayscale
=========[![Go Report Card](https://goreportcard.com/badge/deedles.dev/trayscale)](https://goreportcard.com/report/deedles.dev/trayscale)
Trayscale is an unofficial GUI interface for the Tailscale daemon particularly for use on Linux, as no official Linux GUI client exists. It provides a basic system tray icon and a fairly comprehensive UI with support for many of Tailscale's features.
_Disclaimer: This project is in a beta state. There may still be undiscovered bugs or compatibility issues. Use at your own risk._
![screenshot](https://github.com/user-attachments/assets/712b0447-16bc-4e17-bd4f-675f6728ba46)
Tailscale Config
----------------Trayscale interfaces with the Tailscale daemon, `tailscaled`, to perform many of its operations. In order for this to work, the daemon must have been configured with the current user as the "operator". To do this, run `sudo tailscale set --operator=$USER` from the command-line at least once manually.
Installation
------------Note that the above config note about the current user being designated as an "operator" still applies to the Flatpak version of this app. However, the `tailscale` client is bundled into the Flatpak and thus does _not_ need to be in your `$PATH`.
### AUR
If you are on Arch Linux or a derivative, [Trayscale is available from the AUR](https://aur.archlinux.org/packages/trayscale).
### Manual
First, make sure that you have dependencies installed:
* Go >= 1.23
* GTK >= 4.0
* Libadwaita >= 1.4The main Trayscale binary can be installed with `go install`:
```bash
$ go install deedles.dev/trayscale/cmd/trayscale@latest
```If you would like, you can also copy the `.desktop` file, the icon, and other pieces of extra metadata into the places that they need to be put to function properly:
* `dev.deedles-trayscale.desktop` -> `$HOME/.local/share/applications/`
* `dev.deedles.Trayscale.png` -> `$HOME/.local/share/icons/hicolor/256x256/apps/`Note that without copying both of these files into the correct locations, notifications will likely not function correctly in GNOME. Also keep in mind that if the `trayscale` binary is not in your `$PATH` in a way that the desktop environment can locate then the `.desktop` file will not be considered valid. If this is an issue, modify the file manually and change the `Exec=` line to point directly to the binary with an absolute path.
Donate
------