MIRA v0.291.0 — public beta
Pre-releaseMIRA v0.291.0 — 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.290.0.
New / improved
- Generic HTTP push transport for mobile — MIRA now has a mechanism-agnostic background-push path: it never calls FCM/Google directly. Instead it POSTs the notification envelope to an endpoint URL (with an optional bearer secret), so you can route proactive notifications through the Vexillon FCM relay (
push.vexillon.ai) or any UnifiedPush distributor you run.- New subscription kind
httponPOST /api/notifications/push/subscribe—{ kind: "http", endpoint_url, auth_secret?, device_name? }. - Dispatched on every proactive notification (check-ins, briefing, mentions, care alerts, agent messages); a
410response prunes the subscription automatically. - Web Push (VAPID) and the legacy direct-FCM token kind are unchanged.
- New subscription kind
This release also folds in the v0.290.1 docs additions (chat-created agents/workflows; pending-approval reminders).
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.291.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.291.0-x86_64-unknown-linux-gnu.tar.gz \
-P RWQX8PcjZB3S8i1V9AkZgUKoIy+eZWRzaEHKvBW9U/mkMP9Vp0B8xOaOTrusted comment: signed by vexillon.ai — MIRA 0.291.0.