Windows
Download
- Go to the releases page
- Download
sucos-win-x64.exe - Rename it to
sucos.exeand place it somewhere convenient, e.g.C:\Tools\sucos.exe
Add to PATH (optional but recommended)
Adding SuCoS to your PATH lets you run sucos from any directory.
- Press Win + S, search for Environment Variables, and open it
- Under System Variables, select Path and click Edit
- Click New and add the folder containing
sucos.exe(e.g.C:\Tools) - 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.