# Downloads

### :computer: Desktop

|                          |                                                                                         |
| ------------------------ | --------------------------------------------------------------------------------------- |
| Windows (Native C++)     | [Download](https://app.bugsplat.com/browse/download_item.php?item=native)               |
| Windows (.NET Framework) | [Download](https://app.bugsplat.com/browse/download_item.php?item=dotnet)               |
| macOS                    | See platform docs ([here](/introduction/getting-started/integrations/desktop/macos.md)) |
| Linux                    | See platform docs ([here](/introduction/getting-started/integrations/desktop/linux.md)) |

### :twisted\_rightwards\_arrows: Cross-Platform

|               |                                                                                                           |
| ------------- | --------------------------------------------------------------------------------------------------------- |
| .NET Standard | See platform docs ([here](/introduction/getting-started/integrations/cross-platform/dot-net-standard.md)) |
| Crashpad      | [Download](https://app.bugsplat.com/browse/download_item.php/?item=crashpad)                              |
| Deno          | See platform docs ([here](/introduction/getting-started/integrations/cross-platform/deno.md))             |
| Electron      | See platform docs ([here](/introduction/getting-started/integrations/cross-platform/electron.md))         |
| Java          | [Download](https://app.bugsplat.com/browse/download_item.php/?item=java)                                  |
| Node.js       | See platform docs ([here](/introduction/getting-started/integrations/cross-platform/node.js.md))          |
| Python        | See platform docs ([here](/introduction/getting-started/integrations/cross-platform/python.md))           |
| Qt            | See platform docs ([here](/introduction/getting-started/integrations/cross-platform/qt.md))               |

### :video\_game: Game Development

|               |                                                                                                          |
| ------------- | -------------------------------------------------------------------------------------------------------- |
| CRYENGINE     | See platform docs ([here](/introduction/getting-started/integrations/game-development/cryengine.md))     |
| Unreal Engine | See platform docs ([here](/introduction/getting-started/integrations/game-development/unreal-engine.md)) |
| Unity         | See platform docs ([here](/introduction/getting-started/integrations/game-development/unity.md))         |
| PlayStation   | See platform docs ([here](/introduction/getting-started/integrations/game-development/playstation.md))   |
| Xbox          | See platform docs ([here](/introduction/getting-started/integrations/game-development/xbox.md))          |

### :mobile\_phone: Mobile

|              |                                                                                          |
| ------------ | ---------------------------------------------------------------------------------------- |
| Android      | See platform docs ([here](/introduction/getting-started/integrations/mobile/android.md)) |
| Ionic        | See platform docs ([here](/introduction/getting-started/integrations/mobile/ionic.md))   |
| iOS          | See platform docs ([here](/introduction/getting-started/integrations/mobile/ios.md))     |
| React Native | See platform docs ([here](/introduction/getting-started/integrations/web/react.md))      |

### 🕸️ Web

|            |                                                                                          |
| ---------- | ---------------------------------------------------------------------------------------- |
| Angular    | See platform docs ([here](/introduction/getting-started/integrations/web/angular.md))    |
| Javascript | See platform docs ([here](/introduction/getting-started/integrations/web/javascript.md)) |
| React      | See platform docs ([here](/introduction/getting-started/integrations/web/react.md))      |
| Vue        | See platform docs ([here](/introduction/getting-started/integrations/web/vue.md))        |

### Symbols

|               |                                                                                      |
| ------------- | ------------------------------------------------------------------------------------ |
| symbol-upload | See GitHub releases ([here](https://github.com/BugSplat-Git/symbol-upload/releases)) |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bugsplat.com/introduction/getting-started/integrations/downloads.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
