> ## 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 ContactZh = () => <>
    <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 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/owner-signup">
  创建新工作区和安装应用的完整指南
</Card>

<ContactZh />
