Open source cross-platform file explorer, powered by a virtual distributed files...
O

Open source cross-platform file explorer, powered by a virtual distributed files...

Open source cross-platform file explorer, powered by a virtual distributed files...

38,467 stars
N/A forks
N/A contributors

README

Project documentation from GitHub

Spacedrive: Your Files, Anywhere. A Developer's First Look.

If you've ever felt the friction of jumping between cloud drives, local storage, and network shares, you know the problem. Your digital life is fragmented across services and devices, and no native file manager truly bridges that gap. What if you could treat all those disparate locations as a single, unified filesystem? That's the ambitious goal of Spacedrive.

It's an open-source, cross-platform file explorer, but that description sells it short. Under the hood, it's powered by a virtual distributed filesystem written in Rust, aiming to give you a cohesive view of everything you own, regardless of where it physically lives.

What It Does

Spacedrive presents itself as a familiar file explorer application (think Finder or Explorer). Its magic is in creating a virtual layer that indexes and unifies files from your local disks, external drives, cloud services (like Dropbox, Google Drive, iCloud), and even networked computers. Instead of switching between apps or drives, you see one integrated space. It handles tagging, search, media previews, and file metadata across all these sources.

Why It's Cool

The "virtual distributed filesystem" is the key piece of tech here. Instead of syncing all your files to one place (which would be a storage nightmare), Spacedrive maintains a secure, local database of your files' metadata—things like file names, paths, types, and tags. The files themselves stay in their original locations. When you open a file, it fetches it on-demand from its source.

This approach has some neat implications:

  • Privacy-First: Your files aren't uploaded to a Spacedrive server; the index is local to your device.
  • Performance: Browsing and searching an indexed database of metadata is incredibly fast, even across tens of thousands of files.
  • Developer-Friendly Stack: Built with the Tauri framework (Rust + Web frontend), it's inherently cross-platform and resource-efficient. Choosing Rust for the core filesystem logic means leveraging its safety and performance for low-level operations.
  • It's a Platform: The vision extends beyond a simple explorer. The ability to query all your files as a unified dataset opens doors for custom scripts, automation, and integrated apps.

How to Try It

Ready to take it for a spin? The project is actively developed, and you can grab the latest release for your OS.

  1. Head over to the Spacedrive GitHub repository.
  2. Check the Releases section for the most recent stable build for macOS, Windows, or Linux.
  3. Download, install, and on first launch, you'll be guide

Did you like this issue?

Join our weekly newsletter

Love discovering amazing projects?

Help us continue bringing you the best open-source discoveries every week.

Back to Projects
Last updated: Dec 4, 2025