> ## Documentation Index
> Fetch the complete documentation index at: https://docs.discord.com/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 ShieldIcon = props => <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M4.27 5.22A2.66 2.66 0 0 0 3 7.5v2.3c0 5.6 3.3 10.68 8.42 12.95.37.17.79.17 1.16 0A14.18 14.18 0 0 0 21 9.78V7.5c0-.93-.48-1.78-1.27-2.27l-6.17-3.76a3 3 0 0 0-3.12 0L4.27 5.22ZM6 7.68l6-3.66V12H6.22C6.08 11.28 6 10.54 6 9.78v-2.1Zm6 12.01V12h5.78A11.19 11.19 0 0 1 12 19.7Z" clip-rule="evenodd" /></svg>;

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 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>;

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

***

## Game Engine and Language

The Discord Social SDK supports the following game engines and language environments:

| Integration    | Supported Version |
| -------------- | ----------------- |
| Standalone C++ | C++20+            |
| Unity          | 2021.3+           |
| Unreal Engine  | 5.5+              |

<Info>
  **PlayStation 4 / PS5 exception:** If you're targeting PlayStation 4, or PlayStation 5 with a PS5 SDK older than
  13.000, the Discord Social SDK still supports C++17. All other platforms require C++20.
</Info>

<Info>
  Prior to Social SDK release 1.9, C++17 is the minimum supported version.
</Info>

***

## Platforms

The Discord Social SDK is available for the following platforms:

| Platform         | Supported Versions | 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         | GDK 250400-260400  | Experimental        | ✅              | ✅             | ❌     |
| Xbox Series X\|S | GDK 250400-260400  | Generally Available | ✅              | ✅             | ✅     |
| PlayStation 4    | OS 11.500-12.500   | Experimental        | ✅              | ✅             | ❌     |
| PlayStation 5    | OS 11.000-13.000   | 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>
  Each Social SDK release supports roughly the last 18 months of Xbox and PlayStation OS SDK versions.
  See [Console OS SDK Support](/developers/discord-social-sdk/core-concepts/release-cadence-and-support#console-os-sdk-support) for how the window rolls forward at each release.
</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 review our release cadence:

<CardGroup cols={3}>
  <Card title="Release Cadence & Support" href="/developers/discord-social-sdk/core-concepts/release-cadence-and-support" icon={<ShieldIcon />}>
    Release cadence, supported version window, and end-of-life process.
  </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                                                             |
| ------------- | ------------------------------------------------------------------- |
| May 26, 2026  | added console minimum versions; linked to Release Cadence & Support |
| May 20, 2026  | Added Game Engine and Language section.                             |
| July 21, 2025 | initial release                                                     |
