- macOS.
- Rust toolchain.
- Xcode for iOS simulator workflows.
./scripts/check.sh
./scripts/run-cli.sh doctor
./scripts/run-desktop.shFormat and compile:
./scripts/check.shRun CLI:
./scripts/run-cli.sh doctor
./scripts/run-cli.sh --json doctor
./scripts/run-cli.sh runtime list --platform iosRun desktop:
./scripts/run-desktop.shBuild release:
./scripts/build-release.shMeasure release binaries:
./scripts/size-report.shDesktop UI text belongs in apps/simdock-desktop/src/i18n.rs. Do not scatter language checks through the view layer.
Core APIs should explain intent in Chinese because the current maintainer workflow is Chinese-first. Keep comments short and focused on behavior, assumptions, and safety boundaries.