Desktop client including Syncing, Virtual Drive mounting, S3, WebDAV, File Browsing, Chats, Notes, Contacts and more.
- Clone repository
git clone https://github.com/FilenCloudDienste/filen-desktop filen-desktop
- Update dependencies
cd filen-desktop && npm install
- Running a development build
To run a development build you need to have "@filen/web" (npm run dev
) running locally.
npm run dev
- 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.
Distributed under the AGPL-3.0 License. See LICENSE for more information.