MIRA v0.316.0 — public beta
Pre-releaseMIRA v0.316.0 — built web apps work behind a reverse proxy
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.315.2.
Open your built web apps from anywhere — including behind a reverse proxy
When MIRA's coding agent builds a runnable web app or game, MIRA now serves it from its main URL at <your MIRA address>/a/<app-id>/. Because that's the same address you already expose, built apps now open correctly behind a reverse proxy (Traefik, Caddy, nginx) or tailscale serve — deployments where a separate app port isn't reachable — with no extra proxy configuration. They keep working on direct LAN and from the mobile app too.
Untrusted, model-generated app code stays isolated: the app runs inside a sandboxed frame with its own opaque origin, so it can't read your MIRA session or call the API even though it's served from the same host. The link MIRA hands you is now this reliably-reachable one, rather than an address that only worked on the same machine.
Under the hood
- CI now pins an exact Rust compiler version for reproducible builds across platforms.
Install
Linux / macOS: curl -fsSL https://get.vexillon.ai/install.sh | sh · Windows: irm https://get.vexillon.ai/install.ps1 | iex
Or download the signed build for your platform below, verify it against the vexillon.ai release key (below), extract the mira binary onto your PATH, and run mira setup. The web UI is bundled into the binary.
Targets
mira-0.316.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.316.0-x86_64-unknown-linux-gnu.tar.gz \
-P RWQX8PcjZB3S8i1V9AkZgUKoIy+eZWRzaEHKvBW9U/mkMP9Vp0B8xOaOTrusted comment: signed by vexillon.ai — MIRA 0.316.0.