Azul v0.2.0

(git fe491959d) released 2026-06-01

This release is not functional yet, this page only exists to test that the automated DLL building works.

There has been only one release on GitHub so far and the current API does not match the release.


Native libraries


Additional architectures:

Windows

macOS

Linux


Debug libraries

For debugging desktop applications, see the Debugging guide.


Mobile (iOS & Android): drop-in libraries:

For shipping on mobile, see the mobile deploy guide.


C / C++ headers:

Linux packages


apt (Debian / Ubuntu)
# self-hosted mirror on azul.rs, no third-party PPA (active once the release is signed)
curl -fsSL https://azul.rs/apt/azul-archive-keyring.asc | sudo tee /usr/share/keyrings/azul-archive-keyring.asc >/dev/null
echo "deb [signed-by=/usr/share/keyrings/azul-archive-keyring.asc] https://azul.rs/apt stable main" | sudo tee /etc/apt/sources.list.d/azul.list
sudo apt update && sudo apt install azul

Demos

macOS note: if macOS complains it cannot verify the developer, run sh unquarantine.sh <binary-name> (unquarantine.sh).

Building, installing and debugging these — and going from Rust to a final .apk / .ipa cross-platform — is covered in the Mobile guide.


Installation instructions

Want a single binding file without the whole examples archive, or to install without the official package registries? Everything is mirrored on azul.rs:

# grab one binding file directly (no examples.zip needed):
curl -O https://azul.rs/release/0.2.0/Azul.hs
# Python: install from the azul.rs index instead of PyPI:
pip install azul --index-url https://azul.rs/pypi/simple/
# Java / Maven: add azul.rs as a repository, or grab the jar directly:
curl -O https://azul.rs/maven/rs/azul/azul/0.2.0/azul-0.2.0.jar

Use Azul as a Rust dependency:
# Cargo.toml
[dependencies.azul]
version = "0.2.0"

# Dynamic linking:
# export AZ_LINK_PATH=/path/to/azul.dll
# features = ['link-dynamic']

Docs & guide


Agentic


Deploy a web app (pre-lifted WASM base image: experimental preview):
Guide: deploying azul web apps
# prebuilt web base image (experimental; the web backend is not yet stable)
docker pull ghcr.io/fschutt/azul:0.2.0

Statistics


License


Source