# Software Releases

This section contains links to the latest stable releases for all software applications and packages in the Binho ecosystem, which can be used to interact with Binho Nova and Supernova host adapters.

| Tool                                                                   | Download link                                                                                                                            |
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| BMC desktop app                                                        | <https://github.com/binhollc/MissionControl2-releases/releases/latest>                                                                   |
| <p>SupernovaController</p><p>(Python High-Level SDK for Supernova)</p> | <https://pypi.org/project/supernovacontroller/>                                                                                          |
| <p>BinhoSupernova<br>(Python Low-Level SDK for Supernova)</p>          | <https://pypi.org/project/BinhoSupernova/>                                                                                               |
| <p>BMC C++ SDK<br>(C++ SDK for Nova and Supernova)</p>                 | Follow the instructions on the [BMC C++ SDK installation page](https://support.binho.io/getting-started/c++-sdk/installation-and-setup). |
| <p>Binho<br>(Python SDK for Nova)</p>                                  | <https://pypi.org/project/binho/>                                                                                                        |


---

# 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://support.binho.io/getting-started/software-releases.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.
