Skip to content

FilenCloudDienste/filen-desktop

Repository files navigation


Filen Desktop

Desktop client including Syncing, Virtual Drive mounting, S3, WebDAV, File Browsing, Chats, Notes, Contacts and more.

Contributors Forks Stargazers Issues License

Installation and building

  1. Clone repository
git clone https://github.com/FilenCloudDienste/filen-desktop filen-desktop
  1. Update dependencies
cd filen-desktop && npm install
  1. Running a development build

To run a development build you need to have "@filen/web" (npm run dev) running locally.

npm run dev
  1. Build
npm run build:<os>

Where <os> is either "win", "mac" or "linux"

Building the client requires setting up signing and notarization. See "build/" directory and package.json key.

License

Distributed under the AGPL-3.0 License. See LICENSE for more information.