> ## Documentation Index
> Fetch the complete documentation index at: https://manual.voiceping.net/llms.txt
> Use this file to discover all available pages before exploring further.

# 下載PC應用程式

> 下載並安裝 VoicePing 桌面應用程式的方法

只需一鍵點選，即可快速完成下載和安裝，立即開始使用 VoicePing 2.0。

## 下載連結

<CardGroup cols={3}>
  <Card title="Mac" icon="apple" href="https://download.voiceping.io/production/voice-ping.dmg">
    macOS 版本 (Universal)
  </Card>

  <Card title="Windows" icon="windows" href="https://download.voiceping.io/production/voice-ping.exe">
    Windows 版本 (64位元)
  </Card>

  <Card title="Linux" icon="linux" href="https://download.voiceping.io/production/voice-ping.deb">
    Linux 版本 (deb)
  </Card>
</CardGroup>

## 安裝步驟

### Windows

1. 雙擊下載的 `.exe` 檔案
2. 按照安裝程式的指示進行操作
3. 安裝完成後啟動應用程式

### macOS

1. 雙擊下載的 `.dmg` 檔案
2. 將 VoicePing 圖示拖放到 Applications 資料夾
3. 從 Launchpad 啟動 VoicePing

### Linux

1. 為下載的 `.AppImage` 檔案新增執行許可權
2. 雙擊檔案啟動

```bash theme={null}
chmod +x voiceping-linux-x86_64.AppImage
./voiceping-linux-x86_64.AppImage
```

## 相關頁面

<Card title="工作區設定" icon="building" href="/zh-tw/owner-signup">
  建立新工作區和安裝應用程式的完整指南
</Card>
