Get the Aussom tools for your platform.
Command-line application for running Aussom scripts.
Linux .debmacOS .dmgWindows .msiEmbeddable interpreter for the JVM. Available as a Maven dependency.
<dependency>
<groupId>io.github.rsv-code</groupId>
<artifactId>aussom.base</artifactId>
<version>1.2.2</version>
</dependency>The Aussom interpreter for the browser.
aussom-script.js (current)aussomBs.aus (current)HTTP server for Aussom web applications. Two distributions: a developer-friendly zip you run locally, and a Docker image bundle for production.
Developer .zipDocker / Production .zip