> For the complete documentation index, see [llms.txt](https://stage.twelite.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stage.twelite.info/0.9/get-latest-version.md).

# 最新版の取得

TWELITE STAGE アプリは以下の方法で配布しています。

### TWELITE STAGE SDK

> <https://mono-wireless.com/jp/products/stage/index.html>

Windows/Mac/Linuxプラットフォーム用で、開発ツールなどを含め一式を配布します。

### TWELITE STAGEバイナリ配布

最新のTWELITE STAGE SDK から TWELITE STAGE アプリのみの更新がある場合は、以下より配布します。

{% hint style="warning" %}
TWELITE STAGEアプリは、安定板として配布される最新版のTWELITE STAGE SDKでの動作を目的としています。より旧いSDKでは動作しなかったり正常動作しない場合があります。
{% endhint %}

Windows10

> <https://github.com/monowireless/TWELITE_Stage_BIN_Win>

Mac (macOS)

> <https://github.com/monowireless/TWELITE_Stage_BIN_macOS>

M5Stack

> <https://github.com/monowireless/TWELITE_STAGE_Bin_M5Stack>

### MWM5ライブラリ

TWELITE STAGE のソースコードを含む MWM5 ライブラリは以下より入手できます。

> <https://github.com/monowireless/mwm5>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://stage.twelite.info/0.9/get-latest-version.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
