finds.dev← search

// the find

rgcsekaraa/brows3

★ 106 · TypeScript · MIT · updated Jun 2026

Super fast open-source S3 browser, S3 explorer, and desktop client for Amazon S3, MinIO, Cloudflare R2, Wasabi, and other S3-compatible storage.

Brows3 is a Tauri desktop app for browsing S3-compatible object storage, with a Rust backend handling the AWS SDK calls and a Next.js static frontend. It targets developers who find the AWS console slow for large buckets or need a GUI for MinIO, Cloudflare R2, or Wasabi without paying for something like Transmit.

The Rust/Tauri stack is the right call here — offloading S3 API calls and in-memory caching to Rust means the UI stays responsive during large bucket listings where Electron-based alternatives choke. The prefix-indexed tree for simulating directory hierarchy from S3's flat key space is solid engineering and not trivial to get right. Credentials go to the OS keychain rather than a plain JSON config file, which is a meaningful security improvement over most competing tools. The CI pipeline generating Winget manifests and handling the Tauri updater signing automatically is more mature than most projects at 106 stars.

The repo ships several debug log files committed directly (build_step_log.txt, tail_log.txt, windows_full_log.txt, windows_log.txt, windows_v0.1.1_log.txt) — that's sloppy and suggests the gitignore story needs work. macOS users still need to run xattr to strip quarantine flags because the releases aren't notarized through Apple, which is a real friction point for anyone distributing this to non-technical teammates. The codebase is effectively single-maintainer with 6 forks; at this stage there's real bus-factor risk for a tool you'd integrate into daily workflow. No test suite visible in the tree — for a Rust backend doing credential management and S3 operations, the absence of tests is a gap that will hurt as the AWS SDK behavior diverges across providers.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →