Windows
Download
- Go to the releases page
- Download
fanstatic-win-x64.exe - Rename it to
fanstatic.exeand place it somewhere convenient, e.g.C:\Tools\fanstatic.exe
Add to PATH (optional but recommended)
Adding Fanstatic to your PATH lets you run fanstatic 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
fanstatic.exe(e.g.C:\Tools) - Click OK on all dialogs
Open a new terminal and verify:
fanstatic --version
Running without PATH
If you prefer not to modify PATH, run Fanstatic with its full path:
C:\Tools\fanstatic.exe new-site ./my-site
Or place fanstatic.exe in the same directory as your site and run:
.\fanstatic.exe serve
Package managers
Chocolatey, Scoop, and Winget packages are not yet available. The manual install above is the recommended method.