Skip to main content

Installation

Installation is done by downloading and executing the script for your development platform. The script automatically downloads the compiler, standard library and runtime.

Replace <version> with the desired version

curl -LJO https://ionalang.org/install.bat && call install.bat <version>

Quick Start

After installation, run iona init. Cove is Iona's package manager. It allows to create and build projects without all the hassle. To build the application, run cove build. To run it, run cove run.