Agent を動かしたいマシンに 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/ja-jp/tai-link/connect-first-device) — Server Key の作成、設定ファイルの記述、Tai Link の起動