Skip to content

MIRA v0.297.1 — public beta

Pre-release
Pre-release

Choose a tag to compare

@tarekedOz tarekedOz released this 11 Jul 06:23
· 37 commits to main since this release

MIRA v0.297.1 — 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.297.0.

Fixes

  • No more duplicate / broken generated images on mobile. When you asked MIRA to generate an image, a weaker model could re-type the image link into its reply and mangle the URL — producing a second, broken copy alongside the real one. The image now renders once: the model is steered not to repeat the link (the image still displays from the tool result), and any mangled artifact URL already saved in a conversation is repaired, so reloading shows a single correct image.
  • Tool-call events now carry a call_id so clients can match a result to its call exactly (additive streaming change; no API breakage).

Docs

  • Added a Tailscale docker-compose sidecar recipe to the remote-access guide, for running MIRA and the Tailscale client together in one compose stack.

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

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