Installation
Fanstatic 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://github.com/MASS4ORG/fanstatic/-/releases
Choose the binary for your platform:
| Platform | File |
|---|---|
| Linux x64 | fanstatic-linux-x64 |
| Windows x64 | fanstatic-win-x64.exe |
Platform guides
For step-by-step instructions including PATH setup and troubleshooting:
Verify the installation
fanstatic --version
You should see the version number printed to the terminal.
Optional: Git
Git is not required to run Fanstatic, 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 Fanstatic from source