Prerequisites
Your machine must have one of these supported operating systems:
- Linux: Ubuntu version 22.04 (Jammy Jellyfish) or newer
- macOS: macOS Monterey or newer
- Microsoft Windows: Windows 10 or 11
Installation instructions
macOS (Homebrew)
- Step 1: Ensure you have Homebrew installed on your Mac. If not installed, visit https://brew.sh to install Homebrew first
- Step 2: Open Terminal and run:
brew install sui
- Step 3: Confirm the installation by running:
sui --version
Linux (Homebrew)
- Step 1: Ensure you have Homebrew installed on your Linux system. If not installed, visit https://brew.sh to install Homebrew first
- Step 2: Open Terminal and run:
brew install sui
- Step 3: Confirm the installation by running:
sui --version
Windows (Chocolatey)
- Step 1: Ensure you have Chocolatey installed on your Windows system. If not installed, visit https://chocolatey.org to install Chocolatey first
- Step 2: Open PowerShell or Command Prompt as Administrator and run:
choco install sui
- Step 3: Confirm the installation by running:
sui --version
Troubleshooting
If you receive a "command not found" error after installation, verify that the Sui binaries directory is in your PATH environment variable.