All Projects → FilenCloudDienste → filen-desktop

FilenCloudDienste / filen-desktop

Licence: other
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
SCSS
7915 projects
Less
1899 projects
HTML
75241 projects

Filen Desktop Client for Windows, macOS and Linux

Crossplatform desktop client written in JavaScript, making use of modern web technologies like Electron and crypto.subtle

Installation

Use node 14.17.1

nvm install 14.17.1
nvm use 14.17.1

Use npm

npm install

Build Setup

# install dependencies
npm install

# run client
npm run start

# build electron application for production, where {arch} = win, mac or linux
npm run build-{arch}
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].