Get the Aussom tools for your platform.
Command-line application for running Aussom scripts. Includes APAC, the Aussom Package Manager and now with AGR, the Aussom Graphical REPL.
Linux .debRaspberry Pi .deb (aarch64)macOS .pkgWindows .msiEmbeddable interpreter for the JVM. Available as a Maven dependency.
<dependency>
<groupId>io.gitlab.cupofcode</groupId>
<artifactId>aussom.base</artifactId>
<version>1.3.6</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 .zipSyntax highlighting, validation, code completion, run and debugging support for Aussom in IntelliJ IDEA.
Download .zipSyntax highlighting, validation, code completion, run and debugging support for Aussom in Visual Studio Code.
Download .zipMarkdown briefings to hand to an AI coding assistant. No model is trained on Aussom yet, so an assistant writing from instinct produces code that looks right and does not run. These guides tell it where the API documentation lives, how to check its code before handing it over, and which habits from Java, JavaScript, and Python break in Aussom. Add the file to your project and point the assistant at it before asking for Aussom code.
Aussom CLI guide (.md)Aussom Server guide (.md)