Download and install Tai Link on the machine you want your agents to work on. ## Download On the remote machine, download Tai Link from the [download page](/download/tai). | Platform | File | |----------|------| | macOS (Apple Silicon) | `tai-darwin-arm64` | | macOS (Intel) | `tai-darwin-amd64` | | Linux (x86-64) | `tai-linux-amd64` | | Linux (ARM64) | `tai-linux-arm64` | | Windows (x86-64) | `tai-windows-amd64.exe` | **macOS / Linux:** ```bash chmod +x tai-* sudo mv tai-* /usr/local/bin/tai ``` **Windows:** open PowerShell and move the `.exe` to a folder in your system PATH: ```powershell Move-Item tai-windows-amd64.exe C:\Windows\tai.exe ``` ## Verify **macOS / Linux:** ```bash tai version --all ``` ``` Version: 1.8.6 Git Commit: 991a213 Build Time: 2026-08-21T06:25:18Z Go Version: go1.25.12 OS/Arch: darwin/arm64 ``` **Windows (PowerShell):** ```powershell tai version --all ``` ``` Version: 1.8.6 Git Commit: 991a213 Build Time: 2026-08-21T06:25:20Z Go Version: go1.25.13 OS/Arch: windows/amd64 ``` If you see the version info, installation is successful. ## What's next - [Connect your first device](/docs/en-us/tai-link/connect-first-device) — create a Server Key, write a config file, and start Tai Link