Changelog

The release train, newest first. Early access builds ship by email; the public release publishes binaries and the full source together.

v0.4.0 August 2026 Early access

Agents get schedules and folder watches

Agents now run on cron-style schedules or fire when a watched folder changes, with every run written to a plain-text transcript in ~/ax/runs. Tool grants moved into the sidebar so an active shell or file permission is always visible while it is live.

Engine

Vulkan backend for AMD and Intel GPUs on Linux and Windows. Model swap while a conversation is open no longer re-tokenizes history, which makes trying two models on the same question instant.

v0.3.0 July 2026 Early access

The local API server

One toggle exposes loaded models at localhost:4891/v1 with OpenAI-compatible chat, completion, embedding, and model-list routes, with an optional bearer token. Editors and agents that already speak the dialect connect with a base-URL change.

Vision and speech land

Llama 3.2 Vision and Whisper large-v3 join the library: drop a screenshot into chat, or transcribe audio fully offline.

v0.2.0 June 2026 Early access

The model library

Curated open-weight models with per-quantization memory footprints, publisher license notices before first download, and one shared weights folder across conversations. GGUF import and Hugging Face URL paste for everything else.

Reasoning models

DeepSeek-R1 distills with visible thinking traces, collapsible in the transcript.

v0.1.0 May 2026 First build

AX exists

First internal build: local chat on Apple Silicon and NVIDIA hardware, hardware profiling that recommends a model which actually fits, and history stored as plain local files. No account, no telemetry, network cable optional. The three rules were set here and have not moved since.