# 最新版の取得

最新版のTWELITE STAGE アプリは、以下のいずれかの方法で取得できます。

### TWELITE STAGE SDK 全体（公式サイト）

モノワイヤレス公式サイトでは、TWELITE STAGE アプリを含む開発ツール一式（Windows/macOS/Linux用）を配布しています。

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

### TWELITE STAGE アプリのみ（GitHub）

モノワイヤレス公式リポジトリでは、TWELITE STAGE アプリ単体のバイナリを配布しています。 TWELITE STAGE アプリだけを更新する場合や、M5Stack版を取得する際にはこちらをご利用ください。 各バイナリのバージョンはGitHub上のtagから識別できます。

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

#### Windows

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

#### macOS

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

#### Linux

Linux 版のバイナリは個別に配布しておりません。 バイナリは [TWELITE STAGE SDK](https://mono-wireless.com/jp/products/stage/) パッケージから取得してください。 もしくは、ソースコードからビルドしてください。

#### Raspberty Pi

Raspberry Pi 版のバイナリは個別に配布しておりません。 バイナリは [TWELITE STAGE SDK](https://mono-wireless.com/jp/products/stage/) パッケージから取得してください。 もしくは、ソースコードからビルドしてください。

#### M5Stack

バージョン 1.0.3a までを以下のページで配布しております。

> [https://github.com/monowireless/TWELITE\_Stage\_BIN\_M5Stack](https://github.com/monowireless/TWELITE_STAGE_Bin_M5Stack)

### ソースコード (MWM5ライブラリ)

TWELITE STAGE のソースコードを含む MWM5 ライブラリは以下のページで公開しています。

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

TWELITE STAGE アプリのソースコードは、`examples/TWELITE_Stage`に配置しています。


---

# 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://stage.twelite.info/get-latest-version.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.
