Skip to content

tmai v2.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Apr 23:09
· 381 commits to main since this release
v2.0.0
b71729f

tmai 2.0.0 — monorepo re-consolidation

First release under the new two-repo structure (public trust-delta/tmai monorepo + private trust-delta/tmai-core) adopted in the 2026-04-21 re-consolidation.

Install

curl -fsSL https://raw.githubusercontent.com/trust-delta/tmai/main/install.sh | bash
# Pinned:
curl -fsSL https://raw.githubusercontent.com/trust-delta/tmai/main/install.sh \
  | bash -s -- --version 2.0.0 --prefix /usr/local

See the README for supported platforms and the resulting file layout.

What's in the tarball

  • bin/tmai — core engine + orchestration + MCP host (tmai-core 2.0.0)
  • bin/tmai-ratatui — reference TUI client (0.1.0)
  • share/tmai/webui/ — reference React WebUI (1.0.0), served automatically
  • share/tmai/api-spec/ — OpenAPI + CoreEvent JSON Schema reference (2.0.0)

Archived repositories (2026-04-23)

The previous 4-repo layout is now archived; contents are consolidated into this monorepo:

  • trust-delta/tmai-api-specapi-spec/
  • trust-delta/tmai-reactclients/react/
  • trust-delta/tmai-ratatuiclients/ratatui/

Changelog

See CHANGELOG.md for the full list of additions, changes, and migration rationale.