Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 496 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 496 Bytes

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}