QuickShare
Self-HostedOpen-source file transfer tool with single-click & drag-n-drop uploads
Overview
QuickShare is a lightweight self-hosted file transfer solution built for simplicity. It enables instant file sharing via single-click uploads or drag-n-drop, generating shareable links with options for password protection and expiration dates. Deploy easily using Docker (single container) or precompiled binaries, requiring minimal server resources. Ideal for personal use or small teams, it prioritizes privacy by keeping files local unless shared, avoiding third-party cloud services and subscription fees.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
quickshare:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: quickshare
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Single-click & drag-n-drop file uploads
- Password-protected & expiring share links
- Lightweight Docker/binary deployment
Frequently Asked Questions
? Is QuickShare hard to install?
No—QuickShare can be deployed in minutes using Docker (a single command) or precompiled binaries. The official documentation provides clear, step-by-step instructions for both methods, suitable for beginners and tech-savvy users alike.
? Is it a good alternative to WeTransfer?
Yes—QuickShare offers core features like file sharing with links but adds self-hosted privacy, no upload limits (dependent on your server), and zero subscription costs, making it ideal for users who want control over their data.
? Is QuickShare completely free?
Yes—QuickShare is open-source software released under the MIT License, so it’s completely free to use, modify, and self-host without any hidden fees or restrictions.
Top Alternatives
People Also Ask about QuickShare
Tool Info
Pros
- ⊕ Privacy-focused (local file storage)
- ⊕ No subscription or usage fees
- ⊕ Minimal server resource requirements
Cons
- ⊖ Limited advanced features (e.g., folder sharing)
- ⊖ No native mobile app (web-only interface)
- ⊖ Basic UI with little customization options