> ## 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 App Download

> How to download and install the VoicePing desktop app

export const ContactEn = () => <>
    <Tip>
      If you have any questions, please contact us via <a href="https://forms.gle/6AUho7oj3zBr79e96">this form</a>.
    </Tip>

    <h2>Official Links</h2>

    <CardGroup cols={2}>
      <Card title="Official Website" icon="globe" href="https://voiceping.net/en/">
        Visit our official website
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        Follow us on X
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        Like us on Facebook
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        Connect on LinkedIn
      </Card>
    </CardGroup>
  </>;

With one click, download and installation are completed in a short time, and you can start using VoicePing 2.0 immediately.

## Download Links

<CardGroup cols={3}>
  <Card title="Mac" icon="apple" href="https://download.voiceping.io/desktop/mac/latest">
    For macOS (Universal)
  </Card>

  <Card title="Windows" icon="windows" href="https://download.voiceping.io/desktop/windows/latest">
    For Windows (64bit)
  </Card>

  <Card title="Linux" icon="linux" href="https://download.voiceping.io/desktop/linux/latest">
    For Linux (deb)
  </Card>
</CardGroup>

## Installation Steps

### Windows

1. Double-click the downloaded `.exe` file
2. Follow the installer instructions
3. Launch the app after installation completes

### macOS

1. Double-click the downloaded `.dmg` file
2. Drag and drop the VoicePing icon to the Applications folder
3. Launch VoicePing from Launchpad

### Linux

1. Open a terminal in the folder where the `.deb` file was downloaded
2. Install the package with `apt`
3. Launch VoicePing from your applications menu

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

## Related Pages

<Card title="Workspace Setup" icon="building" href="/en/owner-signup">
  Complete guide for creating a new workspace and app installation
</Card>

<ContactEn />
