spacedriveapp/spacedrive

Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 15 minutes ago
Added to GitGenius on August 31st, 2026
Created on September 27th, 2021
Open Issues & Pull Requests: 54 (+0)
Number of forks: 1,341
Total Stargazers: 38,881 (+0)
Total Subscribers: 232 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.5 days
Mean response time: 147.1 days
90th percentile: 445.8 days
Tracked items: 164

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 82% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "kind/feature" is answered fastest, typically in about 20 hours, while "app/web" waits about 10 days. Only 3% of issues opened in the past year have been closed. Three people close 89% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 28
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 144 days
Stale 30+ days: 19
Stale 90+ days: 17

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • kind/bug (107)
  • status/needs-triage (74)
  • app/desktop (36)
  • kind/feature (26)
  • core (18)
  • kind/improvement (15)
  • status/needs-more-info (12)
  • app/web (11)

Most active issues this week

Detailed Description

Spacedrive is a cross-platform file explorer powered by a virtual distributed filesystem written in Rust that unifies access to files across multiple devices and cloud storage services.

Spacedrive addresses the fragmentation of personal data across devices and cloud providers by creating a single searchable index that spans local disks, external drives, NAS systems, cloud storage like S3 and Google Drive, and archived data sources. It assigns every file a content hash, enabling deduplication and redundancy tracking across machines. Devices sync metadata peer-to-peer via direct connections rather than through centralized servers, keeping files in place while maintaining awareness of their location and availability. The tool runs locally first, with data remaining on your device unless you explicitly sync between your own machines.

Spacedrive complements rather than replaces your operating system's file manager. It suits developers and power users who work across multiple devices and storage backends and need unified search and metadata capabilities. The tool is particularly valuable for those managing distributed storage, working with cloud volumes as first-class storage alongside local disks, or preparing data for AI processing through structured indexing and analysis pipelines. It offers nine different views including grid, list, media, and knowledge layouts, plus quick preview support for video, audio, code, documents, 3D models, and images. Unlike traditional file managers, Spacedrive provides an embeddable interface and APIs that can be integrated into other applications or run as a headless server.

The project maintains active development with regular engagement across multiple platforms. Work spans the core Rust virtual filesystem, platform-specific implementations for macOS, Windows, Linux, iOS, and Android, and TypeScript-based interfaces. The team actively develops new capabilities including cloud volume integrations, data archival adapters for external sources like Gmail and Slack, and AI-safety features for screening automated access. Community interaction occurs through Discord channels alongside repository activity.