spacedrive icon indicating copy to clipboard operation
spacedrive copied to clipboard

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

Results 325 spacedrive issues
Sort by recently updated
recently updated
newest added

Current the Rust code that takes care of getting volumes mounted on the system is pretty bad, as least on macOS. It sometimes doesn't even show "Macintosh HD". I don't...

In production builds, if you index a location large enough, maybe 1000+ files, it will crash the core. The UI will stay in an unresponsive state until relaunched, at that...

This PR adds detailed (but not fully extensive) documentation regarding the key manager and encryption in general. It is a little out of sync with the key manager found in...

### Describe the bug When trying to install Spacedrive, I came across an issue caused by a lack of ffmpeg, and assume this should be bundled with Spacedrive. ### Reproduction...

kind/bug

- Landing is currently broken. This should fix it. - Tsconfigs now use `@sd/config` instead of relative paths - Vite resolves workspace packages via aliases using `vite-tsconfig-paths`

writing about things and stuff

On the current production deployment, when the iframe isn't loaded, the app background is fit inside of its bounds rectangle, and the rest of the bounds get filled with a...

MacStadium are providing us with free Apple silicon compute under their Open Source Developer program. This PR adds a segment acknowledging them for doing so. I'd like to pass the...

This PR refines the key manager pretty heavily, and I'm a lot more comfortable calling it stable now. The UI for these changes isn't perfect. Main changes: * Key manager...

Took design from mobile and applied to the appearance UI aswell. - Enabled appearance page - Theme cards - Adjusted File icon size so it looks correct - A few...

kind/improvement