Skip to content

Sui-runner

A utility CLI for humans — set up, build, test, and manage Sui Move projects from your terminal.
Linux / macOS
curl -fsSL https://suirunner.vercel.app/install.sh | bash
Windows — PowerShell
irm https://suirunner.vercel.app/install.ps1 | iex

init

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.