在目標機器上下載並安裝 Tai Link。 ## 下載 前往[下載頁面](/download/tai)取得對應平台的 Tai Link。 | 平台 | 檔案 | |------|------| | 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:** 開啟 PowerShell,將 `.exe` 移動到系統 PATH 目錄: ```powershell Move-Item tai-windows-amd64.exe C:\Windows\tai.exe ``` ## 驗證 **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 ``` 看到版本資訊即表示安裝成功。 ## 下一步 - [連接第一台裝置](/docs/zh-tw/tai-link/connect-first-device) — 建立 Server Key、編寫設定檔並啟動 Tai Link