Installation

IDE/GUI (Windows & Mac)

1. Download installer from the download page at the MuseIDE site.

2. Run installer

MuseIDE will start after installation. It will download the latest updates each time it starts.

Continue with Setting up a project.

Command-Line (Linux, CI/CD server, etc)

Prerequisites

You must have Java 11 (or newer) installed and available on your path. When you type this at the command line:

prompt> java -version

you should see something like:

java version "11.0.1" 2018-10-16 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.1+13-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.1+13-LTS, mixed mode)

Download the commnad-line distribution from the MuseIDE site. Unzip and add the /bin folder to your path.

See the Muse command-line docs for performing other operations from the command-line.

Continue with Setting up a project.