Pre-built installers
Download the latest release from the WebPublish releases page.- Windows
- Linux
Download the installer
Go to the releases page and download the
.exe file for the latest version.Run the installer
Double-click the downloaded
.exe file and follow the on-screen prompts.Windows may show a SmartScreen warning for unsigned applications. Click More info then Run anyway to proceed.
Build from source
Building from source requires Git and Node.js.System requirements
| Requirement | Version |
|---|---|
| Node.js | 12.21 or later |
| npm | bundled with Node.js |
| Git | any recent version |
Start in development mode or build a package
To run WebPublish immediately in development mode:To produce a distributable installer for your platform:The packaged output is written to the
dist/ directory.npm run build targets your current platform by default. Cross-compilation (for example, building a Windows installer on Linux) requires additional tooling and is not covered here.Next steps
Quickstart
Create your first publishing task in under a minute
Publishing tasks
Learn about all supported task types