# Desktop App

Monogatari comes with support for Electron out of the box.

## Requirements

* [Node.js](https://nodejs.org/en/)
* [Yarn](https://yarnpkg.com/)

```
$ yarn install
```

## Windows

```
$ yarn build:windows
```

## macOS

{% hint style="warning" %}
Since macOS Catalina, Apple [requires all apps made for mac to be notarized](https://developer.apple.com/news/?id=12232019a). This requires you to both own a mac and register as an Apple Developer (with an anual cost of $100 USD). If you want to distribute your game for mac but don't meet with these requirements, we can notarize your app for you, just reach out !
{% endhint %}

```
$ yarn build:mac
```

## Linux

```
$ yarn build:linux
```


---

# 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://developers.monogatari.io/documentation/releasing-your-game/desktop.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.
