MIRA v0.315.1 — public beta
Pre-releaseMIRA v0.315.1 — web apps on mobile, real charts, friendlier links
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.313.0.
Web apps you can actually open — including on mobile
- When MIRA builds a runnable web app or game, it now hands you a friendly, clickable link (e.g. "Snake", from the app's page title) instead of a raw URL.
- Built web apps are now reachable from the mobile app and across your LAN, not just a browser on the same machine — MIRA serves each app both at its per-app subdomain and at a network-reachable port path. (
server.web_apps.modenow defaults toboth; set it tosubdomainif you only open apps on the MIRA box.)
Real, professional data charts
- Ask for a pie/bar/line chart or a BI graph and MIRA now produces an accurate matplotlib chart rendered inline (via its code sandbox), instead of ASCII art or a generative-image guess. If the charting backend isn't set up it tells you exactly what to enable rather than failing silently. (Requires the scientific sandbox backend,
sandbox.pyodide.enabled.)
Reliability
- Removed an unused, dormant coding-agent backend and stabilized a class of flaky internal tests, so CI is clean.
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.315.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.315.1-x86_64-unknown-linux-gnu.tar.gz \
-P RWQX8PcjZB3S8i1V9AkZgUKoIy+eZWRzaEHKvBW9U/mkMP9Vp0B8xOaOTrusted comment: signed by vexillon.ai — MIRA 0.315.1.