MIRA v0.295.2 — public beta
Pre-releaseMIRA v0.295.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.295.1.
Fixes
- Windows self-upgrade reliability. Fixes the in-app "Upgrade now" on the Windows service not actually restarting onto the new binary (and the follow-on "Access is denied" that could wedge subsequent upgrades). The upgrade previously stopped and started its own service from inside the service process, and the stop+start race cancelled the transition — so the live process kept running the old binary and held the renamed file open, poisoning the next attempt. Upgrade/rollback now swap without a self-restart and trigger the same clean supervisor relaunch the restart button uses, park the old exe under a unique name, and clean up leftovers on boot. The admin web UI also reloads itself automatically once the upgrade completes — no manual reload needed. No config or API changes; Linux and macOS are unaffected.
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.295.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.295.2-x86_64-unknown-linux-gnu.tar.gz \
-P RWQX8PcjZB3S8i1V9AkZgUKoIy+eZWRzaEHKvBW9U/mkMP9Vp0B8xOaOTrusted comment: signed by vexillon.ai — MIRA 0.295.2.