Download Scriptella
Choose the binary package to start using Scriptella, or download the source and examples separately. The current release is available from GitHub Releases. Maven consumers can resolve org.scriptella modules from Maven Central.
Experimental curl installer
Install Scriptella 1.4 with curl:
curl -fsSL https://scriptella.org/install.sh | sh
The installer places Scriptella under ${HOME}/.local/scriptella. It either adds ${HOME}/.local/scriptella/bin to an existing startup file or prints the exact PATH command to add manually. The guaranteed command is the packaged scriptella.sh launcher:
scriptella.sh path/to/file.etl.xml
The installer does not install Java; Scriptella 1.4 requires Java 17 or newer. When the installer updates a startup file, start a new shell or reload that file before using scriptella.sh. Manual ZIP installation and java -jar scriptella.jar remain available below.
Version 1.4 (August 14, 2026)
Scriptella 1.4 is a Java 17 modernization release. Remain on Scriptella 1.3 if you need Java 8.
| Package | Download |
|---|---|
| Binary distribution | scriptella-1.4.zip |
| Source distribution | scriptella-1.4-src.zip |
| Examples | scriptella-examples-1.4.zip |
Maven coordinates:
<dependency>
<groupId>org.scriptella</groupId>
<artifactId>scriptella-core</artifactId>
<version>1.4</version>
</dependency>
From the unpacked binary directory, a first ETL can be run with:
java -jar scriptella.jar path/to/file.etl.xml
See the tutorial for a complete first-run example.
Previous version: 1.3 (July 17, 2026)
Scriptella 1.3 remains the Java 8 line. Use it when you need Java 8, the historical HSQLDB adapter, or the JDBC-ODBC bridge adapter.
| Package | Download |
|---|---|
| Binary distribution | scriptella-1.3.zip |
| Source distribution | scriptella-1.3-src.zip |
| Examples | scriptella-examples-1.3.zip |
Maven coordinates:
<dependency>
<groupId>org.scriptella</groupId>
<artifactId>scriptella-core</artifactId>
<version>1.3</version>
</dependency>
Previous version: 1.2
| Package | Download |
|---|---|
| Binary distribution | scriptella-1.2.zip |
| Source distribution | scriptella-1.2-src.zip |
| Examples | scriptella-examples-1.2.zip |
Version 1.1
| Package | Download |
|---|---|
| Binary distribution | scriptella-1.1.zip |
| Source distribution | scriptella-1.1-src.zip |
| Examples | scriptella-examples-1.1.zip |