Downloads
Download Elemental for all major platforms.
DOWNLOADS
Elemental Downloads
All versions of Elemental are FREE and licensed as Fair Source. Elemental may be used in academic, non-commercial, and commercial applications in compliance with its license.
All versions of Elemental are FREE and licensed as Fair Source. Elemental may be used in academic, non-commercial, and commercial applications in compliance with its license.
NOTE You must have the required version of Java installed before installing Elemental. If you need to download and install Java we recommend BellSoft Liberica Java.
1. Recommended - Download and Run the Windows Installer
The installer is the easiest way to install and setup a single version of Elemental on Windows.
- Open a Command Prompt.
- Change to the directory where you downloaded Elemental:
C:\> cd %USER_PROFILE%\Downloads
- Run the installer:
...\Downloads> java -jar elemental-installer-7.0.0.jar
2. or, Download and Unzip the Windows Distribution
If you wish to have multiple versions of Elemental installed, then instead of using the installer, you can simply download and unzip the Windows distribution to a location of your choice.
- Open your Command Prompt.
- Change to the directory where you unzipped Elemental:
C:\> cd elemental-7.0.0
- To start Elemental, run
startup.bat
:C:\elemental-7.0.0> bin\startup.bat
NOTE: HAVING TROUBLE?
If you are having trouble launching Elemental, please see our article on Troubleshooting.
All versions of Elemental are FREE and licensed as Fair Source. Elemental may be used in academic, non-commercial, and commercial applications in compliance with its license.
NOTE You must have the required version of Java installed before installing Elemental. If you need to download and install Java we recommend BellSoft Liberica Java.
1. Recommended - Download Elemental DMG for macOS
The DMG (Apple Disk Image) is the easiest way to install and setup a single version of Elemental on macOS.
- In Finder, Double Click the downloaded DMG file to mount it.
- In Finder, open the mounted Elemental volume.
- Drag-and-drop the Elemental application into the Applications folder.
- Click the Elemental application icon from within Applications folder to start Elemental.
2. or, Download and Untar the Unix Distribution
If you wish to have multiple versions of Elemental installed, then instead of using the installer, you can simply download and unzip the Unix distribution to a location of your choice.
- Open the Terminal application.
- Change to the directory where you downloaded Elemental:
$ cd ~/Downloads
- Untar Elemental:
$ tar jxvf elemental-7.0.0-unix.tar.bz2
- Change into the Elemental directory:
$ cd elemental-7.0.0
- To start Elemental, run
startup.sh
:$ bin/startup.sh
NOTE: HAVING TROUBLE?
If you are having trouble launching Elemental, please see our article on Troubleshooting.
All versions of Elemental are FREE and licensed as Fair Source. Elemental may be used in academic, non-commercial, and commercial applications in compliance with its license.
NOTE You must have the required version of Java installed before installing Elemental. If you need to download and install Java we recommend BellSoft Liberica Java.
1. Download and Untar the Unix Distribution
- Open a Terminal.
- Change to the directory where you downloaded Elemental:
$ cd ~/Downloads
- Untar Elemental:
$ tar jxvf elemental-7.0.0-unix.tar.bz2
- Change into the Elemental directory:
$ cd elemental-7.0.0
- To start Elemental, run
startup.sh
:$ bin/startup.sh
NOTE: HAVING TROUBLE?
If you are having trouble launching Elemental, please see our article on Troubleshooting.
All versions of Elemental are FREE and licensed as Fair Source. Elemental may be used in academic, non-commercial, and commercial applications in compliance with its license.
1. Pull the Docker Image
All our Docker Images are produced for both amd64 and arm64 architectures and are published to Docker Hub under the evolvedbinary/elemental repository.
Our default Docker Images are minimal and stripped down for production use, if you require an image with a shell for testing or debugging purposes you can append -DEBUG
to the Docker Tag.
evolvedbinary/elemental:7.0.0
View on Docker Hubevolvedbinary/elemental:6.4.0
View on Docker Hub
- Open your terminal or command prompt.
- Pull the Docker Image
$ docker pull evolvedbinary/elemental:latest
2. Create a Docker Volume for your Data
You only need to create the volume once.
- Open your terminal or command prompt.
- Create the Docker Volume:
$ docker volume create my-elemental-db
3. Run an Elemental Docker Container
To run a container that uses your Docker Volume for the database data and exposes Elemental on port 8080
- Open your terminal or command prompt.
- Run a container:
$ docker run -it \ -p 8080:8080 \ --mount type=volume,src=my-elemental-db,dst=/elemental/data \ evolvedbinary/elemental:latest
NOTE: HAVING TROUBLE?
If you are having trouble launching Elemental, please see our article on Troubleshooting.
All Download Options
Below you can find all released distribution versions of Elemental for download.
Version | Date | Platforms | |||
---|---|---|---|---|---|
7.0.0 | 2025-04-26 | Java Installer Zip Archive | macOS Disk Image | Linux / Unix Tar Archive | Docker Image |
6.4.0 | 2025-04-26 | Java Installer Zip Archive | macOS Disk Image | Linux / Unix Tar Archive | Docker Image |