A modern, WinUI3-based Tailscale client for Windows.
This project was born out of wanting to mess around with WinUI3, and the fact that the Tailscale Windows client looks... not great compared to MacOS. It aims to provide a modern, clean, and feature-rich Tailscale client for Windows while being fully open source, unlike the official one.
Important
Not all features (even somewhat basic ones!) are implemented at this time. This is a work in progress.
Warning
This does not replace the Tailscale daemon. This is just the client UI meant to replace/integrate the Tailscale tray icon app.
- Account switching
- Full login flow, supporting custom control servers such as headscale instances
- QR code logins
- Netmap view (devices page)
- Device details and copy (such as IP, domain, etc.)
- Exit nodes
- Settings (Run unattended, allow Tailscale DNS, accept subnets)
- Taildrop
Grab the installer from the CDN x64/CDN arm64 or from the latest release. Portable versions are also available in releases without automatic updates.
- Prerequisites
- Visual Studio 2022
- Windows 10 21H1 or later
- Windows SDK 22000.194 or later
- Windows App SDK 1.6
- .NET 8.0 SDK
- Clone the repository
- Open the solution in Visual Studio 2022
- Build the solution and run
Warning
To install manually, you will need to sideload the msix package. This means building the package, publishing locally (either via the Create App Package wizard or the Publish wizard). You MUST install the certificate you used to sign the package on your device, or it will not install.
Contributions are welcome! Please open an issue or pull request if you have any suggestions or changes.
This project is licensed under the MIT License. See the LICENSE
file for more information.