Bucketer is a Tauri desktop app for browsing and managing a single Cloudflare R2 bucket profile.
- Tauri 2
- React 19
- TypeScript
- shadcn/ui
- Tailwind CSS v4
- Save one R2 bucket profile locally
- Store access keys in the OS keychain
- Browse prefixes as folders
- Create and delete folders
- Upload and download files
- Rename and delete files
- View recent transfer activity
pnpm install
pnpm tauri devpnpm lint
pnpm test
pnpm build
cargo test --manifest-path src-tauri/Cargo.toml