Skip to main content

Crate tmai

Crate tmai 

Source
Expand description

§tmai

Thin crates.io entry for trust-delta/tmai. The full binary bundle (engine + WebUI + ratatui TUI + api-spec) lives on GitHub Releases; this crate exists so that cargo binstall tmai (and, as a fallback, cargo install tmai for the stub binaries) keep working.

§Install

cargo binstall tmai
# or
curl -fsSL https://raw.githubusercontent.com/trust-delta/tmai/main/install.sh | bash

§Version history

  • 1.7.0: last crate-packaged release before the 2026-04-21 monorepo re-consolidation. Not yanked.
  • 1.7.1: deprecation stub published on 2026-04-24 pointing at the new installer path.
  • 2.0.0 (this release): installer metadata for cargo binstall + stub binaries that print a pointer for anyone who still runs cargo install.

Constants§

DEPRECATED_NOTICEDeprecated
Back-compat alias for the 1.7.1 stub constant.
DISTRIBUTION_URL
Canonical distribution URL. Kept as a pub const so any crate that referenced tmai::DEPRECATED_NOTICE from 1.7.1 still compiles.