FilenCloudDienste / filen-desktop-legacy

Desktop client for filen.io
https://filen.io
GNU Affero General Public License v3.0
3 stars 1 forks source link

Filen Desktop Client for Windows, macOS and Linux

Crossplatform desktop client written in TypeScript/JavaScript using Electron

Installation

Use node 14

nvm install 14
nvm use 14

Use npm

npm install

Build Setup

# install dependencies
npm install

# run client
npm run start

# build electron application for production, where {platform} = win, mac or linux
npm run build-{platform}

# build for all platforms
npm run dist

Contributing translations

If you want to help us translate the app you can head over to this page and check out the Readme provided there! :)