mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-13 14:43:19 +00:00
Updated Tailscaled on macOS (markdown)
@@ -12,13 +12,11 @@ This page is about how to do (3), use `tailscaled` and `tailscale`.
|
||||
|
||||
## Install Go
|
||||
|
||||
Install Go 1.15+ (Intel Macs) or Go 1.16+ (M1/Apple Silicon ARM macs), from https://golang.org/dl/ or Homebrew, etc.
|
||||
|
||||
We recommend Go 1.16.
|
||||
Install Go 1.17+ from https://golang.org/dl/ or Homebrew, etc.
|
||||
|
||||
## Compile Tailscale
|
||||
|
||||
With Go 1.16, it's as easy as:
|
||||
Run:
|
||||
```
|
||||
$ go install tailscale.com/cmd/tailscale{,d}@main
|
||||
```
|
||||
@@ -64,6 +62,3 @@ Compared to the GUI version of Tailscale, running `tailscaled` instead has the f
|
||||
* `tailscaled` can run at system boot before any user has logged in (e.g. letting you VNC to your computer after a power outage)
|
||||
* is fully open source (Tailscale GUI parts aren't open source on non-free operating systems)
|
||||
|
||||
## Comparison to Linux `tailscaled`
|
||||
|
||||
* `tailscaled` on Linux [can be a subnet router](https://tailscale.com/kb/1019/subnets) ("relay node"); `tailscaled` on macOS can not. https://github.com/tailscale/tailscale/issues/911 tracks adding such support.
|
Reference in New Issue
Block a user