Skip to content

jlhk8138/filen-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}