Easily transfer files between your devices over your local network. https://sciactive.com/quickdav/
  • Svelte 64.7%
  • TypeScript 29.2%
  • CSS 2%
  • SCSS 1.8%
  • JavaScript 1.6%
  • Other 0.7%
Find a file
2026-03-15 11:02:32 -07:00
app chore: increment version and copyright year 2025-06-02 10:07:11 -07:00
build fix: mac notarization 2024-12-24 18:26:33 -08:00
client chore: increment version and copyright year 2025-06-02 10:07:11 -07:00
screenshots chore: add gamepad ui screenshot 2025-06-02 13:03:57 -07:00
server fix: improve performance of the log view when many log lines are present 2025-06-02 09:56:05 -07:00
.gitignore Add Mac dmg build target and code signing/notarizing script. 2023-09-07 11:20:28 -07:00
.prettierignore New logo and icons. 2022-09-08 14:42:28 -07:00
.prettierrc.json Update packages and reformat. 2023-11-08 10:32:53 -08:00
appicon-text.svg Update logo and add support links. 2022-09-13 14:06:33 -07:00
appicon.svg Update logo and add support links. 2022-09-13 14:06:33 -07:00
bigsurappicon.svg Update logo and add support links. 2022-09-13 14:06:33 -07:00
com.sciactive.QuickDAV.desktop chore: move desktop and metainfo files 2025-06-02 18:47:50 -07:00
com.sciactive.QuickDAV.metainfo.xml chore: add folder to description of things you can share 2025-06-03 08:43:42 -07:00
header.svg Add header svg. 2022-09-13 12:41:26 -07:00
HUMAN-CONTRIBUTION-POLICY.md docs: add human contribution policy 2026-03-15 11:02:32 -07:00
icon.svg New logo and icons. 2022-09-08 14:42:28 -07:00
LICENSE Change to Apache 2.0 license. Getting ready to open sourcing. 2023-09-05 09:30:19 -07:00
logo.svg New logo and icons. 2022-09-08 14:42:28 -07:00
microsoftstoreicon.svg Update Windows app logos. Set build target for Microsoft Store. 2022-11-17 11:04:30 -08:00
microsoftstoreposter.xcf Added more Microsoft Store package settings and graphics. 2022-11-17 12:49:38 -08:00
package-lock.json chore: update packages and add fix for new version 2025-06-02 06:27:57 -07:00
package.json chore: increment version and copyright year 2025-06-02 10:07:11 -07:00
README.md docs: add human contribution policy 2026-03-15 11:02:32 -07:00
rollup.config.js feat: update packages and migrate to svelte 5 2024-12-23 21:33:37 -08:00
tsconfig-svelte.json Open keyboard on A button when input focused. 2022-08-16 17:23:54 -07:00
tsconfig.json Open keyboard on A button when input focused. 2022-08-16 17:23:54 -07:00

QuickDAV

Transfer files between devices.

QuickDAV Screenshot

QuickDAV is an open source network file transfer utility. It makes it easy to share files between your devices by creating a simple, temporary WebDAV server.

Download

Check out the releases page.

QuickDAV is Open Source!

QuickDAV used to be closed source, but now it's open source! Yay!

Development

Build files in dev mode, and watch them.

env NODE_ENV="development" npm run watch

Start in Dev Mode

env NODE_ENV="development" npm start

macOS Code Signing and Notarization

In order to sign the app for macOS App Store, you need to:

To verify the app was notarized correctly:

  • spctl --assess -vv --type install dist/mac-universal/QuickDAV.app

Human Authorship

This project adheres to the SciActive Human Contribution Policy.

Seal of Human Authorship

License

Copyright 2022-2025 SciActive Inc

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.