Skip to content

MIRA v0.292.2 — public beta

Pre-release
Pre-release

Choose a tag to compare

@tarekedOz tarekedOz released this 03 Jul 13:54
· 47 commits to main since this release

MIRA v0.292.2 — 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.292.0. Includes the v0.292.1 fixes.

Security — dependency rollup

Clears the outstanding advisories flagged against the project's dependencies:

  • Rust: wasmtime 27 → 36 (fixes a critical advisory), jsonwebtoken 9 → 10, ldap3 0.11 → 0.12 (drops the vulnerable ring 0.16 and rustls-webpki 0.101 transitives), plus rustls-webpki / tar / rand bumps.
  • npm (web UI): axios → 1.18.1, vite → 8.1.2, react-router(-dom) → 6.30.4 (open-redirect), form-data → 4.0.6, js-yaml → 4.3.0, @babel/core → 7.29.7.

No functional or API changes from these bumps; verified building and green across Linux, macOS, and Windows.

Fixes (from v0.292.1)

  • Chatterbox TTS (WAV-only servers) — the OpenAI-compatible TTS backend now downgrades to WAV up front instead of attempting an mp3 request that's bound to fail and retrying.
  • Chatterbox supervisor — now restarts a wedged-but-alive server on sustained health-probe failure, not only when the process exits.
  • Restart poll — the web restart-timeout was raised from 30s to 60s so slower hosts don't report a false failure.
  • ComfyUI video — errors now surface ComfyUI's own node_errors detail instead of a bare 400.

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.2-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.2-x86_64-unknown-linux-gnu.tar.gz \
  -P RWQX8PcjZB3S8i1V9AkZgUKoIy+eZWRzaEHKvBW9U/mkMP9Vp0B8xOaO

Trusted comment: signed by vexillon.ai — MIRA 0.292.2.