Wakeful-Cloud / tailscale

Auto-synchronizing, auto-building fork of tailscale

Home Page:https://tailscale.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tailscale

GitHub Synchronization Status GitHub Build Status

Fork of the Tailscale that auto-synchronizes with upstream and auto-builds a highly space-optimized Tailscale client for a variety of architectures (running Linux).

To download, find the artifacts for the latest build here.

FAQ

What are the differences between this fork and upstream?

This fork uses a modified build_dist.sh to support cross-compilation and UPX for minification. Beyond that, this fork adds the GitHub actions required for automatic synchronization and building.

What architectures are supported?

  • i386 (linux/386)
  • X86 64-bit (linux/amd64)
  • Arm 32-bit (linux/arm)
  • Arm 64-bit (linux/arm64)
  • MIPS 32-bit big endian (linux/mips)
  • MIPS 32-bit little endian (linux/mipsle)
  • MIPS 64-bit big endian (linux/mips64)1
  • MIPS 64-bit little endian (linux/mips64le)1
  • RISC-V 64-bit (linux/riscv64)1

Footnotes

  1. UPX is not supported for these architectures, therefore the binaries are not as small as the others. 2 3

About

Auto-synchronizing, auto-building fork of tailscale

https://tailscale.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 96.2%Language:TypeScript 2.0%Language:Shell 0.9%Language:HTML 0.2%Language:CSS 0.2%Language:PowerShell 0.1%Language:Nix 0.1%Language:Makefile 0.1%Language:Lua 0.1%Language:Dockerfile 0.1%Language:JavaScript 0.0%