Skip to content

dnred/filen-desktop-legacy

 
 

Repository files navigation

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! :)

About

Desktop client for filen.io

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.1%
  • Shell 1.9%
  • Other 1.0%