Skip to content

MIRA v0.300.1 — public beta

Pre-release
Pre-release

Choose a tag to compare

@tarekedOz tarekedOz released this 17 Jul 12:25

MIRA v0.300.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.300.0.

A small hardening release: built web apps open reliably, coding CLIs resolve under a service install, and scheduled automations can delegate work.

Fixes

  • Built web apps always open at their link. If a build names its single page something other than index.html (e.g. game.html), MIRA now promotes it, so the app stays discoverable and openable.
  • Honest web-app links. MIRA only ever hands you a URL a tool actually returned — it never guesses or reconstructs one, and reports a failed build plainly instead of inventing a link. In the web chat, app links now open in a new browser tab, so opening a built app never navigates you away from the conversation.
  • External coding CLIs resolve under a service install. claude and opencode are now found when MIRA runs as a supervised service — it looks under the configured data directory and the owning user's home, instead of the service account's, fixing "CLI not on PATH" under a Windows or systemd service.
  • Scheduled automations can spawn background tasks. An automation's turn now carries caller identity, so delegating long-running work from a scheduled task no longer fails instantly.

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.300.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.300.1-x86_64-unknown-linux-gnu.tar.gz \
  -P RWQX8PcjZB3S8i1V9AkZgUKoIy+eZWRzaEHKvBW9U/mkMP9Vp0B8xOaO

Trusted comment: signed by vexillon.ai — MIRA 0.300.1.