# Download

If you already have a Java JRE installed level 1.8 or higher (and set in your environment variables) you can [download](http://www.ortussolutions.com/products/commandbox#download) the non-JRE version for your Operating System. If you don't have a JRE installed or aren't sure, we would recommend you [download](http://www.ortussolutions.com/products/commandbox#download) the version with a JRE included. Below you will find the way to get the latest stable and bleeding edge releases. Please also note that in our [installation](https://commandbox.ortusbooks.com/setup/installation) page you will find much more detail information on how to install CommandBox with modern Operating System package managers as well.

> **Info** The non-JRE versions are all around 80MB in size, while the embedded JRE versions will go up to 120MB in size.

Below you can see an image of the available downloads from the Ortus Solutions [download](http://www.ortussolutions.com/products/commandbox#download) page:

<figure><img src="https://content.gitbook.com/content/m6z7p10Se2bBG4pppKEM/blobs/YFAsf5Mk9xQ5ROYzd1lB/versions.png" alt="Kind of CommandBox Downloads"><figcaption></figcaption></figure>

## Stable Release

Stable versions of CommandBox can be downloaded from the downloads section of our product page. <http://www.ortussolutions.com/products/commandbox#download>

## Bleeding Edge

We use a Jenkins integration server to automate our builds. You can download a bleeding-edge version of CommandBox directly from our integration server here: <https://downloads.ortussolutions.com/#/ortussolutions/commandbox/>

> **Info** Keep in mind, bleeding edge builds may contain experimental features that are likely to change or bugs.

## Auto Updates

Another way to get the bleeding edge version of CommandBox is to install the stable version and run our `upgrade` command using the **latest** flag. [Upgrade API docs](http://apidocs.ortussolutions.com/commandbox/current/index.html?commandbox/system/modules/system-commands/commands/upgrade.html).

```bash
upgrade --latest
```

> **Info** Please note that the upgrade command will not update the main CommandBox binary. If there are major updates or you get a message about updating the binary, you will need to download the latest binary and re-install it.


---

# 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://commandbox.ortusbooks.com/setup/download.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.
