Installation
SuCoS ships as a self-contained binary — no .NET runtime, no package manager, no dependencies. Download the file for your platform, make it executable, and you're done.
Download
Get the latest release from GitLab:
https://gitlab.com/sucos/sucos/-/releases
Choose the binary for your platform:
| Platform | File |
|---|---|
| Linux x64 | sucos-linux-x64 |
| Windows x64 | sucos-win-x64.exe |
Platform guides
For step-by-step instructions including PATH setup and troubleshooting:
Verify the installation
sucos --version
You should see the version number printed to the terminal.
Optional: Git
Git is not required to run SuCoS, but it is useful for:
- Hosting your site on GitLab Pages, GitHub Pages, Cloudflare Pages, Netlify, or AWS Amplify
- Installing a theme as a Git submodule
- Building SuCoS from source