SDK version mismatch: plugin=X, host=Y
SDK version mismatch: plugin=X, host=Y
For a local run, pin the plugin’s When you go to ship, pin instead to the platform’s
aomi-sdk to the version your installed aomi-run reports in its boot banner (the (aomi-sdk X.Y.Z) on the first line at startup):Cargo.toml
required_sdk_version (see platform.json in the platform repo) so CI and the backend accept the build. The community platform pins a specific version, such as =0.1.20, which can differ from whatever aomi-run you have installed.aomi-run: command not found (after installing the toolchain)
aomi-run: command not found (after installing the toolchain)
Install with both features so the
dev-runtime feature builds aomi-run:No --version flag on the binaries
No --version flag on the binaries
Use
--help to confirm an install and see the available commands:Next
The CLI toolchain
The full reference for the three Rust binaries:
aomi-build, aomi-run, and aomi-git.