# tailscale-builds **Repository Path**: mirrors_prashantv/tailscale-builds ## Basic Information - **Project Name**: tailscale-builds - **Description**: Tailscale binaries for old ARM architectures - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-31 - **Last Updated**: 2026-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [Build new version](https://github.com/prashantv/tailscale-builds/actions/workflows/build.yaml) Once the release is built, download using curl: ```console $ VERSION=v1.30.2 $ rm tailscale tailscaled $ curl -L -o tailscale https://github.com/prashantv/tailscale-builds/releases/download/$VERSION/tailscale-linux-armv5 $ curl -L -o tailscaled https://github.com/prashantv/tailscale-builds/releases/download/$VERSION/tailscaled-linux-armv5 $ chmod a+rx tailscale tailscaled # restart tailscaled after replacing ```