Windows

Download

  1. Go to the releases page
  2. Download sucos-win-x64.exe
  3. Rename it to sucos.exe and place it somewhere convenient, e.g. C:\Tools\sucos.exe

Adding SuCoS to your PATH lets you run sucos from any directory.

  1. Press Win + S, search for Environment Variables, and open it
  2. Under System Variables, select Path and click Edit
  3. Click New and add the folder containing sucos.exe (e.g. C:\Tools)
  4. Click OK on all dialogs

Open a new terminal and verify:

sucos --version

Running without PATH

If you prefer not to modify PATH, run SuCoS with its full path:

C:\Tools\sucos.exe new-site ./my-site

Or place sucos.exe in the same directory as your site and run:

.\sucos.exe serve

Package managers

Chocolatey, Scoop, and Winget packages are not yet available. The manual install above is the recommended method.