> ## Documentation Index
> Fetch the complete documentation index at: https://discord-platform-username.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Platform Compatibility

> Learn about Discord Social SDK platform support and compatibility.

export const PlayIcon = props => <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M9.25 3.35C7.87 2.45 6 3.38 6 4.96v14.08c0 1.58 1.87 2.5 3.25 1.61l10.85-7.04a1.9 1.9 0 0 0 0-3.22L9.25 3.35Z" /></svg>;

export const UserIcon = props => <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M12 10a4 4 0 1 0 0-8 4 4 0 0 0 0 8ZM11.53 11A9.53 9.53 0 0 0 2 20.53c0 .81.66 1.47 1.47 1.47h.22c.24 0 .44-.17.5-.4.29-1.12.84-2.17 1.32-2.91.14-.21.43-.1.4.15l-.26 2.61c-.02.3.2.55.5.55h11.7a.5.5 0 0 0 .5-.55l-.27-2.6c-.02-.26.27-.37.41-.16.48.74 1.03 1.8 1.32 2.9.06.24.26.41.5.41h.22c.81 0 1.47-.66 1.47-1.47A9.53 9.53 0 0 0 12.47 11h-.94Z" /></svg>;

export const TrophyIcon = props => <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M8 20a1 1 0 0 0-1 1v.5c0 .28.22.5.5.5h9a.5.5 0 0 0 .5-.5V21a1 1 0 0 0-1-1h-1a2 2 0 0 1-2-2v-.48c0-.95.7-1.73 1.5-2.23a5.7 5.7 0 0 0 1.23-1.08l2.3-.7A7 7 0 0 0 23 6.81V6a2 2 0 0 0-2-2h-2.24A2.85 2.85 0 0 0 16 2H8c-1.3 0-2.43.84-2.76 2H3a2 2 0 0 0-2 2v.82a7 7 0 0 0 4.96 6.7l2.31.7c.37.42.79.78 1.24 1.07.8.5 1.49 1.28 1.49 2.23V18a2 2 0 0 1-2 2H8Zm9.29-8.35.17-.05A5 5 0 0 0 21 6.82V6h-2.27a21.75 21.75 0 0 1-1.44 5.65Zm-10.58 0-.17-.05A5 5 0 0 1 3 6.82V6h2.27c.25 1.94.7 3.95 1.44 5.65Z" clip-rule="evenodd" /></svg>;

<Info>
  You can find instructions on how to download the SDK for each platform in the [Getting Started](/developers/discord-social-sdk/getting-started) guide.
</Info>

The Discord Social SDK is available for the following platforms:

| Platform         | Minimum Supported Version | Support Level       | Standalone C++ | Unreal Engine | Unity |
| ---------------- | ------------------------- | ------------------- | -------------- | ------------- | ----- |
| **Desktop**      |                           |                     |                |               |       |
| Windows (x64)    | 10                        | Generally Available | ✅              | ✅             | ✅     |
| Windows (ARM64)  | 11                        | Generally Available | ✅              | ❌             | ❌     |
| macOS (x64)      | 10.5                      | Generally Available | ✅              | ❌             | ✅     |
| macOS (ARM64)    | 11                        | Generally Available | ✅              | ❌             | ✅     |
| Linux            | glibc 2.31\*              | Experimental        | ✅              | ✅             | ✅     |
| **Mobile**       |                           |                     |                |               |       |
| Android          | 7.0                       | Generally Available | ✅              | ✅             | ✅     |
| iOS              | 15.1                      | Generally Available | ✅              | ✅             | ✅     |
| **Console**      |                           |                     |                |               |       |
| Xbox One         |                           | Experimental        | ✅              | ✅             | ❌     |
| Xbox Series X\|S |                           | Generally Available | ✅              | ✅             | ✅     |
| PlayStation 4    |                           | Experimental        | ✅              | ✅             | ❌     |
| PlayStation 5    |                           | Generally Available | ✅              | ✅             | ✅     |

<Info>
  \* There are too many Linux distributions to test, but most distros with glibc 2.31, e.g. Ubuntu 20.04,
  or later should work.
</Info>

<Info>
  To use the Discord Social SDK in your console games, you will need to request middleware approval and be an approved developer for the target console. Check out [this article](https://support-dev.discord.com/hc/en-us/articles/30209074764183) to learn more.
</Info>

<Warning>
  <u>Exception: Prohibited Off-Platform Interactions by Sony</u><br />
  For integrations experienced on Sony Platforms (e.g. PlayStation 5)…
  <br /><br />1. **Do not allow access to Account Linking** entry points.
  <br />2. **Do not allow access to Linked Channels**.
  <br />3. **Limit messaging and Invites to other players currently playing** the game.
  <br />4. **Do not display off-platform presence and logos** (including Discord).
</Warning>

***

## Next Steps

Configure authentication, explore features, and get started with setup:

<CardGroup cols={3}>
  <Card title="OAuth2 Scopes" href="/developers/discord-social-sdk/core-concepts/oauth2-scopes" icon={<UserIcon />}>
    Understand OAuth2 scopes and client types for authentication.
  </Card>

  <Card title="Core Features" href="/developers/discord-social-sdk/core-concepts/core-features" icon={<TrophyIcon />}>
    Explore social features like account linking, friends, and rich presence.
  </Card>

  <Card title="Getting Started" href="/developers/discord-social-sdk/getting-started" icon={<PlayIcon/>}>
    Platform-specific setup instructions and download links.
  </Card>
</CardGroup>

***

## Change Log

| Date          | Changes         |
| ------------- | --------------- |
| July 21, 2025 | initial release |
