init
Scaffold a new Sui Move project — creates the package structure, a starter module, and a sui-runner.json config file.
curl -fsSL https://suirunner.vercel.app/install.sh | bashinit
Scaffold a new Sui Move project — creates the package structure, a starter module, and a sui-runner.json config file.
check
Verify that sui, git, and cargo are installed and accessible before you start building.
build
Compile your Move package or run your test suite. Add --watch to rebuild automatically on file changes.
deploy
Publish your Move package to the network with a single command. Gas budget and package path are configurable.
wallet
View your active address, list all keystore addresses, or create a new Ed25519 keypair.
dashboard
Open a live TUI showing your active address, connected network, and project info in real time.