tmai v2.0.0
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/localSee 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 automaticallyshare/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-spec→api-spec/trust-delta/tmai-react→clients/react/trust-delta/tmai-ratatui→clients/ratatui/
Changelog
See CHANGELOG.md for the full list of additions, changes, and migration rationale.