# アプリケーションの配布と実行について

ここでは、当社の配布ファイル（主にTWELITE STAGE SDK)についてのセキュリティ上の取り扱いについて補足します。

* [Windows10](/general/appinstall/windows10-smartscreen.md) - Windows10で実行する実行形式 (.exe) について
* [macOS ](/general/appinstall/macos.md)- macOS で実行する実行形式について
* [Linux, RaspberryPi](/general/appinstall/linux-raspberrypi.md) - Linux で動作する実行形式について
* [その他](/general/appinstall/sono.md)

{% hint style="info" %}
実行形式はOS上で直接実行可能なファイルのことです。実行形式以外のファイルやバッチファイルやスクリプトといった他の実行形式から動作するファイルについては「[その他](/general/appinstall/sono.md)」をご覧ください。
{% endhint %}


---

# 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://twelite.gitbook.io/general/appinstall.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.
