Download

Get the Aussom tools for your platform.

Aussom CLI - v1.2.4

Aussom CLI - v1.2.4

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 .msi
Aussom Base

Aussom Base

Embeddable 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>
Aussom-Base on Maven CentralAussom-Base on Gitlab
Aussom-Script

Aussom-Script

The Aussom interpreter for the browser.

aussom-script.js (current)aussomBs.aus (current)
Aussom Server - v0.16.0

Aussom Server - v0.16.0

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
Aussom IntelliJ Plugin

Aussom IntelliJ Plugin

Syntax highlighting, validation, code completion, run and debugging support for Aussom in IntelliJ IDEA.

Download .zip
Aussom VSCode Plugin

Aussom VSCode Plugin

Syntax highlighting, validation, code completion, run and debugging support for Aussom in Visual Studio Code.

Download .zip
AI Coding Guides

AI Coding Guides

Markdown 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)