winget install --id=lexoyo.silex-desktop -e
Silex website builder as a windows/mac/linux app
This is the official Silex desktop version, an installable application for Windows, MacOS and linux.
We are looking for someone to create the releases every 2 months, and for testers to test each new version on Windows and MacOS and linux after each release, please apply here
Please use the mother project's Silex issues and Silex documentation
Go ahead and download the version for your system here
Download the .exe and double click it to start Silex.
The first time you want to open Silex:
The next time you want to open Silex, just click on Silex in your apps.
Downolad the .AppImage, make it executable (chmod +x
the file) and run it.
Note: in order to have the "thumbnails" in cloud explorer, you may need libvips-dev installed (apt install libvips-dev
or dnf install vips-devel
) and/or glib2.0-dev installed (apt install glib2.0-dev
or dnf install glib-devel
)
For developers, here is how to create a new release for the latest version of Silex
$ npm version patch
$ git push origin master --follow-tags