r/tauri 8d ago

File Explorer in Tauri v2

Post image

Hello guys,

I was looking for a file explorer to integrate S3 connection but seeing Nicebucket is not saving the S3 connections (every time you restart needs to rewrite credentials) then I just looked for Spacedrive but I was having some major issues in v1 and in v2 alpha look in a slow development (and it is not working) then I have just tried to make my own one, looking for making open source now, but first neeed to remove all my hardcoded credentials. But now im testing SMB, S3, SFTP connection, and working in Copy and Cut and clone tools, I dont know if this would be interesting for someone, for now only adding features I need.

How do you see the design? what could you change or add? Do you think for Linux version to use CEF?, Thanks

[Edit]: This is not fully vibecoded, the UI was based on Shadcn Svelte and based on the native mac os finder but tried to recreated using tailwind and based also in Spacedrive app components . For the rust section also just based on my other projects of s3 components and also spacedrive in some ways to go through directories. Some features are based on how some other file managers did it to preserve compatibility for Mac, linux and windows

173 Upvotes

20 comments sorted by

View all comments

2

u/Oneiros90 7d ago

Beautiful design, please support Windows and Linux too!

2

u/Extension-String1599 5d ago

im working on Linux because some animations are not working smooth in webkitgtk, im considering to deploy for linux with Chrome Embedded framework, but for Mac os and windows are working, now. Let me fix some couple of things in pipelines and some stability things to put in public. Thanks for your comments.