The easiest, most secure way to use WireGuard and 2FA.
Go to file
Brad Fitzpatrick d37e8d0bfa .github/workflows: remove redundant work between staticcheck jobs
Make the OS-specific staticcheck jobs only test stuff that's specialized
for that OS. Do that using a new ./tool/listpkgs program that's a fancy
'go list' with more filtering flags.

Updates tailscale/corp#28679

Change-Id: I790be2e3a0b42b105bd39f68c4b20e217a26de60
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2025-06-17 07:37:10 -07:00
.bencher bencher: add config to suppress failures on benchmark regressions. 2021-10-01 16:16:02 -07:00
.github .github/workflows: remove redundant work between staticcheck jobs 2025-06-17 07:37:10 -07:00
appc appc: fix a deadlock in route advertisements (#15031) 2025-02-18 11:31:14 -08:00
atomicfile atomicfile: use ReplaceFile on Windows so that attributes and ACLs are preserved 2025-01-15 13:57:37 -05:00
chirp scripts/check_license_headers.sh: delete, rewrite as a Go test 2025-06-16 13:35:38 -07:00
client client/local: use an iterator to stream bus events (#16269) 2025-06-13 15:47:35 -07:00
clientupdate clientupdate: fix MSI exit code handling, preserve MSI and updater logs on Windows 2025-04-09 15:25:42 -05:00
cmd scripts/check_license_headers.sh: delete, rewrite as a Go test 2025-06-16 13:35:38 -07:00
control health: prefix Warnables received from the control plane 2025-06-09 10:35:22 +01:00
derp net/netcheck: preserve live home DERP through packet loss 2025-06-13 11:05:20 -07:00
disco net/udprelay{/endpoint}, all: move ServerEndpoint to independent pkg (#15934) 2025-05-09 11:29:36 -07:00
docs docs/commit-messages.md: explain #cleanup commits (#15933) 2025-05-12 16:23:36 -07:00
doctor all: remove non-applicable "linux" deps on Android 2025-05-07 21:05:13 -07:00
drive drive: fix index out of bounds when parsing request local paths (#15517) 2025-04-09 14:12:23 -07:00
envknob ssh/tailssh: add Plan 9 support for Tailscale SSH 2025-04-02 07:36:04 -07:00
feature feature/relayserver,net/{netcheck,udprelay}: implement addr discovery (#16253) 2025-06-12 09:57:45 -07:00
gokrazy gokrazy/natlab: update gokrazy, wire up natlab tests to GitHub CI 2025-03-04 18:57:29 -08:00
health cmd/tailscale/cli: add a risk message about rp_filter 2025-06-10 07:38:06 +01:00
hostinfo hostinfo, ipnlocal: add optional os-specific callback for querying the hostname (#15647) 2025-04-14 15:02:32 -04:00
internal cmd/k8s-operator,internal/client/tailscale: use VIPService annotations for ownership tracking (#15356) 2025-03-21 09:08:39 +00:00
ipn scripts/check_license_headers.sh: delete, rewrite as a Go test 2025-06-16 13:35:38 -07:00
jsondb all: update copyright and license headers 2023-01-27 15:36:29 -08:00
k8s-operator cmd/k8s-operator,kube/kubetypes,k8s-operator/apis: reconcile L3 HA Services (#15961) 2025-05-19 12:58:32 +01:00
kube cmd/k8s-operator,kube/kubetypes,k8s-operator/apis: reconcile L3 HA Services (#15961) 2025-05-19 12:58:32 +01:00
licenses licenses: update license notices 2025-04-07 12:09:43 -07:00
log log/sockstatlog: don't block for more than 5s on shutdown 2024-07-12 17:50:11 +01:00
logpolicy logpolicy: fix log target override with a custom HTTP client 2025-04-09 22:04:23 +01:00
logtail logtail: remove unneeded IP redaction code 2025-05-02 13:37:27 -07:00
maths maths: add exponentially weighted moving average type 2025-02-25 11:59:19 -08:00
metrics metrics,syncs: add ShardedInt support to metrics.LabelMap 2024-12-23 13:10:18 -08:00
net scripts/check_license_headers.sh: delete, rewrite as a Go test 2025-06-16 13:35:38 -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: illumos/solaris userspace only support 2025-01-09 14:46:23 -08:00
portlist portlist: add Plan 9 support 2025-04-02 07:36:04 -07:00
posture posture: propagate serial number from MDM on Android 2025-06-03 17:15:52 +02:00
prober prober: speed up TestCRL ~450x by baking in some test keys 2025-06-16 19:47:02 -07:00
proxymap ipnlocal,proxymap,wgengine/netstack: add optional WhoIs/proxymap debug 2024-09-10 14:23:33 -07:00
release cmd/dist,release/dist: sign QNAP builds with a Google Cloud hosted key 2025-04-17 08:39:31 -05:00
safesocket all: remove non-applicable "linux" deps on Android 2025-05-07 21:05:13 -07:00
safeweb safeweb: Set Cross-Origin-Opener-Policy for browser requests (#15936) 2025-05-09 13:44:36 -07:00
scripts scripts/check_license_headers.sh: delete, rewrite as a Go test 2025-06-16 13:35:38 -07:00
sessionrecording net/{netx,memnet},all: add netx.DialFunc, move memnet Network impl 2025-04-08 10:07:47 -07:00
smallzstd all: use Go 1.22 range-over-int 2024-04-16 15:32:38 -07:00
ssh/tailssh ssh/tailssh: display more useful error messages when authentication fails 2025-06-03 14:00:04 -05:00
syncs syncs: fix AtomicValue.CompareAndSwap (#16137) 2025-05-30 11:06:16 -07:00
tailcfg controlclient,health,ipnlocal,tailcfg: add DisplayMessage support 2025-05-30 14:48:11 +01:00
tempfork tempfork/acme: update to latest version (#15543) 2025-04-04 16:32:12 -07:00
tka tka: reject removal of the last signing key 2025-06-16 15:38:37 +01:00
tool .github/workflows: remove redundant work between staticcheck jobs 2025-06-17 07:37:10 -07:00
tsconsensus tsconsensus: protect from data race 2025-06-16 10:31:51 -07:00
tsconst cmd/tailscale/cli: support passing network lock keys via files 2024-08-14 09:18:34 -07:00
tsd all: update the tsd.System constructor name (#15372) 2025-04-16 10:10:45 -07:00
tsnet cmd/tailscale/cli: add a risk message about rp_filter 2025-06-10 07:38:06 +01:00
tstest feature/taildrop, ipn/ipnlocal: remove leftover dup calls to osshare 2025-05-08 10:08:27 -07:00
tstime tstime: add GoDuration which JSON serializes with time.Duration.String (#15726) 2025-04-17 15:51:41 -07:00
tsweb scripts/check_license_headers.sh: delete, rewrite as a Go test 2025-06-16 13:35:38 -07:00
types types/netmap,wgengine/magicsock: propagate CapVer to magicsock.endpoint (#16244) 2025-06-10 17:31:14 -07:00
util util/must: add Get2 for functions that return two values 2025-06-16 19:08:58 +01:00
version tool/gocross: make gocross opt-in instead of opt-out 2025-06-16 14:38:16 -07:00
wf wf/firewall: allow link-local multicast for permitted local routes when the killswitch is on on Windows 2024-10-02 18:36:01 -05:00
wgengine ipn/ipnlocal,wgengine/magicsock: use eventbus for node & filter updates (#16271) 2025-06-16 08:42:09 -07:00
words words: C what I did there? 2025-04-08 09:18:38 -07:00
.gitattributes .: add .gitattributes entry to use Go hunk-header driver 2021-12-03 17:56:02 -08:00
.gitignore tstest/tailmac: add customized macOS virtualization tooling (#13146) 2024-08-19 15:01:19 -04:00
.golangci.yml .github: Bump golangci/golangci-lint-action from 6.5.0 to 7.0.0 (#15476) 2025-04-14 16:04:36 -06:00
ALPINE.txt Bump Alpine, link iptables back to legacy (#15428) 2025-03-26 01:48:01 +00:00
api.md {api.md,publicapi}: remove old API docs (#13468) 2024-09-13 14:10:33 -06:00
assert_ts_toolchain_match.go tailscaleroot: panic if tailscale_go build tag but Go toolchain mismatch 2024-10-06 15:22:04 -07:00
AUTHORS Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
build_dist.sh hostinfo,tailcfg: report TPM availability on windows/linux (#15831) 2025-05-02 11:01:13 -07:00
build_docker.sh cmd/tsidp: add Docker image building support (#16078) 2025-06-03 12:52:00 -04: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 Bump Alpine, link iptables back to legacy (#15428) 2025-03-26 01:48:01 +00:00
Dockerfile.base Bump Alpine, link iptables back to legacy (#15428) 2025-03-26 01:48:01 +00:00
flake.lock nix: update nix and use go 1.24 (#15578) 2025-04-08 09:38:48 -07:00
flake.nix nix: update nix and use go 1.24 (#15578) 2025-04-08 09:38:48 -07:00
go.mod .github/workflows: do a go mod download & cache it before all jobs 2025-06-16 09:04:31 -07:00
go.mod.sri nix: update nix and use go 1.24 (#15578) 2025-04-08 09:38:48 -07:00
go.sum go.mod: bump github.com/cloudflare/circl (#16264) 2025-06-13 11:30:55 -07:00
go.toolchain.branch go.toolchain.branch: update to Go 1.24 (#15016) 2025-02-19 10:55:49 -08:00
go.toolchain.rev go.toolchain.rev: bump to go 1.24.4 (#16230) 2025-06-10 14:39:27 -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
license_test.go scripts/check_license_headers.sh: delete, rewrite as a Go test 2025-06-16 13:35:38 -07:00
Makefile .github/workflows: remove redundant work between staticcheck jobs 2025-06-17 07:37:10 -07:00
PATENTS Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
pkgdoc_test.go all: skip looking for package comments in .git/ repository (#15384) 2025-03-21 14:46:02 -07:00
pull-toolchain.sh pull-toolchain.sh: don't run update-flake.sh 2023-02-09 15:04:01 -08:00
README.md commit-messages.md: make our git commit message style guide public 2025-04-08 11:41:47 -07:00
SECURITY.md Add a SECURITY.md for vulnerability reports. 2020-02-11 10:26:41 -08:00
shell.nix nix: update nix and use go 1.24 (#15578) 2025-04-08 09:38:48 -07: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_tailscale_test.go tailscaleroot: panic if tailscale_go build tag but Go toolchain mismatch 2024-10-06 15:22:04 -07:00
version_test.go .github/workflows: test that ./go/tool version matches go mod version 2025-06-16 15:04:10 -07:00
version-embed.go Fix various linting, vet & static check issues 2025-01-04 15:11:10 -08:00
VERSION.txt VERSION.txt: this is v1.85.0 (#16042) 2025-05-21 15:27:32 -04: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.23. (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 commit-messages.md (or skim git log) for our commit message 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.