Skip to main content
WebPublish is distributed as a pre-built installer for Windows and Linux. You can also build it from source if you need a custom setup or want to contribute.

Pre-built installers

Download the latest release from the WebPublish releases page.
1

Download the installer

Go to the releases page and download the .exe file for the latest version.
2

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.
3

Launch WebPublish

After installation completes, WebPublish opens automatically. You can also find it in the Start menu or on your desktop.

Build from source

Building from source requires Git and Node.js.

System requirements

RequirementVersion
Node.js12.21 or later
npmbundled with Node.js
Gitany recent version
1

Clone the repository

git clone https://github.com/CandyACE/webpublish.git
cd webpublish
2

Install dependencies

npm install
3

Start in development mode or build a package

To run WebPublish immediately in development mode:
npm run dev
To produce a distributable installer for your platform:
npm run build
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

Build docs developers (and LLMs) love