Back to search results
tailscale owner avatar

tailscale

The easiest, most secure way to use WireGuard and 2FA.

Tool 2fa oauth sso
Minimal

Install package

Latest
min add tailscale
Source archive SHA256
80eec367…b644
Spec hash
29c1d571…40a0
Target
amd64/linux
Needs network
Yes
Closed source
No

Quick links

[ Docs ] [ Changelog ] [ Repo ] [ Security ] [ SBOM ]

What is tailscale?

The easiest, most secure way to use WireGuard and 2FA.

How to use this package

Quick install

Installs the package into the current environment for this session. Use --build or --runtime to persist it as a build-time or runtime dependency.

min add tailscale

Declare as a task dependency in minimal.toml

Listing the package under tasks.<name>.packages makes it available inside that task’s sandbox.

[tasks.dev]
packages = ["tailscale"]

Build-time vs runtime

Choose build-time for tools needed during compilation, runtime for dynamic libraries loaded at runtime.

min add --build tailscale
min add --runtime tailscale