DropSpace is an open-source, local-first Windows workspace designed to stage file references and manage recent clipboard history. It provides a full management window alongside an ephemeral top-edge Dynamic Island overlay for quick drag-and-drop intake without modifying or relocating your original files.
Technical Overview of DropSpace
Built on WinUI 3 and .NET, DropSpace runs locally with SQLite storage and offers both a per-user installer and a self-contained portable executable. It functions offline without background telemetry, accounts, or mandatory runtime dependencies on modern Windows setups.
Core Features of DropSpace
- Dynamic Island drop: Staging surface appears on drag detection to capture files and links instantly.
- Reference-based architecture: Files remain in their original folders, preventing duplicate storage and unintentional data deletion.
- Event-driven clipboard: Preserves text, URLs, colors, and images via Win32 notifications with duplicate suppression.
- Zero data tracking: All settings and staged payloads stay on disk in local app storage without third-party network pings.
- Local LAN sharing: Optional peer-to-peer DropLink protocol allows encrypted local handoffs without third-party servers.
System Compatibility & Updates
DropSpace strictly supports 64-bit Windows 10 (version 1809, Build 17763 or later) and Windows 11 on x64 architectures; macOS, Linux, and ARM are not supported. The latest v0.3.0-preview.16 update hardens native OLE lifecycle ownership, native callback safety, and DropLink DNS-SD concurrency.
Why Choose DropSpace?
DropSpace isolates your workflow by staging file references and clipboard items strictly on your local disk rather than behind remote cloud logins. Because it operates under the Apache-2.0 license with zero embedded analytics, you retain full ownership and privacy over every staged asset.