The easiest, most secure way to use WireGuard and 2FA.
Go to file
Will Norris 8bf6bb7c24 cmd/systray: WIP of a linux systray app
This adds a systray app for linux, similar to the apps for macOS and
windows. There are already a number of community-developed systray apps,
but most of them are either long abandoned, are built for a specific
desktop environment, or simply wrap the tailscale CLI.

This uses fyne.io/systray (a fork of github.com/getlantern/systray)
which uses newer D-Bus specifications to render the tray icon and menu.
This results in a pretty broad support for modern Desktop Environments.

---

This is a work in progress. Some things are still half-built, this is
just where I stopped to take a break.

 - fast user switching works
 - connect and disconnecting work, and show correct icon (including the
   animated loading icon while connecting)
 - devices menu works, but seems to have issues with really large menus,
   either crashing or rending off-screen with no scroll option.
 - clipboard and notification integration works to copy device IPs
 - exit node menu is built, but currently non-functional (this is where I
   stopped). Exit nodes are not re-rendered when switching profiles.

The code is currently "okay", but certainly needs cleanup, docs, etc.

Signed-off-by: Will Norris <will@tailscale.com>
2024-07-10 14:20:27 -07:00
.bencher bencher: add config to suppress failures on benchmark regressions. 2021-10-01 16:16:02 -07:00
.github scripts: don't refresh the pacman repository on Arch (#12194) 2024-07-03 09:58:01 -07:00
appc appc: don't schedule advertisement of 0 routes 2024-06-25 08:12:51 -07:00
atomicfile various: add golangci-lint, fix issues (#7905) 2023-04-17 18:38:24 -04:00
chirp all: update copyright and license headers 2023-01-27 15:36:29 -08:00
client client/tailscale: use safesocket.ConnectContext 2024-07-08 13:59:41 -07:00
clientupdate clientupdate: return true for CanAutoUpdate for macsys (#12746) 2024-07-08 15:54:50 -07:00
cmd cmd/systray: WIP of a linux systray app 2024-07-10 14:20:27 -07:00
control control/controlknobs,tailcfg,wgengine/magicsock: remove DRPO shutoff switch 2024-07-06 19:50:53 -07:00
derp derp/xdp: retain the link so that the fd is not closed 2024-06-28 14:38:21 -07:00
disco disco: correct noun for nacl box type in disco docs 2023-12-14 16:41:53 -08:00
docs docs/k8s: fix subnet router manifests (#12305) 2024-05-31 19:15:02 +01:00
doctor net/{interfaces,netmon}, all: merge net/interfaces package into net/netmon 2024-04-28 07:34:52 -07:00
drive safesocket: add ConnectContext 2024-06-10 20:00:52 -07:00
envknob ci: enable checklocks workflow for specific packages 2024-06-26 13:55:07 -04:00
gokrazy gokrazy: update breakglass with now-upstreamed ec2 change 2024-06-04 15:21:57 -07:00
health health: send ImpactsConnectivity value over LocalAPI (#12700) 2024-07-03 20:19:06 +00:00
hostinfo hostinfo: update Windows hostinfo to include MSIDist registry value 2024-06-18 10:19:00 -06:00
internal cmd/tailscale/cli: actually perform Noise request in 'debug ts2021' 2024-06-19 19:56:20 -04:00
ipn ipn/ipnlocal: gate systemd-run flags on systemd version (#12747) 2024-07-08 16:40:06 -07:00
jsondb all: update copyright and license headers 2023-01-27 15:36:29 -08:00
k8s-operator cmd/k8s-operator,k8s-operator,go.{mod,sum}: publish proxy status condition for annotated services (#12463) 2024-06-18 19:01:40 +01:00
kube kube: fix typo (#12437) 2024-06-12 16:15:12 +01:00
licenses licenses: update license notices 2024-07-08 11:19:29 -05:00
log net/netns, net/dns/resolver, etc: make netmon required in most places 2024-04-27 12:17:45 -07:00
logpolicy safesocket: add ConnectContext 2024-06-10 20:00:52 -07:00
logtail all: use math/rand/v2 more 2024-06-05 15:24:04 -07:00
metrics all: use Go 1.22 range-over-int 2024-04-16 15:32:38 -07:00
net go.mod: bump bart 2024-07-08 19:10:44 -07:00
omit cmd/tailscaled, ipn/conffile: support ec2 user-data config file 2024-05-30 09:49:18 -07:00
packages/deb go.mod: upgrade nfpm to v2 (#8786) 2023-08-03 13:00:45 -07:00
paths all: use Go 1.22 range-over-int 2024-04-16 15:32:38 -07:00
portlist all: use Go 1.22 range-over-int 2024-04-16 15:32:38 -07:00
posture xcode/iOS: support serial number collection via MDM on iOS (#11429) 2024-06-14 10:59:40 -07:00
prober prober: propagate DERPMap request creation errors 2024-07-09 13:43:51 +01:00
proxymap ci: enable checklocks workflow for specific packages 2024-06-26 13:55:07 -04:00
publicapi api.md: direct TOC links to new publicapi docs location 2024-05-20 11:15:44 -04:00
release release/dist/qnap: omit .qpkg.codesigning files 2024-04-25 11:20:40 -04:00
safesocket safesocket: add ConnectContext 2024-06-10 20:00:52 -07:00
safeweb safeweb: handle mux pattern collisions more generally (#11801) 2024-04-25 16:08:30 -07:00
scripts scripts: don't refresh the pacman repository on Arch (#12194) 2024-07-03 09:58:01 -07:00
smallzstd all: use Go 1.22 range-over-int 2024-04-16 15:32:38 -07:00
ssh/tailssh cmd/k8s-operator,ssh/tailssh,tsnet: optionally record 'kubectl exec' sessions via Kubernetes operator's API server proxy (#12274) 2024-07-08 21:18:55 +01:00
syncs syncs: fix AtomicValue for interface kinds (#11943) 2024-04-30 14:27:58 -07:00
tailcfg wgengine/magicsock: add debug envknob for injecting an endpoint 2024-07-08 07:59:40 -07:00
taildrop all: use new AppendEncode methods available in Go 1.22 (#11079) 2024-02-08 17:55:03 -08:00
tempfork cmd/tailscale: add shell tab-completion 2024-04-17 18:54:10 +01:00
tka ipn/ipnlocal: allow multiple signature chains from the same SigCredential 2024-06-27 19:28:57 +01:00
tool tool/gocross: fix regression detecting when gocross needs rebuild 2024-07-01 14:40:51 -07:00
tsconst all: update copyright and license headers 2023-01-27 15:36:29 -08:00
tsd health, all: remove health.Global, finish plumbing health.Tracker 2024-04-26 12:03:11 -07:00
tsnet tsnet: do not log an error on shutdown 2024-06-27 13:28:19 +01:00
tstest safesocket: add ConnectContext 2024-06-10 20:00:52 -07:00
tstime all: use math/rand/v2 more 2024-06-05 15:24:04 -07:00
tsweb tsweb: accept a function to call before request handling 2024-06-26 11:27:26 +01:00
types types/opt: add generic Value[T any] for optional values of any types 2024-07-08 17:00:43 -05:00
util util/winutil/gp, net/dns: add package for Group Policy API 2024-07-08 20:37:03 -05:00
version version/mkversion: allow env config of oss git cache dir 2024-07-01 16:22:55 -07:00
wf go.mod, all: move away from inet.af domain seized by Taliban 2024-02-13 19:21:09 -08:00
wgengine wgengine/magicsock: add debug envknob for injecting an endpoint 2024-07-08 07:59:40 -07:00
words words: add some fruit with scales (#8460) 2024-05-13 09:26:24 -07:00
.gitattributes .: add .gitattributes entry to use Go hunk-header driver 2021-12-03 17:56:02 -08:00
.gitignore ssh/tailssh: add integration test 2024-05-01 11:19:36 -05:00
.golangci.yml ci: run 'go vet' in golangci-lint; fix errors in tests 2023-12-07 15:08:28 -05:00
ALPINE.txt ALPINE.txt,Dockerfile{.base},build_docker.sh: bump alpine (#10543) 2023-12-11 07:03:18 +00:00
api.md api.md: direct TOC links to new publicapi docs location 2024-05-20 11:15:44 -04:00
AUTHORS Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
build_dist.sh cmd/tailscale: add shell tab-completion 2024-04-17 18:54:10 +01:00
build_docker.sh cmd/{k8s-nameserver,k8s-operator},k8s-operator: add a kube nameserver, make operator deploy it (#11919) 2024-04-30 20:18:23 +01:00
CODE_OF_CONDUCT.md Add a code of conduct. 2020-02-10 22:16:30 -08:00
CODEOWNERS CODEOWNERS: add the start of an owners file 2023-08-16 15:57:29 -07:00
Dockerfile Dockerfile: use Go 1.22 2024-02-07 18:10:15 -08:00
Dockerfile.base ALPINE.txt,Dockerfile{.base},build_docker.sh: bump alpine (#10543) 2023-12-11 07:03:18 +00:00
flake.lock flake.nix: build tailscale with go 1.22 2024-02-11 20:43:40 -08:00
flake.nix go.mod.sri: update SRI hash for go.mod changes 2024-07-08 11:19:06 -05:00
go.mod cmd/systray: WIP of a linux systray app 2024-07-10 14:20:27 -07:00
go.mod.sri go.mod.sri: update SRI hash for go.mod changes 2024-07-08 11:19:06 -05:00
go.sum cmd/systray: WIP of a linux systray app 2024-07-10 14:20:27 -07:00
go.toolchain.branch go.toolchain.rev: bump to Go 1.22.0 (#11055) 2024-02-07 14:57:57 -07:00
go.toolchain.rev go.toolchain.rev: update to Go 1.22.5 (#12690) 2024-07-02 14:39:30 -07:00
gomod_test.go go.mod: add test that replace directives aren't added in oss 2023-09-29 12:31:52 -07:00
header.txt cmd/k8s-operator: operator can create subnetrouter (#9505) 2023-12-14 13:51:59 +00:00
LICENSE all: update tools that manage copyright headers 2023-01-27 15:36:29 -08:00
Makefile cmd/k8s-operator: add depaware.txt 2024-07-08 12:43:10 -07:00
PATENTS Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
pull-toolchain.sh pull-toolchain.sh: don't run update-flake.sh 2023-02-09 15:04:01 -08:00
README.md go.mod, README.md: use Go 1.22 2024-02-07 18:10:15 -08:00
SECURITY.md Add a SECURITY.md for vulnerability reports. 2020-02-11 10:26:41 -08:00
shell.nix go.mod.sri: update SRI hash for go.mod changes 2024-07-08 11:19:06 -05:00
staticcheck.conf all: cleanup unused code, part 2 (#10670) 2023-12-21 17:40:03 -08:00
update-flake.sh Code Improvements (#11311) 2024-03-08 15:24:36 -08:00
version_test.go go.mod,wgengine/netstack: bump gvisor 2024-01-19 18:23:53 -08:00
version-embed.go version: return correct Meta.MajorMinorPatch in non-dev builds 2023-02-10 13:00:44 -08:00
VERSION.txt VERSION.txt: this is v1.69.0 (#12441) 2024-06-12 11:16:33 -06:00

Tailscale

https://tailscale.com

Private WireGuard® networks made easy

Overview

This repository contains the majority of Tailscale's open source code. Notably, it includes the tailscaled daemon and the tailscale CLI tool. The tailscaled daemon runs on Linux, Windows, macOS, and to varying degrees on FreeBSD and OpenBSD. The Tailscale iOS and Android apps use this repo's code, but this repo doesn't contain the mobile GUI code.

Other Tailscale repos of note:

For background on which parts of Tailscale are open source and why, see https://tailscale.com/opensource/.

Using

We serve packages for a variety of distros and platforms at https://pkgs.tailscale.com.

Other clients

The macOS, iOS, and Windows clients use the code in this repository but additionally include small GUI wrappers. The GUI wrappers on non-open source platforms are themselves not open source.

Building

We always require the latest Go release, currently Go 1.22. (While we build releases with our Go fork, its use is not required.)

go install tailscale.com/cmd/tailscale{,d}

If you're packaging Tailscale for distribution, use build_dist.sh instead, to burn commit IDs and version info into the binaries:

./build_dist.sh tailscale.com/cmd/tailscale
./build_dist.sh tailscale.com/cmd/tailscaled

If your distro has conventions that preclude the use of build_dist.sh, please do the equivalent of what it does in your distro's way, so that bug reports contain useful version information.

Bugs

Please file any issues about this code or the hosted service on the issue tracker.

Contributing

PRs welcome! But please file bugs. Commit messages should reference bugs.

We require Developer Certificate of Origin Signed-off-by lines in commits.

See git log for our commit message style. It's basically the same as Go's style.

About Us

Tailscale is primarily developed by the people at https://github.com/orgs/tailscale/people. For other contributors, see:

WireGuard is a registered trademark of Jason A. Donenfeld.