MIRA v0.292.0 — public beta
Pre-releaseMIRA v0.292.0 — public beta
The current public-beta build of MIRA — a self-hostable, single-binary personal AI agent that runs on hardware you control. A project of Vexillon. Licensed under AGPL-3.0-or-later.
⚠️ Public beta (pre-release). Recommended build for new installs; supersedes v0.291.0.
New / improved
- Multi-backend image generation — pick your engine, local-first. Backends: OpenAI Images (or any OpenAI-compatible endpoint), AUTOMATIC1111 (local Stable Diffusion WebUI / Forge), and ComfyUI (local, with a built-in default SDXL txt2img workflow or your own API-format
workflow_json). Theimage_generatetool resolves the backend the same way voice does — explicit arg → default → first-enabled, preferring local. - Multi-backend video generation — backends: OpenAI (Sora) and ComfyUI (bring your own Wan / AnimateDiff / SVD workflow via
workflow_json, with{{prompt}}/{{seed}}/{{width}}/{{frames}}/{{fps}}/ … token substitution). Driven byvideo_generate. - New Settings → Image & Video tab — configure both subsystems from the UI; new
[image]/[video]config blocks. - Push subscribe is more forgiving — the subscribe endpoint now accepts field aliases (
url/push_url/endpointforendpoint_url;secret/push_secretforauth_secret) and inferskind: "http"for keyless relay subscriptions. - Mobile TTS fix — the OpenAI-compatible TTS backend now retries with
wavwhen a server rejects the requested format (e.g. Chatterbox rejecting mp3), instead of falling back to the internal engine.
Install
Linux / macOS: curl -fsSL https://get.vexillon.ai/install.sh | sh · Windows: irm https://get.vexillon.ai/install.ps1 | iex
Or download the archive below, extract the mira binary onto your PATH, and run mira setup. The web UI is bundled into the binary.
Targets
mira-0.292.0-x86_64-unknown-linux-gnu.tar.gz · -aarch64-unknown-linux-gnu.tar.gz · -x86_64-apple-darwin.tar.gz · -aarch64-apple-darwin.tar.gz · -x86_64-pc-windows-msvc.zip
Verify
Signed with minisign under vexillon.ai:
sha256sum -c SHA256SUMS
minisign -Vm mira-0.292.0-x86_64-unknown-linux-gnu.tar.gz \
-P RWQX8PcjZB3S8i1V9AkZgUKoIy+eZWRzaEHKvBW9U/mkMP9Vp0B8xOaOTrusted comment: signed by vexillon.ai — MIRA 0.292.0.