Quick Install

Currently we support the Linux and MacOS operating systems; use our quick install script to install all the required components:

curl https://releases.uwe.app/install.sh | sh

Once the installation is complete you can start a new shell session or update the PATH for the current shell session:

source $HOME/.uwe/env

Then check the installation succeeded:

uwe --version

After installation these are the installed programs:

Test Drive

Once the installation completes use this one-liner to take a test drive:

uwe new project && (cd project && uwe dev)

Which will perform the following tasks:

You can get going right away; edit the files in project/site and check your changes in the browser.

To learn more about the platform head over to getting started or read on to learn how to upgrade and manage release versions.