Download

Get the latest bits

On this page, you can find the binary distributions of Apache Royale SDK to download. If you prefer, you may download the source code instead, to compile it yourself. You may also check out files directly from our GitHub repositories.

Current Release

The current version of Apache Royale is 0.9.10, released in May 2023. It is beta-quality. This means that Royale may not work entirely as you or we want it to, and that certain "standard" components or functions are not yet available. However, you can create applications in Royale and compile them to run either in a browser window or on the Flash/AIR platforms.

Download the compiled (binary) version of Royale using the links below.

To create JavaScript applications with Royale, download from here:

To create JavaScript and SWF applications with Royale, download from here:

Copy the contents of the download into a directory on your computer, then connect it to the IDE you are using.

Older Releases

Searching for older releases of Apache Royale? Please, take a look at the Apache Royale Releases page on Github.

npm

If you have npm available, you may run one of the following commands in your terminal to install Apache Royale.

To create JavaScript applications with Royale, run this command:

npm install -g @apache-royale/royale-js

To create JavaScript and SWF applications with Royale, run this command:

npm install -g @apache-royale/royale-js-swf --foreground-scripts

Nightly Builds

For developers who want to contribute to framework development, source code and nightly build download links can be found on our Get Involved page.