Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now. Learn more β
Spacedrive Alternatives
Similar projects and alternatives to spacedrive
-
-
AppSignal
Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
-
rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files
-
-
Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
-
-
-
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
-
sigma-file-manager
"Sigma File Manager" is a free, open-source, quickly evolving, modern file manager (explorer / browser) app for Windows and Linux.
-
QDirStat
QDirStat - Qt-based directory statistics (KDirStat without any KDE - from the original KDirStat author)
-
-
doublecmd
Double Commander is a free cross platform open source file manager with two panels side by side.
-
-
pothos
Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
spacedrive discussion
spacedrive reviews and mentions
- Cross-platform file explorer, powered by a virtual distributed filesystem
-
Interview with Mo Rajabi, co-founder and CEO of Noor
In the video, Mo talked about a few packages like Cidre and StrOm, and we referred to SpaceDrive.
-
Spacedrive: Unify files from all your devices and clouds into one easy explorer
AGPLv3 (switched in 2022 https://github.com/spacedriveapp/spacedrive/commit/8e5c71dea... ) and FWIW I don't see any mention of CLA or other license assignment, so I don't believe they can currently rug pull containing contributed changes since they don't own the license for them: https://github.com/spacedriveapp/spacedrive/blob/main/CONTRI...
- Spacedrive Alpha 0.1.0
-
Spacedrive β an open source cross-platform file explorer
Already opened a bug report for that: https://github.com/spacedriveapp/spacedrive/issues/1481
- Spacedrive is an open source cross-platform file explorer written in Rust
-
Modern graphical file explorer
While Electron wouldn't be on top of my wishlist, if it looked nice and was functional I wouldn't mind at all. I found this project https://github.com/spacedriveapp/spacedrive which uses Tauri and seems to be very interesting, but they haven't released yet
-
(Ab)using a server library as a GUI - bad idea or only sort of bad idea?
In Tauri (or Axum) the app compiles to a single binary. rspc is the key to this because it allows for multiple transports with the frontend. It supports both Tauri IPC, HTTP or websockets. Our core crate (at ./core) exports an rspc router that is transport agnostic then within the apps (at ./apps/desktop or ./app/server) we expose it with a transport. We use Tauri IPC for desktop and websockets for Axum because we use subscriptions. Then in the wrapper React project (at ./apps/desktop/src/App.tsx) we create the rspc client with the Tauri link, mount its React context and then mount the app package (). You can give the codebase a look if you want cause itβs all open source https://github.com/spacedriveapp/spacedrive
-
Real World Rust Backend For Web APIs (GraphQL / REST)
Taking a departure from REST and GraphQL, I'd suggest checking out rspc instead of GraphQL and Prisma Client Rust as your ORM. Both have been developed by a coworker and I for Spacedrive, the company we work for, and have provided what we believe is the best Rust + TypeScript stack that doesn't use GraphQL (new GrpahQL server incoming one day tho).
-
Sync Github, Local, and Google Drive together?
This might help https://github.com/spacedriveapp/spacedrive
-
A note from our sponsor - Kargo
akuity.io | 6 Sep 2026
Stats
spacedriveapp/spacedrive is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of spacedrive is Rust.