All Projects → silexlabs → silex-desktop

silexlabs / silex-desktop

Licence: GPL-3.0, MPL-2.0 licenses found Licenses found GPL-3.0 LICENSE MPL-2.0 LICENSE_MPL
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
Pug
443 projects

Silex desktop

This is the official Silex desktop version, an installable application for Windows, MacOS and linux.

Silex desktop app

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

Support and documentation

Please use the mother project's Silex issues and Silex documentation

Instructions

Go ahead and download the version for your system here

Windows

Download the .exe and double click it to start Silex.

Mac

  1. Download the .dmg
  2. Double click the .dmg file
  3. Drag and drop Silex icon to the Application folder

The first time you want to open Silex:

  1. Go to your Application folder
  2. Right-click silex app and select "open"
  3. Accept "the risk" in the security dialog
  4. Silex will show up

The next time you want to open Silex, just click on Silex in your apps.

Linux

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)

Release a new version

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].