# Build / Deployment

The app uses `electron-builder`to package the app for the Mac, Windows and Linux.

{% embed url="<https://github.com/electron-userland/electron-builder/wiki/Multi-Platform-Build#linux>" %}

See the deployment instruction for the target operating system

* [Mac OSX ](/documentation/overview/deploymentbuild/deploymentbuild-for-max-os-x.md)
* [Linux](/documentation/overview/deploymentbuild/deployment-build-for-linux.md)
* [Windows](/documentation/overview/deploymentbuild/deployment-build-for-windows.md)

The github repo is also setup so that on commit Travis CI builds an deploy [onto the project's github releases](https://github.com/OpenNewsLabs/autoEdit_2/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://autoedit.gitbook.io/documentation/overview/deploymentbuild.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.
