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.

PackageDownload
Binary distributionscriptella-1.4.zip
Source distributionscriptella-1.4-src.zip
Examplesscriptella-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.

PackageDownload
Binary distributionscriptella-1.3.zip
Source distributionscriptella-1.3-src.zip
Examplesscriptella-examples-1.3.zip

Maven coordinates:

<dependency>
  <groupId>org.scriptella</groupId>
  <artifactId>scriptella-core</artifactId>
  <version>1.3</version>
</dependency>

Previous version: 1.2

PackageDownload
Binary distributionscriptella-1.2.zip
Source distributionscriptella-1.2-src.zip
Examplesscriptella-examples-1.2.zip

Version 1.1

PackageDownload
Binary distributionscriptella-1.1.zip
Source distributionscriptella-1.1-src.zip
Examplesscriptella-examples-1.1.zip

View all GitHub releases Read the tutorial