> ## 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 桌面應用程式的方法

export const ContactZhTW = () => <>
    <Tip>
      如有任何問題，請透過<a href="https://forms.gle/6AUho7oj3zBr79e96">此表單</a>與我們聯繫。
    </Tip>

    <h2>官方連結</h2>

    <CardGroup cols={2}>
      <Card title="官方網站" icon="globe" href="https://voiceping.net/en/">
        造訪官方網站
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        在 X 上追蹤我們
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        在 Facebook 上追蹤我們
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        在 LinkedIn 上關注我們
      </Card>
    </CardGroup>
  </>;

請下載並安裝與您的作業系統相符的 VoicePing 桌面應用程式。

## 下載連結

<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. 在下載 `.deb` 檔案的資料夾中開啟終端機。
2. 使用 `apt` 安裝套件。
3. 從應用程式選單啟動 VoicePing。

```bash theme={null}
sudo apt install ./voice-ping-*.deb
```

## 相關頁面

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

<ContactZhTW />
