To start building on Sui and EVE Frontier, follow the steps below to set up your local development tools. If you already have the tools, make sure they are the correct version to avoid difficulties running examples and building.
Recommended: Docker (any OS)
The fastest way to get a Sui local development environment is with Docker. This works on Windows, Linux, and macOS with a single prerequisite.
This gives you a pre-configured Sui localnet and development environment without installing Sui CLI, WSL, or platform-specific tools.
Manual setup by OS
If you prefer to install tools directly on your system, follow the steps for your OS below.
This guide is for Windows users. suiup is a native Windows executable. Run commands in PowerShell, Command Prompt, or Git Bash (recommended if you prefer using the bash install script).
Step 1: Install Git
Install Git for Windows if you haven't already. Git Bash (included with the install) lets you run the suiup bash install script directly without needing to download the binary manually: