> For the complete documentation index, see [llms.txt](https://guide.cronuszen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.cronuszen.com/quick-start-and-downloads/downloads.md).

# Downloads

### <i class="fa-globe">:globe:</i> Zen Studio Live <a href="#zen-studio-live" id="zen-studio-live"></a>

Zen Studio Live (ZSL) is the new browser-based version of Zen Studio. Everything is included and no download is required. Chrome is recommended, and most platforms are supported — iOS® is not.

{% embed url="<https://zenstudio.collectivemindsstore.com/>" %}

***

### <i class="fa-box-archive">:box-archive:</i> Zen Studio Legacy <a href="#zen-studio-legacy" id="zen-studio-legacy"></a>

The previous desktop version of Zen Studio. Includes the Zen Link Configurator for Zen Link™ v1.

{% file src="/files/dzrUjLV9rlABegg9RutD" %}

***

### <i class="fa-arrows-rotate">:arrows-rotate:</i> Web Update Tool <a href="#web-update-tool" id="web-update-tool"></a>

Online firmware update tool for Chrome and Edge. Compatible with Windows®, macOS®, and Android® — USB OTG is required on Android®.

<a href="https://firmware.modcentral.ca/" class="button primary">Open the Web Update Tool</a>

***

### <i class="fa-box-archive">:box-archive:</i> Cronus Pro <a href="#cronus-pro" id="cronus-pro"></a>

{% file src="/files/kOkwj2454VvHmEbRStMt" %}

{% hint style="warning" %}
**Discontinued.** Final software release for CronusMAX, discontinued in 2019.\
No further updates will be provided.
{% endhint %}

***

{% hint style="danger" %}
Redistribution of these software, in whole or in part, is strictly prohibited.\
Unauthorized copying, sharing, or distribution may result in legal action.
{% endhint %}


---

# 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://guide.cronuszen.com/quick-start-and-downloads/downloads.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.
