Download

Download Larch

Latest version: 0.1.34-alpha

Release notes:


No-hassle, zero-install, executable JAR

Download: Larch in a JAR Larch demo files

Usage:

Double click to run, or use java -jar larch-in-a-jar-<version>.jar from the command line.

Requires:

Java (v6 or later)


Binary ZIP

Download: Larch as a binary ZIP Larch demo files

Usage:

Unzip.
From the command line, execute ./lch for the Larch application, or ./lconsole for the Larch console.

Requires:

Java (v6 or later) Jython 2.7-beta-1 or later


Source code

Download: Larch source code Larch demo files

Usage:

Unzip.
Build with Eclipse.
From the command line, execute ./lch for the Larch application, or ./lconsole for the Larch console.

Requires:

Java (v6 or later) Jython 2.7-beta-1 or later Eclipse