v0.0.3
What's new in v0.0.3
- Content verification now works for ANY model, not just one. The buyer's gateway path fails closed if a served model cannot be verified against its reference endpoint (anti-substitution), instead of silently delivering and paying.
- Portable Linux release binaries via static musl (x86_64 and aarch64): they run on any Linux -- Ubuntu 20.04+, Debian, RHEL/Rocky, Alpine -- with no glibc version requirement.
- Generalized model registry alias resolution: no hardcoded model names.
- Added
dexdo --version. - Release binaries and the install script are smoke-tested in CI, and the musl binary is verified to run on old distros with no GLIBC symbols.
Install
# Linux / macOS
curl -fsSL https://get.dex.do/install.sh | sh
# Windows (PowerShell)
irm https://get.dex.do/install.ps1 | iex