MIRA v0.296.1 — public beta
Pre-releaseMIRA v0.296.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.295.2.
New / improved
- Open the apps & games MIRA builds. When the coding agent builds something runnable — a game, a small web tool — MIRA now serves it at its own clickable link, so "open the Snake game you built" returns a real URL instead of the assistant claiming it opened a browser tab it can't. Each app runs on its own isolated browser origin, so a built app can't touch your MIRA session or API.
- Three serving modes (
server.web_apps.mode):subdomain(default; most isolated, zero-config for same-machine or WSL-via-localhost),port(a separate listener reachable over a LAN or WSL-gateway IP), andboth. - New
list_web_appstool so the assistant hands you the link instead of confabulating one. - Configurable in Settings → Server.
- On by default; each app is capability-gated by an unguessable task id. No breaking changes.
- Three serving modes (
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.296.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.296.1-x86_64-unknown-linux-gnu.tar.gz \
-P RWQX8PcjZB3S8i1V9AkZgUKoIy+eZWRzaEHKvBW9U/mkMP9Vp0B8xOaOTrusted comment: signed by vexillon.ai — MIRA 0.296.1.