Skip to content

Releases: moira-mcp/moira

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 13:36
9e92a86

0.4.0 (2026-06-25)

Bug Fixes

  • catalog: public bundled flows must be owned by system-moira (b9deb20)
  • catalog: restore soft-deleted flow instead of crashing on re-install (f7a8651)
  • self-host: don't write init-success when the DB wasn't initialized (c09e0ae)
  • self-host: generate real secrets over baked build placeholders (e0f99f9)

Features

  • robust-task: file-mode-first + two-level independent review + step-close replan (v4.4.1) (ba29b4f)

Moira v0.3.2

Choose a tag to compare

@witqq witqq released this 21 Jun 22:48

Initial public release of Moira — an Agent Workflow Engine for AI agents over MCP.

Run it

cp .env.example .env       # set BETTER_AUTH_SECRET
docker compose up -d       # pulls ghcr.io/moira-mcp/moira:latest
  • Web UI: http://localhost:8080 · Docs: /docs · MCP: /mcp
  • Image: ghcr.io/moira-mcp/moira:0.3.2 (linux/amd64)
  • License: Apache-2.0

See the README and /docs for the full self-hosting reference.